diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-03-25 07:45:51 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-03-25 07:45:51 +0000 |
commit | 66f7282862aeddd9a0eb37bb1a522fdd501ff649 (patch) | |
tree | 5f6f376489edd9c37bfa386cd8c1fa93fcb572fd /WebContent/VAADIN/themes/base/common | |
parent | 8ac824d4891b3db91ab3be14507e68a03a82eeea (diff) | |
download | vaadin-framework-66f7282862aeddd9a0eb37bb1a522fdd501ff649.tar.gz vaadin-framework-66f7282862aeddd9a0eb37bb1a522fdd501ff649.zip |
Merged bugfixes and test updates from 6.5
svn changeset:17929/svn branch:6.6
Diffstat (limited to 'WebContent/VAADIN/themes/base/common')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index 4e0747538c..27bc57dd00 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -23,6 +23,8 @@ div.v-app-loading { background-image: url(img/loading-indicator.gif); background-repeat: no-repeat; background-position: 50%; + width: 100%; + height: 100%; } .v-view { height: 100%; |