2014-08-27 03:41:27 -05:00
|
|
|
.grafana-options-table {
|
|
|
|
width: 100%;
|
|
|
|
|
2015-02-08 03:23:35 -06:00
|
|
|
th {
|
2015-04-04 03:14:51 -05:00
|
|
|
text-align: left;
|
2015-02-08 03:23:35 -06:00
|
|
|
padding: 5px 10px;
|
|
|
|
border-bottom: 4px solid @grafanaPanelBackground;
|
|
|
|
}
|
|
|
|
|
2015-02-08 02:38:05 -06:00
|
|
|
tr td {
|
|
|
|
background-color: @grafanaListBackground;
|
2014-08-27 03:41:27 -05:00
|
|
|
padding: 5px 10px;
|
|
|
|
white-space: nowrap;
|
2015-02-08 02:38:05 -06:00
|
|
|
border-bottom: 4px solid @grafanaPanelBackground;
|
2015-02-07 15:00:33 -06:00
|
|
|
&.nobg {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2014-08-27 08:54:30 -05:00
|
|
|
}
|
|
|
|
|
2015-02-07 15:00:33 -06:00
|
|
|
.max-width-btns {
|
2015-02-08 02:38:05 -06:00
|
|
|
padding-right: 0px;
|
2015-02-07 15:00:33 -06:00
|
|
|
.btn {
|
2015-02-08 02:38:05 -06:00
|
|
|
box-sizing: border-box;
|
2015-02-07 15:00:33 -06:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2014-08-29 05:34:04 -05:00
|
|
|
}
|
2014-08-27 03:41:27 -05:00
|
|
|
|
2014-08-29 05:34:04 -05:00
|
|
|
.max-width {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2015-07-20 03:57:39 -05:00
|
|
|
.grafana-list-item {
|
|
|
|
display: block;
|
|
|
|
padding: 1px 10px;
|
|
|
|
line-height: 34px;
|
|
|
|
background-color: @grafanaTargetBackground;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
cursor: pointer;
|
2014-08-27 03:41:27 -05:00
|
|
|
}
|