Show
Ignore:
Timestamp:
09/20/11 16:05:27 (2 years ago)
Author:
mbrevda
Message:

re #5342 - branding tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/assets/css/mainstyle.css

    r12524 r12544  
    4949  margin-left: auto; 
    5050  margin-right: auto; 
    51   width: 500px; 
     51  width: 550px; 
    5252  text-align:left; 
    5353} 
     
    376376.rnav .ui-widget-content {background: none;} 
    377377.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  
    769769  }); 
    770770   
     771  //logo icon 
     772  $('#BRAND_IMAGE_FREEPBX_LEFT').click(function(){ 
     773    window.open(fpbx.conf.BRAND_IMAGE_FREEPBX_LINK_LEFT,'_newtab'); 
     774  }); 
     775   
    771776  //pluck icons out of the markup - no need for js to add them (for buttons) 
    772777  $('input[type=submit],input[type=button], button, input[type=reset]').each(function(){ 
     
    819824    }); 
    820825     
    821   }) 
     826  }); 
    822827});