Changeset 3820 in subversion


Ignore:
Timestamp:
Jul 24, 2010 2:23:02 PM (3 years ago)
Author:
alec
Message:
  • Fix column name wrapping on folders list (#1486861)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/settings.css

    r3811 r3820  
    127127#subscription-table thead td.name 
    128128{ 
    129   width: 360px; 
    130 } 
    131  
    132 #subscription-table thead td.msgcount 
    133 { 
    134   width: 90px; 
    135 } 
    136  
    137 #subscription-table thead td.subscribed 
    138 { 
    139   width: 90px; 
     129  width: 95%; 
     130} 
     131 
     132#subscription-table thead td.msgcount, 
     133#subscription-table thead td.subscribed, 
     134#subscription-table thead td.threaded 
     135{ 
     136  white-space: nowrap; 
     137  min-width: 50px; 
    140138} 
    141139 
     
    156154{ 
    157155  font: inherit; 
    158   width: 240px; 
     156  width: 90%; 
    159157} 
    160158 
Note: See TracChangeset for help on using the changeset viewer.