diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 14:08:23 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 14:08:23 +0000 |
commit | 3e6b6f6dcf8736f106c855033c0bd2a109feac50 (patch) | |
tree | f154e1568a3b4850ba92ee5f20bfa27480b65943 /WebContent/VAADIN/themes/runo/common/common.css | |
parent | d45fb590e57d55b12635626fb4ca59828e2805d2 (diff) | |
download | vaadin-framework-3e6b6f6dcf8736f106c855033c0bd2a109feac50.tar.gz vaadin-framework-3e6b6f6dcf8736f106c855033c0bd2a109feac50.zip |
Refactored loading indicator to be common for both runo and reindeer themes.
Added progress indicator styles to reindeer (copied from runo).
svn changeset:7997/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/runo/common/common.css')
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/common.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/WebContent/VAADIN/themes/runo/common/common.css b/WebContent/VAADIN/themes/runo/common/common.css index 5f564e3997..7b40130c45 100644 --- a/WebContent/VAADIN/themes/runo/common/common.css +++ b/WebContent/VAADIN/themes/runo/common/common.css @@ -8,11 +8,6 @@ font-size: 13px; line-height: 18px; } -.v-app-loading { - background-image: url(img/loading-indicator.gif); - background-repeat: no-repeat; - background-position: 50%; -} /* Global font styles */ .v-window, .v-popupview-popup, @@ -98,19 +93,4 @@ } .v-contextmenu .gwt-MenuItem img { margin-right: 10px; -} -.v-loading-indicator, -.v-loading-indicator-delay, -.v-loading-indicator-wait { - width: 31px; - height: 31px; - background: transparent url(img/loading-indicator.gif); - margin-right: 5px; - margin-top: 5px; -} -.v-loading-indicator-delay { - background-image: url(img/loading-indicator-delay.gif); -} -.v-loading-indicator-wait { - background-image: url(img/loading-indicator-wait.gif); }
\ No newline at end of file |