]> source.dussan.org Git - vaadin-framework.git/commitdiff
Additional fix for #3247: VPopupView contains hard coded text "Loading..."
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 31 Aug 2009 09:30:25 +0000 (09:30 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 31 Aug 2009 09:30:25 +0000 (09:30 +0000)
-CSS files, forgot to commit

svn changeset:8595/svn branch:6.1

WebContent/VAADIN/themes/base/popupview/popupview.css
WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index f418e1bdc18f3b135ea05193f6bd337f0ee70614..14c308a84c400f826e97c3ff5c5b092d52b0aba3 100644 (file)
@@ -4,4 +4,9 @@
 }
 .v-popupview-popup {
        overflow: auto;
+}
+.v-popupview-loading {
+       width: 30px;
+       height: 30px;
+       background: transparent url(../common/img/ajax-loader-medium.gif) no-repeat 50%;
 }
\ No newline at end of file
index 9bdd99a852ed726270cb85e2c7799b6805ea8d1d..b1c32ae254b80820b20d1e729b64581ee7b09e03 100644 (file)
@@ -783,6 +783,11 @@ div.v-app-loading {
 .v-popupview-popup {
        overflow: auto;
 }
+.v-popupview-loading {
+       width: 30px;
+       height: 30px;
+       background: transparent url(common/img/ajax-loader-medium.gif) no-repeat 50%;
+}
 
 .v-progressindicator {
        overflow: hidden; /* for IE6 */
index e67c11f3b2128e60f6ecd07090d86f168a5c27f8..9ad2888aa194a2849995f20298039b4296f68486 100644 (file)
@@ -783,6 +783,11 @@ div.v-app-loading {
 .v-popupview-popup {
        overflow: auto;
 }
+.v-popupview-loading {
+       width: 30px;
+       height: 30px;
+       background: transparent url(../base/common/img/ajax-loader-medium.gif) no-repeat 50%;
+}
 
 .v-progressindicator {
        overflow: hidden; /* for IE6 */
index 79dab019b12875a2b5ba8f8a207e286e323afc28..e716b4f29dd7231de31fd6e309b976c3ca2e54be 100644 (file)
@@ -783,6 +783,11 @@ div.v-app-loading {
 .v-popupview-popup {
        overflow: auto;
 }
+.v-popupview-loading {
+       width: 30px;
+       height: 30px;
+       background: transparent url(../base/common/img/ajax-loader-medium.gif) no-repeat 50%;
+}
 
 .v-progressindicator {
        overflow: hidden; /* for IE6 */