aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2008-11-28 09:02:47 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2008-11-28 09:02:47 +0000
commit747d30dc84815eebe12a90274ef0b9869f5c26a4 (patch)
tree99bb866d511e37ff34d5b1f339234d270f1b2b1b
parent3757faf4fd71cb346144fe69355faa601789ec54 (diff)
downloadvaadin-framework-747d30dc84815eebe12a90274ef0b9869f5c26a4.tar.gz
vaadin-framework-747d30dc84815eebe12a90274ef0b9869f5c26a4.zip
A proper fix for #2237 (Tabsheet loading indicator).
svn changeset:6032/svn branch:trunk
-rw-r--r--WebContent/ITMILL/themes/default/styles.css15
-rw-r--r--WebContent/ITMILL/themes/default/tabsheet/tabsheet.css15
2 files changed, 16 insertions, 14 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 72fcedeaf1..f9c0ae7f87 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -2010,6 +2010,7 @@ input.i-modified,
margin: 0 -1px 0 9px;
height: 18px;
padding: 16px 16px 14px 7px;
+ overflow: visible;
}
.i-tabsheet-content {
@@ -2043,10 +2044,10 @@ input.i-modified,
/* Progress indication */
-.i-tabsheet-loading .i-tabsheet-tabs .i-tabsheet-tabitem-selected .i-caption .i-captiontext {
+.i-tabsheet-loading .i-tabsheet-tabitem-selected .i-captiontext {
background: transparent url(common/img/ajax-loader.gif) no-repeat;
- margin-left: -7px;
- padding-left: 7px;
+ margin-left: -10px;
+ padding-left: 10px;
margin-top: -12px;
padding-top: 12px;
}
@@ -2061,7 +2062,7 @@ input.i-modified,
height: 46px;
}
-* html .i-tabsheet-tabs .i-tabsheet-tabitem-selected {
+* html .i-tabsheet-tabitem-selected {
border: 1px solid #babfc0;
border-bottom: none;
background: #fff;
@@ -2071,7 +2072,7 @@ input.i-modified,
cursor: default;
color: #ee5311;
}
-*+html .i-tabsheet-tabs .i-tabsheet-tabitem-selected {
+*+html .i-tabsheet-tabitem-selected {
border: 1px solid #babfc0;
border-bottom: none;
background: #fff;
@@ -2082,12 +2083,12 @@ input.i-modified,
color: #ee5311;
}
-* html .i-tabsheet-tabs .i-tabsheet-tabitem-selected .i-caption {
+* html .i-tabsheet-tabitem-selected .i-caption {
background: transparent;
padding: 0;
margin: 0;
}
-*+html .i-tabsheet-tabs .i-tabsheet-tabitem-selected .i-caption {
+*+html .i-tabsheet-tabitem-selected .i-caption {
background: transparent;
padding: 0;
margin: 0;
diff --git a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
index a3df79231e..0a56254218 100644
--- a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
+++ b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
@@ -131,6 +131,7 @@
margin: 0 -1px 0 9px;
height: 18px;
padding: 16px 16px 14px 7px;
+ overflow: visible;
}
.i-tabsheet-content {
@@ -164,10 +165,10 @@
/* Progress indication */
-.i-tabsheet-loading .i-tabsheet-tabs .i-tabsheet-tabitem-selected .i-caption .i-captiontext {
+.i-tabsheet-loading .i-tabsheet-tabitem-selected .i-captiontext {
background: transparent url(../common/img/ajax-loader.gif) no-repeat;
- margin-left: -7px;
- padding-left: 7px;
+ margin-left: -10px;
+ padding-left: 10px;
margin-top: -12px;
padding-top: 12px;
}
@@ -182,7 +183,7 @@
height: 46px;
}
-* html .i-tabsheet-tabs .i-tabsheet-tabitem-selected {
+* html .i-tabsheet-tabitem-selected {
border: 1px solid #babfc0;
border-bottom: none;
background: #fff;
@@ -192,7 +193,7 @@
cursor: default;
color: #ee5311;
}
-*+html .i-tabsheet-tabs .i-tabsheet-tabitem-selected {
+*+html .i-tabsheet-tabitem-selected {
border: 1px solid #babfc0;
border-bottom: none;
background: #fff;
@@ -203,12 +204,12 @@
color: #ee5311;
}
-* html .i-tabsheet-tabs .i-tabsheet-tabitem-selected .i-caption {
+* html .i-tabsheet-tabitem-selected .i-caption {
background: transparent;
padding: 0;
margin: 0;
}
-*+html .i-tabsheet-tabs .i-tabsheet-tabitem-selected .i-caption {
+*+html .i-tabsheet-tabitem-selected .i-caption {
background: transparent;
padding: 0;
margin: 0;