mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
improve styling of side-menu
This commit is contained in:
parent
b2755048d5
commit
49be3f1c49
1 changed files with 6 additions and 3 deletions
|
@ -108,7 +108,7 @@ body {
|
|||
|
||||
@media (min-width: 768px) {
|
||||
.app-content-margin-left {
|
||||
margin-left: 275px !important;
|
||||
margin-left: 195px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -123,9 +123,8 @@ body {
|
|||
* Menus
|
||||
*/
|
||||
.menu-sidebar {
|
||||
/*display: inline-table;*/
|
||||
padding: 20px 25px 20px 25px;
|
||||
width: 250px;
|
||||
width: 160px;
|
||||
float: left;
|
||||
|
||||
background-color: #fff;
|
||||
|
@ -148,9 +147,13 @@ body {
|
|||
|
||||
.menu-sidebar ul {
|
||||
padding-top: 10px;
|
||||
margin-bottom: 0;
|
||||
list-style: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.menu-sidebar li {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.menu-sidebar a::after {
|
||||
/* Trick to make menu items to be as wide as in bold */
|
||||
|
|
Loading…
Add table
Reference in a new issue