Changeset 2380 in subversion


Ignore:
Timestamp:
Apr 9, 2009 3:22:22 AM (4 years ago)
Author:
alec
Message:
  • small css fix in subscription-list thead
Location:
trunk/roundcubemail/skins/default
Files:
2 edited

Legend:

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

    r2217 r2380  
    133133} 
    134134 
     135#subscription-table 
     136{ 
     137  width: 100%; 
     138  /* css hack for IE */ 
     139  width: expression('auto'); 
     140} 
     141 
     142#subscription-table tbody td, 
    135143#identities-table tbody td 
    136144{ 
     
    148156{ 
    149157  width: 45%; 
     158} 
     159 
     160#subscription-table tr.virtual td 
     161{ 
     162  color: #666; 
     163} 
     164 
     165#subscription-table tr.selected td, 
     166#subscription-table tr.selected td a 
     167{ 
     168  color: #FFFFFF; 
     169  background-color: #CC3333; 
     170} 
     171 
     172#subscription-table tr.droptarget td, 
     173#subscription-table tr.droptarget td a 
     174{ 
     175  background-color: #FFFFA6; 
     176} 
     177 
     178#subscription-table thead td.name 
     179{ 
     180  width: 250px; 
     181} 
     182 
     183#subscription-table thead td.msgcount 
     184{ 
     185  width: 90px; 
     186} 
     187 
     188#subscription-table thead td.subscribed 
     189{ 
     190  width: 90px; 
    150191} 
    151192 
     
    195236#userprefs-title, 
    196237#identity-title, 
    197 div.boxtitle, 
    198 #subscription-table thead td 
     238div.boxtitle 
    199239{ 
    200240  height: 12px !important; 
     
    221261} 
    222262 
    223 #subscription-table 
    224 { 
    225   width: 100%; 
    226   /* css hack for IE */  
    227   width: expression('auto'); 
    228 } 
    229  
    230 #subscription-table tbody td 
    231 { 
    232   height: 20px; 
    233   padding-left: 6px; 
    234   padding-right: 10px; 
    235   white-space: nowrap; 
    236   border-bottom: 1px solid #EBEBEB; 
    237   background-color: #F9F9F9; 
    238   cursor: default; 
    239 } 
    240  
    241 #subscription-table tr.virtual td 
    242 { 
    243   color: #666; 
    244 } 
    245  
    246 #subscription-table tr.selected td, 
    247 #subscription-table tr.selected td a 
    248 { 
    249   color: #FFFFFF; 
    250   background-color: #CC3333; 
    251 } 
    252  
    253 #subscription-table tr.droptarget td, 
    254 #subscription-table tr.droptarget td a 
    255 { 
    256   background-color: #FFFFA6; 
    257 } 
    258  
    259 #subscription-table thead td.name 
    260 { 
    261   width: 250px; 
    262 } 
    263  
    264 #subscription-table thead td.msgcount 
    265 { 
    266   width: 90px; 
    267 } 
    268  
    269 #subscription-table thead td.subscribed 
    270 { 
    271   width: 90px; 
    272 } 
    273  
    274263fieldset  
    275264{ 
  • trunk/roundcubemail/skins/default/templates/managefolders.html

    r1912 r2380  
    1717<div id="folder-manager"> 
    1818<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" 
    19   cellpadding="1" cellspacing="0" summary="Folder subscription table" 
     19  cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" 
    2020  deleteIcon="/images/icons/folder-trash.png" 
    2121  renameIcon="/images/icons/rename.png" /> 
Note: See TracChangeset for help on using the changeset viewer.