Lots of work on the side menu

This commit is contained in:
Torkel Ödegaard
2014-08-16 21:54:05 +02:00
parent c892d9d6f6
commit 34ab1e529b
12 changed files with 218 additions and 20 deletions
+33 -1
View File
@@ -9,12 +9,17 @@
top: 0;
left: 0;
width: 200px;
background: @grafanaPanelBackground;
background: @bodyBackground;
border-right: 2px solid black;
min-height: 100%;
z-index: 101;
}
.dashboard-notice {
margin-left: 200px;
width: auto;
}
.pro-main-view {
padding-left: 200px;
}
@@ -24,6 +29,33 @@
}
}
.pro-sidemenu-items {
}
.pro-sidemenu-link {
font-size: 1.0rem;
padding: 14px 10px 14px 20px;
display: block;
background: @grafanaPanelBackground;
color: @grayLight;
i {
padding-right: 15px;
}
border-bottom: 1px solid black;
}
.pro-sidemenu-link:first-child {
// border-top: 1px solid black;
}
.pro-side-menu-user {
padding-left: 5px;
img {
width: 49px;
padding-right: 10px;
}
}
.login-box {
width: 700px;
margin: 100px auto 0 auto;