1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Fix top padding of history sidebar create buttons

This commit is contained in:
Hillel Coren 2017-02-20 10:59:07 +02:00
parent f04a89ebc2
commit 7e3950e47c
3 changed files with 5 additions and 5 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

@ -113,9 +113,9 @@
}
#right-sidebar-wrapper .sidebar-nav li a.btn {
margin-top:0px;
margin-right:10px;
text-indent:0px
margin-top: 6px;
margin-right: 8px;
text-indent: 0px
}
#left-sidebar-wrapper ul {