Monotone-Parent: 75c85974feba4654def1fa260d87205a035552de

Monotone-Revision: 9b4c2eadc3d38aa14dc504c80d606df816c2f924

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T14:37:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 14:37:58 +00:00
parent 28fa08cff3
commit 99f54a17ec
6 changed files with 36 additions and 24 deletions
+8
View File
@@ -300,11 +300,13 @@ DIV.contactSelector DIV#contactView
DIV.contactSelection
{
z-index: 10;
background: inherit;
position: absolute;
bottom: 1em;
padding: 1em;
right: 2em;
text-align: right;
background: #dbdad5;
border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
@@ -315,3 +317,9 @@ DIV.contactSelection
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
}
DIV.contactSelection INPUT.button
{ margin-top: .25em; }
DIV.contactSelection SPAN#selectionLabel
{ float: left; }
+7 -10
View File
@@ -128,14 +128,12 @@ DIV#messageContent P IMG
.vertframerow
{
border-top-color: white;
border-top-width: 1;
border-top-width: 1px;
border-top-style: solid;
border-bottom-color: #808080;
border-bottom-width: 1;
border-bottom-width: 1px;
border-bottom-style: solid;
background-color: #DCDAD5;
}
.foldercell
@@ -149,7 +147,7 @@ DIV#messageContent P IMG
.embedwhite_out
{
border-width: 1;
border-width: 1px;
border-style: solid;
border-top-color: #808080;
border-left-color: #808080;
@@ -159,7 +157,7 @@ DIV#messageContent P IMG
.embedwhite_in
{
border-width: 1;
border-width: 1px;
border-style: solid;
border-top-color: #808080; /* TODO */
border-left-color: #808080; /* TODO */
@@ -388,14 +386,14 @@ form#attachment_form
div#attachment_list
{
border-top-color: white;
border-top-width: 1;
border-top-width: 1px;
border-top-style: solid;
}
div#attachment_upload
{
border-bottom-color: #808080;
border-bottom-width: 1;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 4px;
}
@@ -417,8 +415,7 @@ div.linked_attachment_frame
div.linked_attachment_body
{
padding: 4px;
border-width: 1;
border-width: 1px;
border-style: solid;
border-top-color: white;
border-left-color: white;
+7 -7
View File
@@ -1,19 +1,19 @@
DIV#leftPanel
{
position: absolute;
top: 5.2em;
top: 5.5em;
left: 0px;
width: 16em;
width: 17.5em;
bottom: 0px;
overflow: hidden;
}
DIV#schedulerTabs
{
top: 0px;
top: 0.5em;
left: .2em;
width: 15em;
height: 14.2em;
width: 16em;
height: 15em;
}
DIV#tasksView
@@ -30,7 +30,7 @@ DIV#rightPanel
{
position: absolute;
top: 5.5em;
left: 16.7em;
left: 17.75em;
right: 0px;
bottom: 0px;
overflow: hidden;
@@ -69,7 +69,7 @@ DIV#calendarView A
{
cursor: e-resize;
top: 6em;
left: 16em;
left: 17.5em;
width: 5px;
bottom: 0px;
}
@@ -52,6 +52,9 @@ UL.contactList LI._selected
{ background: #4b6983;
color: #fff; }
DIV.contactSelector
{ margin: 0px; }
LABEL, SPAN.checkBoxList
{ display: block;
position: relative;
@@ -60,6 +63,12 @@ LABEL, SPAN.checkBoxList
margin-top: .5em;
width: 100%; }
SPAN.checkBoxList#participantsCB
{ height: 7em; }
DIV#participants UL.contactList
{ height: 4.5em; }
SPAN.checkBoxList SPAN.content LABEL
{ display: inline; }
+1 -1
View File
@@ -16,7 +16,7 @@ TABLE#compose_label
table#compose_table {
border-bottom-color: #808080;
border-bottom-width: 1;
border-bottom-width: 1px;
border-bottom-style: solid;
}
+4 -6
View File
@@ -656,8 +656,7 @@ A.button IMG
{ vertical-align: middle; }
A.button:hover
{
color: inherit;
{ color: inherit;
background: -moz-buttonhoverface; }
A.button:active
@@ -675,7 +674,6 @@ DIV.tabsContainer
color: #000;
background: #dbdad5;
margin-top: 1.5em;
padding-top: 1em;
border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
border-right: 2px solid #888;
@@ -690,14 +688,14 @@ DIV.tabsContainer UL
list-style-type: none;
list-style-image: none;
margin: 0px;
margin-top: -2.4em;
margin-top: -1.5em;
padding: 0px; }
DIV.tabsContainer UL LI
{ z-index: 3;
float: left;
padding: 0em .5em;
padding-top: 1px;
padding: 0px .5em;
padding-top: 2px;
border-top: 2px solid #fffffb;
border-bottom: 0px solid #fffffb;
border-right: 2px solid #888;