Skip to content
Snippets Groups Projects

fix #176 stop the search box moving down at 90% zoom

Merged Alan Bell requested to merge alanbell/vtigercrm:fix_90_zoom into master
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,7 @@
{assign var='count' value=0}
{assign var="dateFormat" value=$USER_MODEL->get('date_format')}
<div class="navbar commonActionsContainer noprint">
<div class="actionsContainer row-fluid">
<div class="actionsContainer row-fluid clearfix">
<div class="span2">
<span class="companyLogo"><img src="{$COMPANY_LOGO->get('imagepath')}" title="{$COMPANY_LOGO->get('title')}" alt="{$COMPANY_LOGO->get('alt')}"/>&nbsp;</span>
</div>
Loading