diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-30 09:03:59 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-30 09:03:59 +0000 |
commit | cdaeb41db914ba9406cd5f754fa40ca5d2cfecfa (patch) | |
tree | 1ffec1ba5c529fb56cfdfc3821c397eb341bbedd /WebContent/VAADIN/themes/runo | |
parent | d151afb2a1af6f83b6e13e3fee7873ca91cc6162 (diff) | |
download | vaadin-framework-cdaeb41db914ba9406cd5f754fa40ca5d2cfecfa.tar.gz vaadin-framework-cdaeb41db914ba9406cd5f754fa40ca5d2cfecfa.zip |
Fixed one invalid CSS reference in Runo tabsheet.
svn changeset:10102/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 2 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 2d53878f32..c3bdf48d4f 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -3102,7 +3102,7 @@ div.v-tree-node-leaf { } /* Progress indication */ .v-tabsheet-loading .v-tabsheet-tabitem-selected .v-captiontext { - background: transparent url(common/img/ajax-loader.gif) no-repeat top right; + background: transparent url(../base/common/img/ajax-loader.gif) no-repeat top right; margin-left: -10px; padding-left: 10px; margin-right: -10px; diff --git a/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css b/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css index 3b738107b2..fc8fcf823c 100644 --- a/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css +++ b/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css @@ -125,7 +125,7 @@ } /* Progress indication */ .v-tabsheet-loading .v-tabsheet-tabitem-selected .v-captiontext { - background: transparent url(../common/img/ajax-loader.gif) no-repeat top right; + background: transparent url(../../base/common/img/ajax-loader.gif) no-repeat top right; margin-left: -10px; padding-left: 10px; margin-right: -10px; |