sogo/UI/WebServerResources/UIxContactsUserFolders.css
Francis Lachapelle 784eb352b8 See ChangeLog
Monotone-Parent: a625593a580ec03e118df9e1150b6baf7c8f5c53
Monotone-Revision: 4ab14f5f124790fd968ea56e6352e971b51b1a5b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-03-25T15:18:56
Monotone-Branch: ca.inverse.sogo
2010-03-25 15:18:56 +00:00

50 lines
819 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; }
INPUT#searchValue.notfound
{ color: #f00 !important; }
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; }