mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 63a530bbdbc486f47136825ad11a2ed0267f8e1e
Monotone-Revision: 286ef895fa5866cbba4e854f1db4225df88da0b5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-26T14:19:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
BODY
|
||||
{ background-color: #999; }
|
||||
{ background-color: #999;
|
||||
text-align: center; }
|
||||
|
||||
IMG#preparedAnimation
|
||||
{
|
||||
@@ -14,6 +15,7 @@ DIV#loginScreen
|
||||
margin-top: 5em;
|
||||
padding: 5px;
|
||||
border: 2px solid transparent;
|
||||
text-align: left;
|
||||
width: 200px;
|
||||
-moz-border-top-colors: #efebe7 #fff;
|
||||
-moz-border-left-colors: #efebe7 #fff;
|
||||
|
||||
@@ -34,16 +34,7 @@ IMG#progressIndicator
|
||||
margin-right: 1em; }
|
||||
|
||||
DIV#pageContent
|
||||
{ /* position: absolute;
|
||||
background-color: #ffa;
|
||||
top: 3em;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
*/clear: both; }
|
||||
{ clear: both; }
|
||||
|
||||
A
|
||||
{ text-decoration: none;
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/* SOGoRootPage */
|
||||
DIV#loginScreen
|
||||
{ border: 2px solid #fff;
|
||||
border-right: 2px solid #666;
|
||||
border-bottom: 2px solid #666;
|
||||
}
|
||||
|
||||
/* generic */
|
||||
SPAN.disabledToolbarButton
|
||||
{ filter: alpha(opacity=40); }
|
||||
|
||||
Reference in New Issue
Block a user