Monotone-Parent: 283329aac9fb69692301c1e7d74db0ce8e6fc222

Monotone-Revision: a262ef7ad120d7456b43032b5f2840b51fa16354

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-27T18:10:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-27 18:10:22 +00:00
parent 4509a3a7b4
commit d4a3d02c68
4 changed files with 62 additions and 21 deletions
-20
View File
@@ -452,26 +452,6 @@ table.linked_attachment_meta
font-style: italic;
}
/* folder tree (js) )*/
DIV.dTreeNode A SPAN.nodeName
{
margin: 0px .2em;
padding-left: .2em;
padding-right: .2em;
}
DIV.dTreeNode A._selected SPAN.nodeName
{
background: #4b6983;
color: #fff;
}
DIV.dTreeNode SPAN._dragOver
{
background: #4b6983;
color: #fff;
}
/* drag-n-drop */
IMG.dragMessage
{
+1 -1
View File
@@ -859,7 +859,7 @@ DIV.monthView DIV.appointment
padding: 1px;
height: 1.5em; }
DIV.monthView DIV.appointment DIV.text
DIV.appointment DIV.text
{ font-size: 80%; }
DIV.daysView DIV[class~="appointment"].starts0
@@ -0,0 +1,41 @@
DIV#filterPanel
{ position: absolute;
text-align: center;
width: auto;
top: 1em;
left: 1em;
right: 1em; }
SPAN.searchBox
{ float: none !important; }
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: ThreeDShadow ThreeDDarkShadow transparent;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent; }
DIV#folders DIV
{ width: auto; }
DIV#buttons
{ position: absolute;
text-align: center;
height: 1.5em;
left: 1em;
right: 1em;
bottom: 1em; }
+20
View File
@@ -720,6 +720,26 @@ A[class~="_disabled"].button:active
{ color: #999;
background: inherit; }
/* folder tree (js) )*/
DIV.dTreeNode A SPAN.nodeName
{
margin: 0px .2em;
padding-left: .2em;
padding-right: .2em;
}
DIV.dTreeNode A._selected SPAN.nodeName
{
background: #4b6983;
color: #fff;
}
DIV.dTreeNode SPAN._dragOver
{
background: #4b6983;
color: #fff;
}
/* tabs */
DIV.tabsContainer
{