summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2008-08-29 09:29:13 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2008-08-29 09:29:13 +0000
commit5997ce0424a3c692ed58e7e5ae8f94f9115835e9 (patch)
tree5db97d25426c06b5e90b121b78228fc32a07343d /WebContent
parent641283d6db36efc6680010ca95189fa9bae68d34 (diff)
downloadvaadin-framework-5997ce0424a3c692ed58e7e5ae8f94f9115835e9.tar.gz
vaadin-framework-5997ce0424a3c692ed58e7e5ae8f94f9115835e9.zip
Fixed a typo in tabsheet.css (missing semicolon).
svn changeset:5296/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/default/styles.css3
-rw-r--r--WebContent/ITMILL/themes/default/tabsheet/tabsheet.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 64704415d6..512934e857 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -1481,6 +1481,7 @@ input.i-modified,
}
.i-slider-base {
+ /* changing the borders will require adjustments to ISlider.java */
height: 2px;
border-top: 1px solid #cbcdce;
background: #f3f3f4;
@@ -1998,7 +1999,7 @@ input.i-modified,
background: transparent url(panel/img/top-right.png) repeat-x right top;
margin: 0 -1px 0 9px;
height: 18px;
- padding: 16px 16px 14px 7px
+ padding: 16px 16px 14px 7px;
}
.i-tabsheet-content {
diff --git a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
index 4e3d18a557..5fe4924ea6 100644
--- a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
+++ b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css
@@ -131,7 +131,7 @@
background: transparent url(../panel/img/top-right.png) repeat-x right top;
margin: 0 -1px 0 9px;
height: 18px;
- padding: 16px 16px 14px 7px
+ padding: 16px 16px 14px 7px;
}
.i-tabsheet-content {