Changeset 4813
- Timestamp:
- 06/09/08 11:40:44 (6 months ago)
- Location:
- trunk/WebContent/ITMILL/themes/default
- Files:
-
- 2 modified
-
gridlayout/gridlayout.css (modified) (1 diff)
-
styles.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css
r4769 r4813 25 25 26 26 .i-gridlayout-spacing .i-gridlayout-cell { 27 padding-left: 15px;28 padding-top: 15px;27 padding-left: 8px; 28 padding-top: 8px; 29 29 } 30 30 -
trunk/WebContent/ITMILL/themes/default/styles.css
r4777 r4813 185 185 } 186 186 187 .i-tooltip-text {187 .i-tooltip-text { 188 188 margin: 4px; 189 189 } … … 193 193 border-width: 0 0 1px 0; 194 194 } 195 196 195 197 196 /** … … 547 546 548 547 .i-gridlayout-spacing .i-gridlayout-cell { 549 padding-left: 15px; 550 padding-top:15px; 551 } 548 padding-left: 8px; 549 padding-top: 8px; 550 } 551 552 552 .i-gridlayout-spacing .i-gridlayout-firstcol { 553 553 padding-left: 0; … … 841 841 } 842 842 843 .i-progressindicator-disabled { 844 background: #dfe2e4 url(progressindicator/img/disabled.gif); 845 height: 9px; 846 border: 1px solid #b6bbbc; 847 overflow: hidden; /* for IE6 */ 848 } 849 843 850 .i-progressindicator div { 844 851 background: #f7f9f9 url(progressindicator/img/progress.png); … … 849 856 .i-progressindicator-indeterminate { 850 857 background: #dfe2e4 url(common/img/ajax-loader-medium.gif); 858 height: 16px; 859 width: 16px; 860 overflow: hidden; /* for IE6 */ 861 } 862 .i-progressindicator-disabled-indeterminate { 863 background: #dfe2e4 url(common/img/blank.gif); 851 864 height: 16px; 852 865 width: 16px;
