From cdaeb41db914ba9406cd5f754fa40ca5d2cfecfa Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 30 Nov 2009 09:03:59 +0000 Subject: [PATCH] Fixed one invalid CSS reference in Runo tabsheet. svn changeset:10102/svn branch:6.2 --- WebContent/VAADIN/themes/runo/styles.css | 2 +- 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; -- 2.39.5