]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1723, long lines are now visible
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 19 Jun 2008 09:08:17 +0000 (09:08 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 19 Jun 2008 09:08:17 +0000 (09:08 +0000)
svn changeset:4920/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/styles.css

index eae8622c0f0660dd0bf60ff668f1e97bb01ae6fb..443356fd27ebb69498811cdf6e54c1c7c4b0cbfa 100644 (file)
@@ -154,8 +154,12 @@ input.i-modified,
        cursor:pointer;
 }
 
+/**
+ * Label has tiny paddings to include contents margins.
+ */
 .i-label {
-       overflow: hidden;
+       padding-top:1px;
+       padding-bottom: 1px;
 }
 
 /* Loading indicator states */
index d1db617e034ed4b4a25a1bc5a59908200e315cc0..a8005c02e64654235f406c38156e7d825ff4d3c6 100644 (file)
@@ -254,8 +254,12 @@ input.i-modified,
        cursor:pointer;
 }
 
+/**
+ * Label has tiny paddings to include contents margins.
+ */
 .i-label {
-       overflow: hidden;
+       padding-top:1px;
+       padding-bottom: 1px;
 }
 
 /* Loading indicator states */