From: Jouni Koivuviita Date: Mon, 30 Nov 2009 09:03:59 +0000 (+0000) Subject: Fixed one invalid CSS reference in Runo tabsheet. X-Git-Tag: 6.7.0.beta1~2226 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cdaeb41db914ba9406cd5f754fa40ca5d2cfecfa;p=vaadin-framework.git Fixed one invalid CSS reference in Runo tabsheet. svn changeset:10102/svn branch:6.2 --- 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;