N°1408 - Move of the dashboard menu into the dashboard

This commit is contained in:
Eric
2018-10-03 10:10:38 +02:00
parent 9f489d8a59
commit 6e5d4834f1
7 changed files with 145 additions and 20 deletions

View File

@@ -2241,6 +2241,23 @@ a.summary, a.summary:hover {
padding: 5px;
text-align: center;
}
.dashboard-title {
display: block;
float: left;
color: #000;
font-weight: bold;
font-size: 1.2em;
margin: 10px;
}
.dashboard_contents {
width: 100%;
}
#DashboardMenu {
display: block;
float: right;
font-size: 12px;
margin: 10px;
}
#DashboardMenu > ul > li {
list-style: none;
vertical-align: middle;

View File

@@ -2590,6 +2590,28 @@ a.summary, a.summary:hover {
text-align: center;
}
.dashboard-title {
display: block;
float: left;
color: $text-color;
font-weight: bold;
font-size: 1.2em;
margin: 10px;
}
.dashboard_contents {
width: 100%;
}
#DashboardMenu {
display: block;
float: right;
font-size: 12px;
margin: 10px;
}
#DashboardMenu > ul > li {
list-style: none;
vertical-align: middle;