mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: 7f9eeda74d55829371d1c66f2c2545473af168ff
Monotone-Revision: e36214d6c44a28c81a60a0867712c70d3e3a1651 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-04T15:00:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
36
UI/WebServerResources/SOGoRootPage.css
Normal file
36
UI/WebServerResources/SOGoRootPage.css
Normal file
@@ -0,0 +1,36 @@
|
||||
BODY
|
||||
{ background-color: #999; }
|
||||
|
||||
DIV#loginScreen
|
||||
{
|
||||
background-color: #d4d0c8;
|
||||
margin: 0px auto;
|
||||
margin-top: 5em;
|
||||
padding: 10px;
|
||||
border: 2px solid transparent;
|
||||
width: 158px;
|
||||
height: 250px;
|
||||
-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
|
||||
{ width: 100%; }
|
||||
|
||||
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; }
|
||||
Reference in New Issue
Block a user