mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 03:49:28 +00:00
Monotone-Parent: 144891fa296b6c974c0d29524a0c1c6609d48279
Monotone-Revision: d82071db080ca95a635a31828f573df51471c057 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-24T17:10:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,6 +48,7 @@ DIV.colorBox
|
||||
border: 1px solid #333;
|
||||
font-weight: normal;
|
||||
margin: 0px;
|
||||
margin-right: 3px;
|
||||
font-size: 80%;
|
||||
width: 1em;
|
||||
height: .75em; }
|
||||
|
||||
@@ -1465,7 +1465,7 @@ function appendCalendar(folderName, folderPath) {
|
||||
|
||||
var colorBox = document.createElement("div");
|
||||
li.appendChild(colorBox);
|
||||
li.appendChild(document.createTextNode(" " + folderName));
|
||||
li.appendChild(document.createTextNode(folderName));
|
||||
colorBox.appendChild(document.createTextNode("OO"));
|
||||
|
||||
$(colorBox).addClassName("colorBox");
|
||||
|
||||
Reference in New Issue
Block a user