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