Changeset 5676

Show
Ignore:
Timestamp:
02/25/08 09:48:23 (9 months ago)
Author:
uta
Message:

2582

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • rubricks_core/trunk/themes/asteriksorange/stylesheets/print.css

    r5662 r5676  
    8888} 
    8989 
    90 *--[Settings for Main Contents]------*/ 
     90/*--[Settings for Main Contents]------*/ 
    9191table.main_contents { 
    9292  clear:                        both; 
     
    321321  padding:                      0 5px; 
    322322} 
    323  
  • rubricks_core/trunk/themes/asteriksorange/stylesheets/spinelz.css

    r5665 r5676  
    264264  background:                   #fdfdef; 
    265265  border-collapse:              collapse; 
    266   width:                        99%; 
     266  width:                        100%; 
     267
     268*html .custom_selectableTable_table { 
     269  width:                        99% !important; 
    267270  margin:                       0 1px; 
    268271} 
  • rubricks_core/trunk/themes/rubrickswhite/stylesheets/print.css

    r5662 r5676  
    8989} 
    9090 
    91 *--[Settings for Main Contents]------*/ 
     91/*--[Settings for Main Contents]------*/ 
    9292table.main_contents { 
    9393  clear:                        both; 
     
    322322  padding:                      0 5px; 
    323323} 
    324  
  • rubricks_core/trunk/themes/rubrickswhite/stylesheets/spinelz.css

    r5664 r5676  
    139139  background:                   #f7f7f7; 
    140140  border-collapse:              collapse; 
    141   width:                        99%; 
     141  width:                        100%; 
     142
     143*html .custom_selectableTable_table { 
     144  width:                        99% !important; 
    142145  margin:                       0 1px; 
    143146}