Changeset 455c2bd in github


Ignore:
Timestamp:
Oct 13, 2005 6:13:11 PM (8 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
14eafe4
Parents:
09941ea
Message:

Fixed bug #1315992

Location:
skins/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skins/default/includes/settingscripts.html

    r4e17e6c r455c2bd  
    22 
    33if (window.rcmail && rcmail.env.action) 
    4   var tab = document.getElementById('settingstab'+rcmail.env.action); 
     4  { 
     5  var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action); 
     6  var tab = document.getElementById('settingstab'+action); 
     7  } 
    58else  
    69  var tab = document.getElementById('settingstabdefault'); 
  • skins/default/settings.css

    r4e17e6c r455c2bd  
    1919{ 
    2020  float: left; 
    21   width: 80px; 
    22   height: 17px !important; 
    23   height: 15px; 
    24   padding: 5px 10px 2px 10px; 
     21  width: 100px; 
     22  height: 24px !important; 
     23  height: 22px; 
    2524  background: url('images/tab_pas.gif') top left no-repeat; 
    2625} 
     
    3130} 
    3231 
    33 span.tablink a 
    34 { 
    35   color: #555555; 
    36 } 
    37  
    3832span.tablink a, 
    3933span.tablink-selected a 
    4034{ 
     35  display: block; 
     36  padding-left: 10px; 
     37  padding-top: 5px; 
     38  color: #555555; 
    4139  text-decoration: none; 
     40} 
     41 
     42span.tablink-selected a 
     43{ 
     44  color: #000000; 
    4245} 
    4346 
  • skins/default/templates/addidentity.html

    r4e17e6c r455c2bd  
    3131 
    3232<roundcube:include file="/includes/taskbar.html" /> 
     33<roundcube:include file="/includes/settingscripts.html" /> 
    3334 
    3435</body> 
Note: See TracChangeset for help on using the changeset viewer.