grafana/src/vendor/bootstrap/less/grafana.less

227 lines
3.5 KiB
Plaintext
Raw Normal View History

.grafana-dashboard-hide-controls {
padding: 0;
.extra, .grafana-row {
display: none;
}
}
.grafana-search-panel {
padding: 6px 10px;
input {
width: 100%;
.box-sizing(border-box);
padding: 15px;
}
}
2013-12-12 08:22:47 -06:00
.panelCont {
//padding: 0 0 10px 10px;
}
2013-12-12 15:30:20 -06:00
.modal {
width: 770px;
margin-left: -385px;
top: 100px !important;
}
.grafana-search-metric-actions {
visibility: hidden;
padding-left: 20px;
}
.grafana-search-metric-name {
white-space: nowrap;
}
.grafana-search-metric-result:hover {
.grafana-search-metric-actions {
visibility: visible;
}
.grafana-search-metric-name {
color: @blue;
}
2013-12-15 14:27:07 -06:00
}
.yaxisLabel {
top: 50%;
left: -20px;
transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
.axisLabel {
color: @textColor;
font-size: @fontSizeSmall;
position: absolute;
text-align: center;
font-size: 12px;
}
.full-edit-mode {
//display: none;
}
2013-12-17 15:53:31 -06:00
.panel-full-edit {
z-index: 1500;
display: block;
position: fixed;
left: 20px;
right: 20px;
top: 25px;
bottom: 25px;
outline: 1px solid #101214;
border-top: 1px solid #3e444c;
padding: 0 10px;
background: #202328;
}
2013-12-17 15:53:31 -06:00
.grafana-legend-container {
text-align: center;
}
.panel-full-edit-tabs {
2013-12-17 15:53:31 -06:00
.nav-tabs > li > a {
line-height: 15px;
padding-top: 6px;
padding-bottom: 6px;
font-size: 0.8rem;
}
2013-12-22 07:58:15 -06:00
}
/* Graphite Target Editor */
.grafana-target {
}
2013-12-22 07:58:15 -06:00
.grafana-target-inner-wrapper {
border-top: 1px solid #444444;
border-bottom: 1px solid #444444;
}
.grafana-target-inner {
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #202020;
}
.grafana-target-onoff {
float: left;
padding: 5px 7px;
}
.grafana-segment-list {
list-style: none;
margin: 0;
float: left;
>li {
float: left;
}
}
.grafana-target-segment {
padding: 5px 7px;
display: inline-block;
font-weight: normal;
border-left: 1px solid #050505;
color: #c8c8c8;
&:hover {
text-decoration: none;
}
&:focus {
text-decoration: none;
}
}
.grafana-target-controls {
float: right;
list-style: none;
margin: 0;
>li {
float: left;
}
a {
padding: 5px 7px;
position: relative;
top: 5px;
}
2013-12-22 07:58:15 -06:00
}
2013-12-24 11:26:51 -06:00
input[type=text].grafana-target-text-input {
padding: 2px 6px;
margin: 2px;
background: transparent;
width: 80%;
float: left;
border: none;
}
2013-12-22 07:58:15 -06:00
.grafana-target .dropdown {
padding: 0; margin: 0;
}
2013-12-24 06:20:54 -06:00
.grafana-target-func-panel-wrapper {
border-bottom: 1px;
border-bottom: 1px solid #444444;
}
2013-12-22 07:58:15 -06:00
.grafana-target-func-panel {
background: #202020;
border-top: 1px solid black;
border-bottom: 1px solid black;
2013-12-22 07:58:15 -06:00
ul {
list-style: none;
margin: 0;
>li, li.dropdown {
2013-12-22 07:58:15 -06:00
float: left;
padding: 2px 5px;
>i {
padding-left: 5px;
postition: relative;
}
2013-12-22 07:58:15 -06:00
}
2013-12-22 07:58:15 -06:00
}
}
.grafana-target-func-panel-icon {
float: left;
padding: 12px 14px;
2013-12-22 07:58:15 -06:00
}
input[type=text].func-param {
border: none;
background: inherit;
width: 30px;
border-radius: none;
padding: 0;
margin: 0;
}
.grafana-target {
.popover-content {
padding: 0;
}
}
.grafana-func-editor {
.grafana-func-editor-header {
background: #41474c;
text-align: center;
border-bottom: 1px solid #353a3e;
padding: 2px 5px;
}
.editor-row {
padding: 5px;
}
2013-12-17 15:53:31 -06:00
}