diff options
-rw-r--r-- | WebContent/ITMILL/themes/base/styles.css | 5 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/base/window/window.css | 5 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 2 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 11 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/table/table.css | 4 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/reindeer/styles.css | 5 |
6 files changed, 24 insertions, 8 deletions
diff --git a/WebContent/ITMILL/themes/base/styles.css b/WebContent/ITMILL/themes/base/styles.css index 5e84ab92c1..5d059fb2b8 100644 --- a/WebContent/ITMILL/themes/base/styles.css +++ b/WebContent/ITMILL/themes/base/styles.css @@ -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 { diff --git a/WebContent/ITMILL/themes/base/window/window.css b/WebContent/ITMILL/themes/base/window/window.css index ba57a7d633..3a9094dc4c 100644 --- a/WebContent/ITMILL/themes/base/window/window.css +++ b/WebContent/ITMILL/themes/base/window/window.css @@ -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 { diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index f204d9994d..9629875244 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -103,6 +103,8 @@ 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); diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 01e1646c9f..c453d0ae46 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -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; diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css index 3f35267a31..55e7063de9 100644 --- a/WebContent/ITMILL/themes/default/table/table.css +++ b/WebContent/ITMILL/themes/default/table/table.css @@ -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; diff --git a/WebContent/ITMILL/themes/reindeer/styles.css b/WebContent/ITMILL/themes/reindeer/styles.css index 4875025acc..b759ebdd20 100644 --- a/WebContent/ITMILL/themes/reindeer/styles.css +++ b/WebContent/ITMILL/themes/reindeer/styles.css @@ -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 { |