]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor updates and fixes to "Poro" theme.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 11 May 2009 11:41:19 +0000 (11:41 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 11 May 2009 11:41:19 +0000 (11:41 +0000)
svn changeset:7725/svn branch:6.0

WebContent/ITMILL/themes/reindeer/common/common.css
WebContent/ITMILL/themes/reindeer/select/select.css
WebContent/ITMILL/themes/reindeer/styles.css
WebContent/ITMILL/themes/reindeer/tabsheet/tabsheet.css

index c6b0ce66e5c0023556aa87e984f62dee32902d27..5acf6909b70305ded7dececaece61a84fb222f3e 100644 (file)
 .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
index 41403e3ccafa2ac73a6d665ff9ae205d411679e5..a54c0a7b8b71950a624e45fe3ed80a6ece4019a8 100644 (file)
        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;
index 7f22ce146feec9c639711db6af2db4136406e9a7..69129abd0fd318505c686c38ca481ca150eb344c 100644 (file)
@@ -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,
index 0b4c425a71eff8e5fc7ce87dba60809023b59317..0faf9723a2fdfd2b534e635e97828af4cc096a34 100644 (file)
@@ -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,