2015-01-30 05:57:14 -06:00
|
|
|
.gf-box {
|
2015-01-30 07:12:16 -06:00
|
|
|
margin: 15px;
|
2015-01-30 05:57:14 -06:00
|
|
|
background-color: @grafanaPanelBackground;
|
|
|
|
position: relative;
|
|
|
|
border: 1px solid @grafanaTargetFuncBackground;
|
|
|
|
}
|
|
|
|
|
2015-02-02 01:34:54 -06:00
|
|
|
.gf-box-no-margin {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-01-30 05:57:14 -06:00
|
|
|
.gf-box-header-close-btn {
|
|
|
|
float: right;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
padding: 8px;
|
2015-03-30 05:25:17 -05:00
|
|
|
i {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
2015-01-30 05:57:14 -06:00
|
|
|
color: @textColor;
|
|
|
|
&:hover {
|
|
|
|
color: @white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-box-body {
|
|
|
|
padding: 20px;
|
|
|
|
min-height: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-box-footer {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-box-header {
|
2015-01-30 07:12:16 -06:00
|
|
|
border-bottom: 1px solid @grafanaTargetFuncBackground;
|
2015-01-30 05:57:14 -06:00
|
|
|
overflow: hidden;
|
|
|
|
background-color: @grafanaTargetBackground;
|
|
|
|
.tabs {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.nav {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-box-title {
|
|
|
|
padding-right: 20px;
|
2015-01-30 07:12:16 -06:00
|
|
|
padding-left: 10px;
|
2015-01-30 05:57:14 -06:00
|
|
|
float: left;
|
|
|
|
color: @linkColor;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 38px;
|
|
|
|
margin: 0;
|
|
|
|
.fa {
|
|
|
|
padding: 0 8px 0 5px;
|
|
|
|
color: @textColor;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-07 06:04:24 -06:00
|
|
|
.page-container {
|
|
|
|
margin: 15px;
|
|
|
|
background: @grafanaPanelBackground;
|
|
|
|
position: relative;
|
2015-07-31 14:51:31 -05:00
|
|
|
border: @grafanaPanelBorder;
|
2015-02-07 06:04:24 -06:00
|
|
|
padding: 20px 20px 60px 49px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
max-width: 653px;
|
|
|
|
}
|
|
|
|
|
2015-02-06 01:21:00 -06:00
|
|
|
.admin-page {
|
|
|
|
max-width: 800px;
|
|
|
|
margin-left: 10px;
|
|
|
|
.gf-box {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.gf-box-body {
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
font-size: @fontSizeLarge;
|
|
|
|
color: @textColor;
|
|
|
|
i {
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-03-23 12:58:30 -05:00
|
|
|
|
|
|
|
|