summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-11 11:41:19 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-11 11:41:19 +0000
commit844652ee42612e4de71b1088f8400570c47ba258 (patch)
tree33a4398bd65eab8152b769e227069ee32eb2283e
parent0e4e3e9baf227b0b71286e8d9fa70bddcdcee814 (diff)
downloadvaadin-framework-844652ee42612e4de71b1088f8400570c47ba258.tar.gz
vaadin-framework-844652ee42612e4de71b1088f8400570c47ba258.zip
Minor updates and fixes to "Poro" theme.
svn changeset:7725/svn branch:6.0
-rw-r--r--WebContent/ITMILL/themes/reindeer/common/common.css12
-rw-r--r--WebContent/ITMILL/themes/reindeer/select/select.css2
-rw-r--r--WebContent/ITMILL/themes/reindeer/styles.css25
-rw-r--r--WebContent/ITMILL/themes/reindeer/tabsheet/tabsheet.css11
4 files changed, 42 insertions, 8 deletions
diff --git a/WebContent/ITMILL/themes/reindeer/common/common.css b/WebContent/ITMILL/themes/reindeer/common/common.css
index c6b0ce66e5..5acf6909b7 100644
--- a/WebContent/ITMILL/themes/reindeer/common/common.css
+++ b/WebContent/ITMILL/themes/reindeer/common/common.css
@@ -44,4 +44,16 @@
.i-sa .i-popupview-popup textarea,
.i-sa .i-filterselect-suggestpopup {
font-family: Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
+}
+.i-errorindicator {
+ width: 12px;
+ height: 16px;
+ background: transparent url(../../default/icons/16/error.png) no-repeat top right;
+}
+.i-ie6 .i-errorindicator {
+ /* gif for transparency */
+ background-image: url(../../default/icons/16/error.gif);
+}
+.i-ie7 .i-errorindicator {
+ margin-left: -3px;
} \ No newline at end of file
diff --git a/WebContent/ITMILL/themes/reindeer/select/select.css b/WebContent/ITMILL/themes/reindeer/select/select.css
index 41403e3cca..a54c0a7b8b 100644
--- a/WebContent/ITMILL/themes/reindeer/select/select.css
+++ b/WebContent/ITMILL/themes/reindeer/select/select.css
@@ -136,7 +136,7 @@
width: 100%;
overflow: hidden;
text-indent: -99999px;
- background-position: center top;
+ background-position: center 3px;
background-repeat: no-repeat;
background-image: url(img/arrow-down.png); /** sprite-ref: verticals; sprite-margin-top: 3px; sprite-margin-bottom: 3px; sprite-alignment: center */
user-select: none;
diff --git a/WebContent/ITMILL/themes/reindeer/styles.css b/WebContent/ITMILL/themes/reindeer/styles.css
index 7f22ce146f..69129abd0f 100644
--- a/WebContent/ITMILL/themes/reindeer/styles.css
+++ b/WebContent/ITMILL/themes/reindeer/styles.css
@@ -1877,6 +1877,18 @@ div > .i-button-small span,
.i-sa .i-filterselect-suggestpopup {
font-family: Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
}
+.i-errorindicator {
+ width: 12px;
+ height: 16px;
+ background: transparent url(../default/icons/16/error.png) no-repeat top right;
+}
+.i-ie6 .i-errorindicator {
+ /* gif for transparency */
+ background-image: url(../default/icons/16/error.gif);
+}
+.i-ie7 .i-errorindicator {
+ margin-left: -3px;
+}
/* ./WebContent/ITMILL/themes/reindeer/label/label.css */
.i-label {
@@ -2148,7 +2160,7 @@ div > .i-button-small span,
width: 100%;
overflow: hidden;
text-indent: -99999px;
- background-position: center top;
+ background-position: center 3px;
background-repeat: no-repeat;
background-image: url(common/img/vertical-sprites.png);
-background-image: url(common/img/vertical-sprites-ie6.png);
@@ -2259,13 +2271,18 @@ div > .i-button-small span,
.i-tabsheet-tabitem {
border: none;
border-bottom: 1px solid #bfbfbf;
- padding: 5px 16px;
color: #4d748f;
+ padding: 0;
+}
+.i-tabsheet-tabitem .i-caption {
+ padding: 5px 16px;
}
.i-tabsheet-tabitem-selected {
border: 1px solid #bfbfbf;
border-bottom: none;
color: #222;
+}
+.i-tabsheet-tabitem-selected .i-caption {
padding: 4px 15px 6px 15px;
}
.i-tabsheet-content {
@@ -2301,8 +2318,8 @@ div > .i-button-small span,
background-image: url(../default/icons/16/error.gif);
}
.i-ie .i-tabsheet-tabs .i-errorindicator {
- zoom:1;
- display:inline;
+ zoom: 1;
+ display: inline;
}
/* Tabsheet on blue background */
.blue .i-tabsheet-spacertd div,
diff --git a/WebContent/ITMILL/themes/reindeer/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/reindeer/tabsheet/tabsheet.css
index 0b4c425a71..0faf9723a2 100644
--- a/WebContent/ITMILL/themes/reindeer/tabsheet/tabsheet.css
+++ b/WebContent/ITMILL/themes/reindeer/tabsheet/tabsheet.css
@@ -5,13 +5,18 @@
.i-tabsheet-tabitem {
border: none;
border-bottom: 1px solid #bfbfbf;
- padding: 5px 16px;
color: #4d748f;
+ padding: 0;
+}
+.i-tabsheet-tabitem .i-caption {
+ padding: 5px 16px;
}
.i-tabsheet-tabitem-selected {
border: 1px solid #bfbfbf;
border-bottom: none;
color: #222;
+}
+.i-tabsheet-tabitem-selected .i-caption {
padding: 4px 15px 6px 15px;
}
.i-tabsheet-content {
@@ -47,8 +52,8 @@
background-image: url(../../default/icons/16/error.gif);
}
.i-ie .i-tabsheet-tabs .i-errorindicator {
- zoom:1;
- display:inline;
+ zoom: 1;
+ display: inline;
}
/* Tabsheet on blue background */
.blue .i-tabsheet-spacertd div,