Changeset 361ce60 in github


Ignore:
Timestamp:
Feb 6, 2011 5:16:23 PM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
07b95dc
Parents:
ed33d19
Message:

Make iframe headers fixed; don't jump to top when switching tabs

Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/common.css

    r5b123fd r361ce60  
    1010body.iframe 
    1111{ 
    12   margin: 0px; 
     12  margin: 20px 0 0 0; 
    1313  background-color: #FFF; 
    1414} 
     
    273273{ 
    274274  float: right; 
     275} 
     276 
     277body.iframe .boxtitle 
     278{ 
     279  position: fixed; 
     280  top: 0; 
     281  left: 0; 
     282  width: 100%; 
    275283} 
    276284 
  • skins/default/functions.js

    r8c27d00 r361ce60  
    4747    a   = $('<a>').text(legend.text()).attr('href', '#'); 
    4848    tab = $('<span>').attr({'id': 'tab'+idx, 'class': 'tablink'}) 
    49         .click(function() { return rcube_show_tab(id, idx); }) 
     49        .click(function() { rcube_show_tab(id, idx); return false }) 
    5050 
    5151    // remove legend 
Note: See TracChangeset for help on using the changeset viewer.