sogo/UI/WebServerResources/UIxContactsUserFolders.css
Francis Lachapelle 468073b131 Major refresh of CSS stylesheets.
Monotone-Parent: 508bbe52515b0ad7119c755b4cc91d17e313c06b
Monotone-Revision: d09001490c2d88332ef3ec446bfd0aa488d0de8c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-04T22:13:20
Monotone-Branch: ca.inverse.sogo
2009-11-04 22:13:20 +00:00

46 lines
762 B
CSS

DIV#filterPanel
{ position: absolute;
text-align: center;
width: auto;
top: 0;
left: 0;
padding: 3px 1em 0; }
SPAN.searchBox
{ float: none !important; }
IMG#progressIndicator
{ float: none;
position: absolute;
right: 1em;
margin: 7px 5px; }}
INPUT#searchValue
{ margin: 0px; }
DIV#folders
{ position: absolute;
left: 1em;
right: 1em;
top: 3em;
bottom: 3em;
background-color: #CCDDEC;
padding: .5em;
padding-top: 0px;
overflow: auto;
border-top: 1px solid #909090;
border-left: 1px solid #909090;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF; }
DIV#folders DIV
{ width: auto; }
DIV#buttons
{ position: absolute;
text-align: center;
height: 1.5em;
left: 1em;
right: 1em;
bottom: 1em; }