sogo/UI/WebServerResources/UIxContactsUserFolders.css
Wolfgang Sourdeau d4a3d02c68 Monotone-Parent: 283329aac9fb69692301c1e7d74db0ce8e6fc222
Monotone-Revision: a262ef7ad120d7456b43032b5f2840b51fa16354

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-27T18:10:22
Monotone-Branch: ca.inverse.sogo
2007-03-27 18:10:22 +00:00

42 lines
786 B
CSS

DIV#filterPanel
{ position: absolute;
text-align: center;
width: auto;
top: 1em;
left: 1em;
right: 1em; }
SPAN.searchBox
{ float: none !important; }
INPUT#searchValue
{ margin: 0px; }
DIV#folders
{ position: absolute;
left: 1em;
right: 1em;
top: 3em;
bottom: 3em;
background-color: #fff;
padding: .5em;
padding-top: 0px;
overflow: auto;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
border-left: 2px solid #222;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent; }
DIV#folders DIV
{ width: auto; }
DIV#buttons
{ position: absolute;
text-align: center;
height: 1.5em;
left: 1em;
right: 1em;
bottom: 1em; }