]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3848: Rich text sample is cut in IE
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 14 Dec 2009 08:47:53 +0000 (08:47 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 14 Dec 2009 08:47:53 +0000 (08:47 +0000)
 * H1-6 elements need line-height: normal;

svn changeset:10270/svn branch:6.2

WebContent/VAADIN/themes/base/common/common.css
WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index c7d908b6c8e311f635606223ca4582d015a722ab..48091fc35e8b15de5712d897df78cfe16d952bcc 100644 (file)
@@ -149,6 +149,15 @@ div.v-app-loading {
 .v-label-undef-w {
        white-space: nowrap;
 }
+/* Revert line-height for heading elements inside labels */
+.v-label h1,
+.v-label h2,
+.v-label h3,
+.v-label h4,
+.v-label h5,
+.v-label h6 {
+       line-height: normal;
+} 
 /* Loading indicator states
  * Note: client side expects that loading indicator has a height. It depends on
  * this css property to ensure browsers have applied all required styles.
index 3cff7044e16a546460de1af6b362e5e60aebca69..2adc16e87a7011615de7d7253f38e98bbbae333f 100644 (file)
@@ -1,3 +1,5 @@
+.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
+.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -373,6 +375,15 @@ div.v-app-loading {
 .v-label-undef-w {
        white-space: nowrap;
 }
+/* Revert line-height for heading elements inside labels */
+.v-label h1,
+.v-label h2,
+.v-label h3,
+.v-label h4,
+.v-label h5,
+.v-label h6 {
+       line-height: normal;
+} 
 /* Loading indicator states
  * Note: client side expects that loading indicator has a height. It depends on
  * this css property to ensure browsers have applied all required styles.
index 4b90e268fd25e1e8d9ac78a6eab6e70a0c7ad3e6..7822f9be80e642cf9edeac78fd5d36bcaaeddf5b 100644 (file)
@@ -1,3 +1,5 @@
+.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
+.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -373,6 +375,15 @@ div.v-app-loading {
 .v-label-undef-w {
        white-space: nowrap;
 }
+/* Revert line-height for heading elements inside labels */
+.v-label h1,
+.v-label h2,
+.v-label h3,
+.v-label h4,
+.v-label h5,
+.v-label h6 {
+       line-height: normal;
+} 
 /* Loading indicator states
  * Note: client side expects that loading indicator has a height. It depends on
  * this css property to ensure browsers have applied all required styles.
index de9510eb2ed9106c1f5373640881a869825e721f..2104e3bb00c749e01f1ca408a68c815a3821ee69 100644 (file)
@@ -1,3 +1,5 @@
+.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
+.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -373,6 +375,15 @@ div.v-app-loading {
 .v-label-undef-w {
        white-space: nowrap;
 }
+/* Revert line-height for heading elements inside labels */
+.v-label h1,
+.v-label h2,
+.v-label h3,
+.v-label h4,
+.v-label h5,
+.v-label h6 {
+       line-height: normal;
+} 
 /* Loading indicator states
  * Note: client side expects that loading indicator has a height. It depends on
  * this css property to ensure browsers have applied all required styles.