Monotone-Parent: ae5fd1cb71edba3016f8edd102e7a43615acc56c

Monotone-Revision: 58b4ca502998bfaf9c6b14b5d849b8e4fd883bce

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-13T16:06:59
This commit is contained in:
Francis Lachapelle
2012-03-13 16:06:59 +00:00
parent fd207d4b18
commit 79dbdd7638
8 changed files with 33 additions and 58 deletions

View File

@@ -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; }