Sidebar width is now limited to the column

This helps the spacing between the sidebar and the main-content
This commit is contained in:
Dominik Süß 2016-10-24 22:47:26 +02:00 committed by Simon Michael
parent 29ad412a2e
commit cb79e01880

View File

@ -97,13 +97,22 @@ code {
font-weight: bold; font-weight: bold;
color: black; color: black;
} }
ul { ul {
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;
} }
#main-content {
padding-left: 30px;
}
#sidebar-menu { #sidebar-menu {
overflow:hidden; overflow:hidden;
border-right: 1px solid #ebebeb;
}
#sidebar-menu .main-menu {
table-layout: fixed;
} }
#sidebar-menu .main-menu td { #sidebar-menu .main-menu td {
@ -145,6 +154,7 @@ ul {
#sidebar-menu .main-menu .only{ #sidebar-menu .main-menu .only{
visibility: hidden; visibility: hidden;
padding: 1px;
} }
#sidebar-menu .main-menu tr:hover > td > div > .only { #sidebar-menu .main-menu tr:hover > td > div > .only {
@ -172,6 +182,7 @@ ul {
#sidebar-menu .main-menu .amount { #sidebar-menu .main-menu .amount {
float: right; float: right;
overflow-x:auto;
} }
.transactionsreport .nonhead { .transactionsreport .nonhead {