Ticket #700: css-tablelayoutpatch.patch

File css-tablelayoutpatch.patch, 0.7 kB (added by pasichnyk, 1 year ago)

patch to ispcp.css for styling of .content and .content2 classes

  • ispcp.css

    old new  
    162162        white-space:            nowrap; 
    163163        background:                     #efefef; 
    164164        height:                         22px; 
    165         padding:                        5px; 
    166         border-bottom: 1px solid darkgrey; 
     165        padding:                        2px; 
    167166} 
    168167 
    169168td.content2 { 
    170169        font-size:                      12px; 
    171170        color:                          #000000; 
    172171        white-space:            nowrap; 
    173         background:                     #F8F8FF
     172        background:                     #efefef
    174173        height:                         22px; 
    175         padding:                        5px; 
    176         border-bottom: 1px solid darkgrey; 
     174        padding:                        2px; 
    177175} 
    178176 
    179177td.content3 { 
     
    251249        color:                          #99a0b1; 
    252250        font-size:                      24px; 
    253251        font-weight:            bold; 
    254 } 
     252}