Changeset 3422 in subversion


Ignore:
Timestamp:
Mar 25, 2010 2:55:22 PM (3 years ago)
Author:
alec
Message:
  • css fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/managesieve/skins/default/managesieve.css

    r3406 r3422  
    213213  text-align: right; 
    214214  white-space: nowrap; 
    215 } 
    216  
    217 td.rowactions, td.rowtargets 
    218 { 
    219   white-space: nowrap; 
     215  width: 1%; 
     216} 
     217 
     218td.rowactions 
     219{ 
     220  white-space: nowrap; 
     221  width: 1%; 
     222} 
     223 
     224td.rowtargets 
     225{ 
     226  white-space: nowrap; 
     227  width: 98%; 
     228  padding-left: 10px; 
    220229} 
    221230 
Note: See TracChangeset for help on using the changeset viewer.