]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed gridlayout spacing value.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 9 Jun 2008 11:40:44 +0000 (11:40 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 9 Jun 2008 11:40:44 +0000 (11:40 +0000)
svn changeset:4813/svn branch:trunk

WebContent/ITMILL/themes/default/gridlayout/gridlayout.css
WebContent/ITMILL/themes/default/styles.css

index ab0cd36f744cfb72ec5138602b9df5eb957c7ab9..e11b03b059901c2af3e4ad26df11590447577fc8 100644 (file)
@@ -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 {
index d0fb32e0dfa0736314fbab64b21a340ab93102d7..fc01584d30b9084070a3d5d04bb587d2be579b08 100644 (file)
@@ -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 */
 }