diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-09-23 06:26:03 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-09-23 06:26:03 +0000 |
commit | adfd7a19b2a49376af631bd8e444c8ae00a27771 (patch) | |
tree | 8870b202535ff3b7b2e8b084eb23e143d1731136 /WebContent/VAADIN/themes | |
parent | 99d0d3957ff8b7ca2eae8d14c4b8fb4661aec89a (diff) | |
download | vaadin-framework-adfd7a19b2a49376af631bd8e444c8ae00a27771.tar.gz vaadin-framework-adfd7a19b2a49376af631bd8e444c8ae00a27771.zip |
fixed icon height in example to avoid flickering & stabilize screenshot tests
svn changeset:15141/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/common.css | 5 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/common/common.css b/WebContent/VAADIN/themes/runo/common/common.css index b6adf8c44e..2b3aa372a2 100644 --- a/WebContent/VAADIN/themes/runo/common/common.css +++ b/WebContent/VAADIN/themes/runo/common/common.css @@ -100,4 +100,9 @@ } .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 diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 9c669c736b..52d08579cb 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -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] { |