]> err.no Git - scalable-opengroupware.org/blobdiff - UI/WebServerResources/SOGoRootPage.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1261 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / SOGoRootPage.css
index fa534ef43669de1cba0c4ab17dc9dfdda1569e7f..f82a77b847ab2a9564335448bf6056c6b00a866f 100644 (file)
@@ -1,5 +1,6 @@
 BODY
-{ background-color: #999; }
+{ background-color: #999;
+  text-align: center; }
 
 IMG#preparedAnimation
 { 
@@ -12,22 +13,22 @@ DIV#loginScreen
   background-color: #d4d0c8;
   margin: 0px auto;
   margin-top: 5em;
-  padding: 10px;
+  padding: 5px;
   border: 2px solid transparent;
-  width: 197px;
-  height: 300px;
+  text-align: left;
+  width: 200px;
   -moz-border-top-colors: #efebe7 #fff;
   -moz-border-left-colors: #efebe7 #fff;
   -moz-border-right-colors: #000 #9c9a94 transparent;
   -moz-border-bottom-colors: #000 #9c9a94 transparent;
 }
 
-DIV#loginScreen IMG
+IMG#splash
 { border: 0px;
   margin: 0px;
   padding: 0px;
-  height: 192px;
-  width: 192px; }
+  height: 200px;
+  width: 200px; }
 
 DIV#loginScreen INPUT.textField
 { width: 187px; }
@@ -46,3 +47,19 @@ DIV#loginButton IMG#progressIndicator
   border: 0px none;
   margin-top: 5px;
   margin-left: 5px; }
+
+P.error
+{ color: #f00;
+  text-align: center; }
+
+P.browser
+{ background-color: #fff;
+  border-top: 1px solid #888;
+  border-left: 1px solid #888;
+  border-right: 1px solid #eee;
+  border-bottom: 1px solid #eee; 
+  line-height: 32px; }
+
+P.browser img
+{ padding: 2px;
+  vertical-align: middle; }
\ No newline at end of file