Changeset 361ce60 in github
- Timestamp:
- Feb 6, 2011 5:16:23 PM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 07b95dc
- Parents:
- ed33d19
- Location:
- skins/default
- Files:
-
- 2 edited
-
common.css (modified) (2 diffs)
-
functions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/common.css
r5b123fd r361ce60 10 10 body.iframe 11 11 { 12 margin: 0px;12 margin: 20px 0 0 0; 13 13 background-color: #FFF; 14 14 } … … 273 273 { 274 274 float: right; 275 } 276 277 body.iframe .boxtitle 278 { 279 position: fixed; 280 top: 0; 281 left: 0; 282 width: 100%; 275 283 } 276 284 -
skins/default/functions.js
r8c27d00 r361ce60 47 47 a = $('<a>').text(legend.text()).attr('href', '#'); 48 48 tab = $('<span>').attr({'id': 'tab'+idx, 'class': 'tablink'}) 49 .click(function() { r eturn rcube_show_tab(id, idx);})49 .click(function() { rcube_show_tab(id, idx); return false }) 50 50 51 51 // remove legend
Note: See TracChangeset
for help on using the changeset viewer.
