]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed icon height in example to avoid flickering & stabilize screenshot tests
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 23 Sep 2010 06:26:03 +0000 (06:26 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 23 Sep 2010 06:26:03 +0000 (06:26 +0000)
svn changeset:15141/svn branch:6.4

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

index b6adf8c44e9a6f9dca48f51d1fc8394852dd06a4..2b3aa372a27dd481ac33689785244f9b2aeec304 100644 (file)
 }
 .v-contextmenu .gwt-MenuItem img {
        margin-right: 10px;
+}
+/* Fix icon height to help browsers to load page smoother */
+.v-embedded-icon-16 img {
+       width:16px;
+       height:16px;
 }
\ No newline at end of file
index 9c669c736bb677a33c69cb67d01b75898050308e..52d08579cb9e6baa8a6e11f331e626490bb3ef99 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_4_5_dev-20100917";}
-.v-theme-version-6_4_5_dev-20100917 {display: none;}
+.v-theme-version:after {content:"6_4_5_dev-20100923";}
+.v-theme-version-6_4_5_dev-20100923 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -2566,6 +2566,11 @@ div.v-window-header {
 .v-contextmenu .gwt-MenuItem img {
        margin-right: 10px;
 }
+/* Fix icon height to help browsers to load page smoother */
+.v-embedded-icon-16 img {
+       width:16px;
+       height:16px;
+}
 
 .v-datefield input.v-textfield,
 .v-datefield input.v-textfield[type=text] {