Changeset 4824
- Timestamp:
- 06/10/08 07:26:44 (6 months ago)
- Location:
- trunk/WebContent/ITMILL/themes/default
- Files:
-
- 2 modified
-
styles.css (modified) (1 diff)
-
table/table.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebContent/ITMILL/themes/default/styles.css
r4815 r4824 1408 1408 } 1409 1409 1410 * html .i-table-column-selector { 1411 position: static; 1412 } 1413 1414 *+html .i-table-column-selector { 1415 position: static; 1416 } 1417 1410 1418 .i-table-focus-slot-left { 1411 1419 border-left: 2px solid #b6bbbc; -
trunk/WebContent/ITMILL/themes/default/table/table.css
r4388 r4824 128 128 width: 15px; 129 129 position: relative; /* hide this from IE, it works without it */ 130 } 131 132 * html .i-table-column-selector { 133 position: static; 134 } 135 136 *+html .i-table-column-selector { 137 position: static; 130 138 } 131 139
