Changeset 4839

Show
Ignore:
Timestamp:
06/10/08 10:03:23 (6 months ago)
Author:
magi@…
Message:

Merged [4824] from trunk to 5.2 branch: fixes #1161

Location:
branches/5.2/WebContent/ITMILL/themes/default
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/5.2/WebContent/ITMILL/themes/default/styles.css

    r4831 r4839  
    14081408} 
    14091409 
     1410* html .i-table-column-selector { 
     1411        position: static; 
     1412} 
     1413 
     1414*+html .i-table-column-selector  { 
     1415        position: static; 
     1416} 
     1417 
    14101418.i-table-focus-slot-left { 
    14111419        border-left: 2px solid #b6bbbc; 
  • branches/5.2/WebContent/ITMILL/themes/default/table/table.css

    r4388 r4839  
    128128        width: 15px; 
    129129        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; 
    130138} 
    131139