Monotone-Parent: ef929534458c63024938c529b0dd268003e5c97c

Monotone-Revision: d166194697bcb5739b7984b3f4bff186a687d742

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-05T17:56:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-09-05 17:56:00 +00:00
parent 2c95d2aecf
commit 46709b88c6
2 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
BODY
{ background-color: #999; }
IMG#preparedAnimation
{
width: 0px;
height: 0px;
}
DIV#loginScreen
{
background-color: #d4d0c8;
@@ -9,7 +15,7 @@ DIV#loginScreen
padding: 10px;
border: 2px solid transparent;
width: 158px;
height: 250px;
height: 253px;
-moz-border-top-colors: #efebe7 #fff;
-moz-border-left-colors: #efebe7 #fff;
-moz-border-right-colors: #000 #9c9a94 transparent;
@@ -19,8 +25,8 @@ DIV#loginScreen
DIV#loginScreen IMG
{ border: 1px solid #999; }
DIV#loginScreen INPUT
{ width: 100%; }
DIV#loginScreen INPUT.textField
{ width: 148px; }
DIV#loginButton
{ text-align: right; }