2014-08-16 10:14:31 +02:00
|
|
|
.pro-sidemenu {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-21 14:44:34 +01:00
|
|
|
.sidemenu {
|
|
|
|
|
list-style: none;
|
2015-01-21 19:45:23 +01:00
|
|
|
background: @grafanaPanelBackground;
|
2015-01-21 14:44:34 +01:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidemenu-links {
|
|
|
|
|
margin: 0;
|
2015-01-21 19:45:23 +01:00
|
|
|
padding: 5px 0;
|
2015-01-21 14:44:34 +01:00
|
|
|
list-style: none;
|
|
|
|
|
background: @grafanaTargetFuncBackground;
|
|
|
|
|
li {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidemenu-link {
|
2015-01-21 19:45:23 +01:00
|
|
|
display: block;
|
2015-01-21 14:44:34 +01:00
|
|
|
padding: 6px 0 6px 30px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
i {
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-21 19:45:23 +01:00
|
|
|
.sidemenu-user {
|
|
|
|
|
padding: 8px 10px 7px 15px;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 170px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
.gravatar-missing {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.gravatar-email {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
img {
|
|
|
|
|
width: 35px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-21 14:44:34 +01:00
|
|
|
.sidemenu-item {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
padding: 14px 10px 14px 20px;
|
|
|
|
|
display: block;
|
|
|
|
|
i {
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-16 10:14:31 +02:00
|
|
|
.pro-sidemenu-open {
|
|
|
|
|
.pro-sidemenu {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 200px;
|
2014-08-16 21:54:05 +02:00
|
|
|
background: @bodyBackground;
|
2014-08-16 10:14:31 +02:00
|
|
|
border-right: 2px solid black;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
z-index: 101;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-16 21:54:05 +02:00
|
|
|
.dashboard-notice {
|
|
|
|
|
margin-left: 200px;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-16 10:14:31 +02:00
|
|
|
.pro-main-view {
|
|
|
|
|
padding-left: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-fullscreen {
|
|
|
|
|
left: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-22 12:31:38 +02:00
|
|
|
.login-inner-box {
|
2015-01-21 09:51:31 +01:00
|
|
|
background: @grafanaPanelBackground;
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 1.15em;
|
|
|
|
|
background: @grafanaTargetBackground;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-signup-button {
|
|
|
|
|
width: 45%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
&.login-signup-button-disable {
|
|
|
|
|
a {
|
|
|
|
|
color: darken(@linkColor, 35%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-oauth {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background: @grafanaTargetBackground;
|
|
|
|
|
.btn-google {
|
|
|
|
|
background: #dd4b39;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.btn-github {
|
|
|
|
|
background: #555;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-form {
|
2014-09-22 12:31:38 +02:00
|
|
|
width: 50%;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 25%;
|
|
|
|
|
margin-right: 25%;
|
2015-01-21 09:51:31 +01:00
|
|
|
padding-top: 30px;
|
2014-08-12 15:06:54 +02:00
|
|
|
}
|
2014-09-20 12:14:03 +02:00
|
|
|
|
2014-09-22 12:31:38 +02:00
|
|
|
.login-box {
|
|
|
|
|
width: 700px;
|
|
|
|
|
margin: 100px auto 0 auto;
|
2015-01-21 09:51:31 +01:00
|
|
|
}
|
2014-09-22 12:31:38 +02:00
|
|
|
|
2014-08-12 15:06:54 +02:00
|
|
|
.login-box-logo {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-bottom: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-22 12:31:38 +02:00
|
|
|
.register-box {
|
|
|
|
|
margin-top: 100px;
|
|
|
|
|
}
|
|
|
|
|
|