Changeset 5105
- Timestamp:
- 07/15/08 09:48:00 (3 months ago)
- Location:
- trunk/WebContent/ITMILL/themes/default
- Files:
-
- 2 modified
-
styles.css (modified) (1 diff)
-
window/window.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebContent/ITMILL/themes/default/styles.css
r5103 r5105 2135 2135 2136 2136 .i-window-header .i-icon { 2137 vertical-align: bottom;2137 vertical-align: middle; /* This has to be 'middle', not 'bottom', to allow larger icons than 16px */ 2138 2138 } 2139 2139 -
trunk/WebContent/ITMILL/themes/default/window/window.css
r4855 r5105 44 44 45 45 .i-window-header .i-icon { 46 vertical-align: bottom;46 vertical-align: middle; /* This has to be 'middle', not 'bottom', to allow larger icons than 16px */ 47 47 } 48 48
