From 8c985e87d6d6b494c57c2f98371985cc591c39ff Mon Sep 17 00:00:00 2001 From: Thomas <thomas@roundcube.net> Date: Mon, 07 Oct 2013 03:21:13 -0400 Subject: [PATCH] Backported the canned responses feature to the 0.9 release series --- skins/classic/common.css | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index b4adc58..af3a32e 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -502,7 +502,8 @@ margin: 3px -4px; } -.popupmenu li a +.popupmenu li a, +.popupmenu li label { display: block; color: #a0a0a0; @@ -510,6 +511,14 @@ text-decoration: none; min-height: 14px; background: transparent; +} + +.popupmenu li label.comment +{ + color: #999; + font-style: italic; + padding-top: 4px; + padding-bottom: 3px; } .popupmenu li a.active, @@ -668,6 +677,24 @@ border: none; } +.propform div.prop +{ + margin-bottom: 0.5em; +} + +.propform div.prop.block label +{ + display: block; + margin-bottom: 2px; +} + +.propform div.prop.block input, +.propform div.prop.block textarea +{ + width: 97%; +} + + /***** roundcube webmail pre-defined classes *****/ #rcmversion -- Gitblit v1.9.1