plugins/kolab_notes

Thomas Brüderli bruederli at kolabsys.com
Tue Jan 27 16:19:30 CET 2015


 plugins/kolab_notes/skins/larry/notes.css |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 7b930bfac796b90a8e715b0d8787f1962e458db9
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jan 27 16:19:09 2015 +0100

    Firefox 3.6 CSS hack (#4233)

diff --git a/plugins/kolab_notes/skins/larry/notes.css b/plugins/kolab_notes/skins/larry/notes.css
index 83569d6..0c18e8b 100644
--- a/plugins/kolab_notes/skins/larry/notes.css
+++ b/plugins/kolab_notes/skins/larry/notes.css
@@ -281,6 +281,11 @@
 	        box-sizing: border-box;
 }
 
+/* Firefox 3.6 */
+_:not(), _:-moz-handler-blocked, .notesview #notedetailstitle .tagedit-list {
+	min-height: 26px;
+}
+
 .notesview #notedetailstitle .disabled .tagedit-list {
 	min-height: 26px;
 }




More information about the commits mailing list