sogo/UI/WebServerResources/UIxContactsUserFolders.css
Francis Lachapelle 7a7ce4821d Added progress indicator to UIxContactsUserFolders
Monotone-Parent: 1790ef94a9b832cdf7c67b3bfabffd66305cbe15
Monotone-Revision: c8ef0ca913584c6e41ef4f0aacb6789393a667e2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-06-15T14:13:39
Monotone-Branch: ca.inverse.sogo
2009-06-15 14:13:39 +00:00

48 lines
840 B
CSS

DIV#filterPanel
{ position: absolute;
text-align: center;
width: auto;
line-height: 3em;
top: 0;
left: 1em;
right: 1em; }
SPAN.searchBox
{ float: none !important; }
IMG#progressIndicator
{ float: right;
margin: 0;
padding: 1em; }
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: #9c9a94 #000 transparent;
-moz-border-left-colors: #9c9a94 #000 transparent; }
DIV#folders DIV
{ width: auto; }
DIV#buttons
{ position: absolute;
text-align: center;
height: 1.5em;
left: 1em;
right: 1em;
bottom: 1em; }