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

228 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 {
2013-12-26 10:27:27 -06:00
margin: 5%;
width: 90%;
}
.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 {
margin: 4px 15px;
text-align: left;
2013-12-17 15:53:31 -06:00
}
.panel-full-edit-tabs {
margin-top: 10px;
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;
width: 100%;
2013-12-22 07:58:15 -06:00
}
2013-12-22 07:58:15 -06:00
.grafana-target-inner {
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #202020;
width: 100%;
2013-12-22 07:58:15 -06:00
}
.grafana-target-onoff {
display: inline-block;
2013-12-22 07:58:15 -06:00
padding: 5px 7px;
display: inline-block;
2013-12-22 07:58:15 -06:00
}
.grafana-segment-list {
list-style: none;
margin: 0;
margin-right: 90px;
margin-left: 30px;
2013-12-22 07:58:15 -06:00
>li {
float: left;
}
}
.grafana-target-segment {
padding: 5px 7px;
display: inline-block;
font-weight: normal;
border: 1px solid #050505;
2013-12-22 07:58:15 -06:00
color: #c8c8c8;
display: inline-block;
2013-12-22 07:58:15 -06:00
&:hover, &:focus {
2013-12-22 07:58:15 -06:00
text-decoration: none;
}
&:hover {
background: #282828;
}
}
.grafana-target-function {
background: #303030;
&:hover {
background: #383838;
2013-12-22 07:58:15 -06:00
}
}
.grafana-target-controls-left {
list-style: none;
float: left;
width: 30px;
margin: 0px;
}
2013-12-22 07:58:15 -06:00
.grafana-target-controls {
width: 120px;
2013-12-22 07:58:15 -06:00
float: right;
list-style: none;
margin: 0;
text-align: right;
>li {
display: inline-block;
white-space: nowrap;
}
a {
padding: 5px 7px;
position: relative;
top: 5px;
color: #c8c8c8;
&:hover, &:focus {
text-decoration: none;
}
}
2013-12-22 07:58:15 -06:00
}
2013-12-24 11:26:51 -06:00
input[type=text].grafana-target-text-input {
padding: 5px 7px;
border: 1px solid #050505;
margin: 0px;
2013-12-24 11:26:51 -06:00
background: transparent;
width: 80%;
float: left;
color: #c8c8c8;
border-radius: 0;
2013-12-24 11:26:51 -06:00
}
2013-12-22 07:58:15 -06:00
.grafana-target .dropdown {
padding: 0; margin: 0;
}
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;
white-space: nowrap;
2013-12-22 07:58:15 -06:00
}
.editor-row {
padding: 5px;
}
2013-12-17 15:53:31 -06:00
}