mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: 6ad4e3d54cbe359d0d7a0e60445f3c30101e2600
Monotone-Revision: 20e1476abe6ae755adf53129d9f3cc9837e0382b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-13T20:56:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,10 +19,9 @@ DIV#tasksListView
|
||||
top: 17em;
|
||||
bottom: 0px;
|
||||
left: .2em;
|
||||
right: .7em;
|
||||
right: 0px;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
overflow: hidden; }
|
||||
|
||||
DIV#tasksListView H2
|
||||
{ font-size: 10pt;
|
||||
@@ -55,7 +54,7 @@ DIV.colorBox
|
||||
|
||||
UL#tasksList, UL#calendarList
|
||||
{ cursor: default;
|
||||
margin: .25em;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
@@ -66,7 +65,7 @@ UL#tasksList, UL#calendarList
|
||||
-moz-border-left-colors: #9c9a94 #000 transparent;
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
overflow-y: auto;
|
||||
overflow: auto;
|
||||
overflow-x: hidden; }
|
||||
|
||||
UL#calendarList
|
||||
@@ -79,10 +78,9 @@ UL#calendarList LI
|
||||
|
||||
UL#tasksList
|
||||
{ position: absolute;
|
||||
width: 100%;
|
||||
top: 2em;
|
||||
left: .25em;
|
||||
right: .25em;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: .25em; }
|
||||
|
||||
UL#tasksList LI
|
||||
|
||||
Reference in New Issue
Block a user