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 | |
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')
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/common.css | 20 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/img/ajax-loader-big.gif | bin | 3208 -> 0 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/img/ajax-loader-medium.gif | bin | 1849 -> 0 bytes | |||
-rwxr-xr-x | WebContent/VAADIN/themes/runo/common/img/ajax-loader.gif | bin | 4099 -> 0 bytes | |||
-rwxr-xr-x | WebContent/VAADIN/themes/runo/common/img/loading-indicator-delay.gif | bin | 1590 -> 0 bytes | |||
-rwxr-xr-x | WebContent/VAADIN/themes/runo/common/img/loading-indicator-wait.gif | bin | 1590 -> 0 bytes | |||
-rwxr-xr-x | WebContent/VAADIN/themes/runo/common/img/loading-indicator.gif | bin | 1590 -> 0 bytes |
7 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 diff --git a/WebContent/VAADIN/themes/runo/common/img/ajax-loader-big.gif b/WebContent/VAADIN/themes/runo/common/img/ajax-loader-big.gif Binary files differdeleted file mode 100644 index 73dc88e31f..0000000000 --- a/WebContent/VAADIN/themes/runo/common/img/ajax-loader-big.gif +++ /dev/null diff --git a/WebContent/VAADIN/themes/runo/common/img/ajax-loader-medium.gif b/WebContent/VAADIN/themes/runo/common/img/ajax-loader-medium.gif Binary files differdeleted file mode 100644 index 0a0c6aaef0..0000000000 --- a/WebContent/VAADIN/themes/runo/common/img/ajax-loader-medium.gif +++ /dev/null diff --git a/WebContent/VAADIN/themes/runo/common/img/ajax-loader.gif b/WebContent/VAADIN/themes/runo/common/img/ajax-loader.gif Binary files differdeleted file mode 100755 index 354dc4685c..0000000000 --- a/WebContent/VAADIN/themes/runo/common/img/ajax-loader.gif +++ /dev/null diff --git a/WebContent/VAADIN/themes/runo/common/img/loading-indicator-delay.gif b/WebContent/VAADIN/themes/runo/common/img/loading-indicator-delay.gif Binary files differdeleted file mode 100755 index 48810bb064..0000000000 --- a/WebContent/VAADIN/themes/runo/common/img/loading-indicator-delay.gif +++ /dev/null diff --git a/WebContent/VAADIN/themes/runo/common/img/loading-indicator-wait.gif b/WebContent/VAADIN/themes/runo/common/img/loading-indicator-wait.gif Binary files differdeleted file mode 100755 index 5f7aab9afd..0000000000 --- a/WebContent/VAADIN/themes/runo/common/img/loading-indicator-wait.gif +++ /dev/null diff --git a/WebContent/VAADIN/themes/runo/common/img/loading-indicator.gif b/WebContent/VAADIN/themes/runo/common/img/loading-indicator.gif Binary files differdeleted file mode 100755 index cedaa56b10..0000000000 --- a/WebContent/VAADIN/themes/runo/common/img/loading-indicator.gif +++ /dev/null |