From: Jouni Koivuviita Date: Mon, 9 Jun 2008 11:40:44 +0000 (+0000) Subject: Fixed gridlayout spacing value. X-Git-Tag: 6.7.0.beta1~4640 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74baf144218630b8eeefeb8ab47008a0e332b972;p=vaadin-framework.git Fixed gridlayout spacing value. svn changeset:4813/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css b/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css index ab0cd36f74..e11b03b059 100644 --- a/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css +++ b/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css @@ -24,8 +24,8 @@ } .i-gridlayout-spacing .i-gridlayout-cell { - padding-left: 15px; - padding-top:15px; + padding-left: 8px; + padding-top: 8px; } .i-gridlayout-spacing .i-gridlayout-firstcol { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index d0fb32e0df..fc01584d30 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -184,7 +184,7 @@ input.i-modified, color: #464f52; } - .i-tooltip-text { +.i-tooltip-text { margin: 4px; } @@ -193,7 +193,6 @@ input.i-modified, border-width: 0 0 1px 0; } - /** * Context menu styles */ @@ -546,9 +545,10 @@ input.i-modified, } .i-gridlayout-spacing .i-gridlayout-cell { - padding-left: 15px; - padding-top:15px; + padding-left: 8px; + padding-top: 8px; } + .i-gridlayout-spacing .i-gridlayout-firstcol { padding-left: 0; } @@ -840,6 +840,13 @@ input.i-modified, overflow: hidden; /* for IE6 */ } +.i-progressindicator-disabled { + background: #dfe2e4 url(progressindicator/img/disabled.gif); + height: 9px; + border: 1px solid #b6bbbc; + overflow: hidden; /* for IE6 */ +} + .i-progressindicator div { background: #f7f9f9 url(progressindicator/img/progress.png); height: 9px; @@ -852,6 +859,12 @@ input.i-modified, width: 16px; overflow: hidden; /* for IE6 */ } +.i-progressindicator-disabled-indeterminate { + background: #dfe2e4 url(common/img/blank.gif); + height: 16px; + width: 16px; + overflow: hidden; /* for IE6 */ +} .i-select { text-align: left /* Force default alignment */ }