sogo/UI/WebServerResources/SOGoRootPage.css
Wolfgang Sourdeau 79ea1954d9 Monotone-Parent: f84df9ed4da2374965e2391d213a2f636ee5a61f
Monotone-Revision: cccba1c4b5f94ebb152cce011183986e4c361fa6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-07T22:27:08
Monotone-Branch: ca.inverse.sogo
2007-09-07 22:27:08 +00:00

49 lines
850 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: 197px;
height: 300px;
-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: 0px;
margin: 0px;
padding: 0px;
height: 192px;
width: 192px; }
DIV#loginScreen INPUT.textField
{ width: 187px; }
DIV#loginButton
{ text-align: right; }
DIV#loginButton INPUT
{ width: auto;
margin-top: 5px; }
DIV#loginButton IMG#progressIndicator
{ float: left;
width: 16px;
height: 16px;
border: 0px none;
margin-top: 5px;
margin-left: 5px; }