mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 283329aac9fb69692301c1e7d74db0ce8e6fc222
Monotone-Revision: a262ef7ad120d7456b43032b5f2840b51fa16354 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-27T18:10:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
41
UI/WebServerResources/UIxContactsUserFolders.css
Normal file
41
UI/WebServerResources/UIxContactsUserFolders.css
Normal file
@@ -0,0 +1,41 @@
|
||||
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; }
|
||||
Reference in New Issue
Block a user