mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 22:32:45 +00:00
Monotone-Parent: ae5fd1cb71edba3016f8edd102e7a43615acc56c
Monotone-Revision: 58b4ca502998bfaf9c6b14b5d849b8e4fd883bce Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T16:06:59
This commit is contained in:
@@ -38,18 +38,13 @@ DIV#calendarsList
|
||||
{ height: 100%; }
|
||||
|
||||
DIV.colorBox
|
||||
{ n0display: inline-block;
|
||||
display: inline-block;
|
||||
n0float: left;
|
||||
background: transparent url("event-gradient.png") repeat-x scroll left center;
|
||||
n0border: 1px solid #333;
|
||||
border-radius: 50%;
|
||||
n0vertical-align: text-bottom;
|
||||
{ display: inline;
|
||||
border: 1px solid #333;
|
||||
font-weight: normal;
|
||||
margin-right: 3px;
|
||||
n0margin: auto;
|
||||
n0margin: 5px;
|
||||
width: 11px;
|
||||
height: 11px; }
|
||||
font-size: 80%;
|
||||
width: 1em;
|
||||
height: .75em; }
|
||||
|
||||
UL#tasksList, UL#calendarList
|
||||
{ cursor: default;
|
||||
@@ -71,6 +66,10 @@ UL#calendarList
|
||||
{ clear: left;
|
||||
height: 115px; }
|
||||
|
||||
UL#calendarList LI
|
||||
{ cursor: pointer;
|
||||
white-space: nowrap; }
|
||||
|
||||
UL#tasksList
|
||||
{ position: absolute;
|
||||
top: 2em;
|
||||
@@ -78,10 +77,9 @@ UL#tasksList
|
||||
right: 0px;
|
||||
bottom: .25em; }
|
||||
|
||||
UL#calendarList LI, UL#tasksList LI
|
||||
UL#tasksList LI
|
||||
{ cursor: pointer;
|
||||
width: 100%;
|
||||
line-height: 2em;
|
||||
white-space: nowrap; }
|
||||
|
||||
UL#tasksList LI.overdue
|
||||
@@ -1296,10 +1294,8 @@ DIV.event > DIV.eventInside
|
||||
padding: 1px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 2px;
|
||||
right: 1px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px; }
|
||||
left: 0px;
|
||||
right: 0px; }
|
||||
|
||||
DIV.eventInside SPAN.location
|
||||
{ font-size: smaller; }
|
||||
|
||||
Reference in New Issue
Block a user