Monotone-Parent: 75c85974feba4654def1fa260d87205a035552de

Monotone-Revision: 9b4c2eadc3d38aa14dc504c80d606df816c2f924

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T14:37:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 14:37:58 +00:00
parent 28fa08cff3
commit 99f54a17ec
6 changed files with 36 additions and 24 deletions
+8
View File
@@ -300,11 +300,13 @@ DIV.contactSelector DIV#contactView
DIV.contactSelection
{
z-index: 10;
background: inherit;
position: absolute;
bottom: 1em;
padding: 1em;
right: 2em;
text-align: right;
background: #dbdad5;
border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
@@ -315,3 +317,9 @@ DIV.contactSelection
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
}
DIV.contactSelection INPUT.button
{ margin-top: .25em; }
DIV.contactSelection SPAN#selectionLabel
{ float: left; }