summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2008-05-13 13:28:22 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2008-05-13 13:28:22 +0000
commit1053f83506074f12fdc67183674c04face698e4c (patch)
tree30afccfeb45f3905c9f993f7959ba5a2a65222bc /WebContent
parent6fa8ab3f70322e0d820ee2f83a9a24702e49cbb4 (diff)
downloadvaadin-framework-1053f83506074f12fdc67183674c04face698e4c.tar.gz
vaadin-framework-1053f83506074f12fdc67183674c04face698e4c.zip
Fixes #1401: Tabsheet render is broken.
svn changeset:4452/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/default/styles.css26
-rw-r--r--WebContent/ITMILL/themes/default/tabsheet/tabsheet.css26
2 files changed, 36 insertions, 16 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index fdf20c9074..9846662974 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -1324,9 +1324,9 @@
.i-tabsheet-tabs .gwt-TabBarItem-selected {
border: none;
background: transparent url(panel/img/top-left.png) no-repeat;
- margin-top: -9px;
- padding-left: 16px;
- height: 30px;
+ margin: 0;
+ padding: 0;
+ height: 48px;
cursor: default;
color: #ee5311;
}
@@ -1339,12 +1339,11 @@
color: #ee5311;
}
-.i-tabsheet-tabs .gwt-TabBarItem-selected:before {
- display: block;
- height: 9px;
+.i-tabsheet-tabs .gwt-TabBarItem-selected .i-caption {
background: transparent url(panel/img/top-right.png) repeat-x right top;
- content: "";
- margin: -9px -16px 9px -6px;
+ margin: 0 -1px 0 9px;
+ height: 18px;
+ padding: 16px 16px 0 7px
}
.i-tabsheet-content {
@@ -1424,6 +1423,17 @@
color: #ee5311;
}
+* html .i-tabsheet-tabs .gwt-TabBarItem-selected .i-caption {
+ background: transparent;
+ padding: 0;
+ margin: 0;
+}
+*+html .i-tabsheet-tabs .gwt-TabBarItem-selected .i-caption {
+ background: transparent;
+ padding: 0;
+ margin: 0;
+}
+
* html .i-tabsheet-deco {
height: 1px;
background: #babfc0;
diff --git a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
index 636e853591..b7faac6171 100644
--- a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
+++ b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
@@ -50,9 +50,9 @@
.i-tabsheet-tabs .gwt-TabBarItem-selected {
border: none;
background: transparent url(../panel/img/top-left.png) no-repeat;
- margin-top: -9px;
- padding-left: 16px;
- height: 30px;
+ margin: 0;
+ padding: 0;
+ height: 48px;
cursor: default;
color: #ee5311;
}
@@ -65,12 +65,11 @@
color: #ee5311;
}
-.i-tabsheet-tabs .gwt-TabBarItem-selected:before {
- display: block;
- height: 9px;
+.i-tabsheet-tabs .gwt-TabBarItem-selected .i-caption {
background: transparent url(../panel/img/top-right.png) repeat-x right top;
- content: "";
- margin: -9px -16px 9px -6px;
+ margin: 0 -1px 0 9px;
+ height: 18px;
+ padding: 16px 16px 0 7px
}
.i-tabsheet-content {
@@ -150,6 +149,17 @@
color: #ee5311;
}
+* html .i-tabsheet-tabs .gwt-TabBarItem-selected .i-caption {
+ background: transparent;
+ padding: 0;
+ margin: 0;
+}
+*+html .i-tabsheet-tabs .gwt-TabBarItem-selected .i-caption {
+ background: transparent;
+ padding: 0;
+ margin: 0;
+}
+
* html .i-tabsheet-deco {
height: 1px;
background: #babfc0;