Major refresh of CSS stylesheets.

Monotone-Parent: 508bbe52515b0ad7119c755b4cc91d17e313c06b
Monotone-Revision: d09001490c2d88332ef3ec446bfd0aa488d0de8c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-04T22:13:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-11-04 22:13:20 +00:00
parent a0eef52a7f
commit 468073b131
92 changed files with 1538 additions and 1311 deletions
+6 -4
View File
@@ -551,12 +551,14 @@ function updateSlotDisplayCallback(http) {
cb();
}
function onPreviousSlotClick (event) {
findSlot (-1);
function onPreviousSlotClick(event) {
findSlot(-1);
this.blur(); // required by IE
}
function onNextSlotClick (event) {
findSlot (1);
function onNextSlotClick(event) {
findSlot(1);
this.blur(); // required by IE
}
function onEditorOkClick(event) {