sogo/UI/WebServerResources/SOGoRootPage.css
Wolfgang Sourdeau 6062c17442 Monotone-Parent: 5a8d5686e76ba98c07ef413d74aab5b373f0e3f3
Monotone-Revision: dc6293fbb0377625c1e642fc5b3663c62ed2f8f1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-07T15:45:28
Monotone-Branch: ca.inverse.sogo
2007-09-07 15:45:28 +00:00

47 lines
830 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;
height: 141px;
width: 155px; }
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;
width: 16px;
height: 16px;
border: 0px none;
margin-top: 5px;
margin-left: 5px; }