Monotone-Parent: 989ada4dcfbb1c45b577f7887d50680cb6be470b

Monotone-Revision: e51d7289784b9481b51a779aab33d68ee0bb4a3e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T16:42:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-19 16:42:03 +00:00
parent 8bb53e8288
commit 6f20ca2757
3 changed files with 17 additions and 16 deletions
+9 -8
View File
@@ -302,21 +302,22 @@ DIV.contactSelection
z-index: 10;
background: inherit;
position: absolute;
bottom: 1em;
bottom: 0em;
padding: 1em;
right: 2em;
left: 0px;
right: 0px;
text-align: right;
background: #dbdad5;
border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
-moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
}
DIV.contactSelection > DIV.calendar
{ text-align: center; }
DIV.contactSelection INPUT.button
{ margin-top: .25em; }