Changeset 4839
- Timestamp:
- 06/10/08 10:03:23 (6 months ago)
- Location:
- branches/5.2/WebContent/ITMILL/themes/default
- Files:
-
- 2 modified
-
styles.css (modified) (1 diff)
-
table/table.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/WebContent/ITMILL/themes/default/styles.css
r4831 r4839 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; -
branches/5.2/WebContent/ITMILL/themes/default/table/table.css
r4388 r4839 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
