sogo/UI/WebServerResources/UIxContactsUserFolders.css
C Robert 8b76df353b Fixed input field shift when progressIndicator is added
Monotone-Parent: 201354f7188a378eb3816d4e4773c4638cf6076f
Monotone-Revision: 2e5131b1c08c6c88775f6c14a90fafed85109af8

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-22T17:51:18
Monotone-Branch: ca.inverse.sogo
2009-09-22 17:51:18 +00:00

49 lines
901 B
CSS

DIV#filterPanel
{ position: absolute; n0border: 1px dotted blue;
text-align: center;
width: auto;
n0line-height: 3em;
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: #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; }