Monotone-Parent: 0aac806f5c69535395d7afe19450dab4f13e26ec

Monotone-Revision: e8176d01432cb95784ce3ce45d2c8f4e36b46bdd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-22T16:48:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-12-22 16:48:16 +00:00
parent 94740e186c
commit 5f2f11e5b0
4 changed files with 14 additions and 26 deletions
+10 -3
View File
@@ -29,9 +29,9 @@ TABLE, DIV, IMG
padding: 0px; }
IMG#progressIndicator
{ position: absolute;
top: 2.5em;
right: 1em; }
{ float: right;
margin-top: 1.5em;
margin-right: 1em; }
DIV.pageContent
{ /* position: absolute;
@@ -630,6 +630,13 @@ DIV.dragHandle:active
{ background: #99a; }
/* search fields */
DIV#filterPanel
{
height: 2em;
vertical-align: middle;
width: 100%;
}
INPUT#searchValue
{ margin-right: 1em;
width: 20em;