Changeset 3811 in subversion


Ignore:
Timestamp:
Jul 8, 2010 9:27:29 AM (3 years ago)
Author:
alec
Message:
  • more text-overflow:ellipsis on lists
Location:
trunk/roundcubemail/skins/default
Files:
3 edited

Legend:

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

    r3789 r3811  
    188188{ 
    189189  cursor: default; 
     190  text-overflow: ellipsis; 
     191  -o-text-overflow: ellipsis; 
    190192} 
    191193 
  • trunk/roundcubemail/skins/default/mail.css

    r3810 r3811  
    12491249  white-space: nowrap; 
    12501250  overflow: hidden; 
     1251  text-overflow: ellipsis; 
     1252  -o-text-overflow: ellipsis; 
    12511253} 
    12521254 
  • trunk/roundcubemail/skins/default/settings.css

    r3789 r3811  
    9292 
    9393#subscription-table tbody td, 
    94 #identities-table tbody td 
     94#identities-table tbody td, 
     95#sections-table tbody td 
    9596{ 
    9697  cursor: default; 
     
    196197} 
    197198 
    198 fieldset  
     199fieldset 
    199200{ 
    200201  margin-bottom: 0.5em; 
     
    224225  width: 100%; 
    225226  table-layout: fixed; 
    226 } 
    227  
    228 #sections-table tbody td 
    229 { 
    230   cursor: default; 
    231227} 
    232228 
Note: See TracChangeset for help on using the changeset viewer.