From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001
From: Thomas B. <thomas@roundcube.net>
Date: Mon, 07 Oct 2013 13:19:03 -0400
Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses

---
 skins/classic/common.css |   45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/skins/classic/common.css b/skins/classic/common.css
index 8f5daee..af3a32e 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -145,6 +145,14 @@
   color: #999999;
 }
 
+/* fixes vertical alignment of checkboxes and labels */
+label input,
+label span
+{
+  vertical-align: middle;
+}
+
+
 /** common user interface objects */
 
 #mainscreen
@@ -494,7 +502,8 @@
   margin: 3px -4px;
 }
 
-.popupmenu li a
+.popupmenu li a,
+.popupmenu li label
 {
   display: block;
   color: #a0a0a0;
@@ -502,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,
@@ -660,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
@@ -782,6 +817,14 @@
 	color: #666;
 }
 
+#login-noscriptwarning
+{
+	margin: 2em auto 0 auto;
+	width: 400px;
+	color: #cf2734;
+	font-weight: bold;
+}
+
 #console
 {
   opacity: 0.8;

--
Gitblit v1.9.1