1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Reduce sidebar font size

This commit is contained in:
Hillel Coren 2017-01-22 23:53:01 +02:00
parent 258beba895
commit 3ed78fcaec
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -99,7 +99,7 @@
#left-sidebar-wrapper .sidebar-nav li {
text-indent: 20px;
line-height: 40px;
line-height: 36px;
}
#left-sidebar-wrapper .sidebar-nav li span.badge {
@ -113,7 +113,7 @@
}
#right-sidebar-wrapper .sidebar-nav li a.btn {
margin-top:5px;
margin-top:0px;
margin-right:10px;
text-indent:0px
}
@ -213,7 +213,7 @@
}
#left-sidebar-wrapper a.btn {
margin-top:10px;
margin-top:8px;
margin-right:10px;
text-indent:0px
}

View File

@ -17,7 +17,7 @@
@endif
<a href="{{ url($option == 'recurring' ? 'recurring_invoice' : $option) }}"
style="font-size:16px; padding-top:6px; padding-bottom:6px"
style="font-size:15px; padding-top:6px; padding-bottom:6px"
class="{{ Request::is("{$option}*") ? 'active' : '' }}">
<i class="fa fa-{{ empty($icon) ? \App\Models\EntityModel::getIcon($option) : $icon }}" style="width:46px; padding-right:10px"></i>
{{ ($option == 'recurring_invoices') ? trans('texts.recurring') : mtrans($option) }}