Changeset 12544 for freepbx/trunk/amp_conf/htdocs/admin/assets
- Timestamp:
- 09/20/11 16:05:27 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/assets/css/mainstyle.css
r12524 r12544 49 49 margin-left: auto; 50 50 margin-right: auto; 51 width: 5 00px;51 width: 550px; 52 52 text-align:left; 53 53 } … … 376 376 .rnav .ui-widget-content {background: none;} 377 377 .rnav .ui-widget-content a {color: #072966;} 378 379 /* menubar logo */ 380 #BRAND_IMAGE_FREEPBX_LEFT { 381 height:23px; 382 margin:2px; 383 cursor:pointer; 384 float:left; 385 } freepbx/trunk/amp_conf/htdocs/admin/assets/js/script.legacy.js
r12511 r12544 769 769 }); 770 770 771 //logo icon 772 $('#BRAND_IMAGE_FREEPBX_LEFT').click(function(){ 773 window.open(fpbx.conf.BRAND_IMAGE_FREEPBX_LINK_LEFT,'_newtab'); 774 }); 775 771 776 //pluck icons out of the markup - no need for js to add them (for buttons) 772 777 $('input[type=submit],input[type=button], button, input[type=reset]').each(function(){ … … 819 824 }); 820 825 821 }) 826 }); 822 827 });
