]> source.dussan.org Git - vaadin-framework.git/commitdiff
Small fixes to base and default theme CSS.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 30 Apr 2009 05:46:20 +0000 (05:46 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 30 Apr 2009 05:46:20 +0000 (05:46 +0000)
svn changeset:7580/svn branch:theme_2009_03

WebContent/ITMILL/themes/base/styles.css
WebContent/ITMILL/themes/base/window/window.css
WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/table/table.css
WebContent/ITMILL/themes/reindeer/styles.css

index 5e84ab92c1e82e9ff9efba82cf6dde47d431b269..5d059fb2b82c0339333562f369867f379d4378de 100644 (file)
@@ -1411,11 +1411,14 @@ div.i-tree-node-leaf {
        padding: 0.3em 1em;
        height: 1em;
 }
+.i-window-header {
+       font-weight: bold;
+}
+/* A more specific selector to make sure padding isn't so easily overridden */
 div.i-window-header {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
-       font-weight: bold;
        padding: 0;
 }
 .i-ie6 .i-window-header {
index ba57a7d6331fc310e176481a280db470d4d985ee..3a9094dc4c1970b885f4cd0bfa97db373c502e54 100644 (file)
@@ -6,11 +6,14 @@
        padding: 0.3em 1em;
        height: 1em;
 }
+.i-window-header {
+       font-weight: bold;
+}
+/* A more specific selector to make sure padding isn't so easily overridden */
 div.i-window-header {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
-       font-weight: bold;
        padding: 0;
 }
 .i-ie6 .i-window-header {
index f204d9994d42712e71293bd91f8695feccc5bef2..96298752440d499f2bb99b40bc1817be06766940 100644 (file)
        width: 31px;
        height: 31px;
        background: transparent url(img/loading-indicator.gif);
+       margin-right: 5px;
+       margin-top: 5px;
 }
 .i-loading-indicator-delay {
        background-image: url(img/loading-indicator-delay.gif);
index 01e1646c9f20a36af24dc355e5df788952e7da13..c453d0ae4686dc08a21825c1b831d1f7425f5290 100644 (file)
@@ -1411,11 +1411,14 @@ div.i-tree-node-leaf {
        padding: 0.3em 1em;
        height: 1em;
 }
+.i-window-header {
+       font-weight: bold;
+}
+/* A more specific selector to make sure padding isn't so easily overridden */
 div.i-window-header {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
-       font-weight: bold;
        padding: 0;
 }
 .i-ie6 .i-window-header {
@@ -1720,6 +1723,8 @@ div.i-window-header {
        width: 31px;
        height: 31px;
        background: transparent url(common/img/loading-indicator.gif);
+       margin-right: 5px;
+       margin-top: 5px;
 }
 .i-loading-indicator-delay {
        background-image: url(common/img/loading-indicator-delay.gif);
@@ -2665,9 +2670,9 @@ div.i-window-header {
 }
 .i-table-column-selector {
        background: transparent url(table/img/colsel.png) no-repeat;
-       margin: -36px 1px 0 0;
+       margin: -36px 0 0 0;
        height: 36px;
-       width: 14px;
+       width: 15px;
 }
 .i-table-focus-slot-left {
        border-color: #b6bbbc;
index 3f35267a31ef6c062bb17e2ff60b9af9143da343..55e7063de99adf1a313519ede5ae3672db5cead5 100644 (file)
@@ -81,9 +81,9 @@
 }
 .i-table-column-selector {
        background: transparent url(img/colsel.png) no-repeat;
-       margin: -36px 1px 0 0;
+       margin: -36px 0 0 0;
        height: 36px;
-       width: 14px;
+       width: 15px;
 }
 .i-table-focus-slot-left {
        border-color: #b6bbbc;
index 4875025acc0bfac754d82c383d0689170c9ecaee..b759ebdd204543b1b88445abb6ce5d39bc582e41 100644 (file)
@@ -1411,11 +1411,14 @@ div.i-tree-node-leaf {
        padding: 0.3em 1em;
        height: 1em;
 }
+.i-window-header {
+       font-weight: bold;
+}
+/* A more specific selector to make sure padding isn't so easily overridden */
 div.i-window-header {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
-       font-weight: bold;
        padding: 0;
 }
 .i-ie6 .i-window-header {