mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 08:56:23 +00:00
Monotone-Revision: d166194697bcb5739b7984b3f4bff186a687d742 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-05T17:56:00 Monotone-Branch: ca.inverse.sogo
43 lines
766 B
CSS
43 lines
766 B
CSS
BODY
|
|
{ background-color: #999; }
|
|
|
|
IMG#preparedAnimation
|
|
{
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|
|
DIV#loginScreen
|
|
{
|
|
background-color: #d4d0c8;
|
|
margin: 0px auto;
|
|
margin-top: 5em;
|
|
padding: 10px;
|
|
border: 2px solid transparent;
|
|
width: 158px;
|
|
height: 253px;
|
|
-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
|
|
{ border: 1px solid #999; }
|
|
|
|
DIV#loginScreen INPUT.textField
|
|
{ width: 148px; }
|
|
|
|
DIV#loginButton
|
|
{ text-align: right; }
|
|
|
|
DIV#loginButton INPUT
|
|
{ width: auto;
|
|
margin-top: 5px; }
|
|
|
|
DIV#loginButton IMG#progressIndicator
|
|
{ float: left;
|
|
border: 0px none;
|
|
margin-top: 5px;
|
|
margin-left: 5px; }
|