diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-03-24 10:29:59 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-03-24 10:29:59 +0000 |
commit | 24eccbb910ebdbccba22b8dbc14faef4e5e661a4 (patch) | |
tree | c527b80b167200ea9e9abdff2715b8c2967b9e80 /WebContent/VAADIN/themes/runo | |
parent | b879f52040e5c911df2220c6c1335dbda0411956 (diff) | |
download | vaadin-framework-24eccbb910ebdbccba22b8dbc14faef4e5e661a4.tar.gz vaadin-framework-24eccbb910ebdbccba22b8dbc14faef4e5e661a4.zip |
Potential fix for #6685 High CPU usage for any Vaadin application in IE9 - Moved v-app-loading class to separate div inside v-app
svn changeset:17907/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 120c4daa53..326f0525cf 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_5_2_dev-20110303";} -.v-theme-version-6_5_2_dev-20110303 {display: none;} +.v-theme-version:after {content:"6_5_4_dev-20110324";} +.v-theme-version-6_5_4_dev-20110324 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -276,6 +276,8 @@ div.v-app-loading { background-image: url(../base/common/img/loading-indicator.gif); background-repeat: no-repeat; background-position: 50%; + width: 100%; + height: 100%; } .v-view { height: 100%; |