2014-08-27 03:41:27 -05:00
|
|
|
.grafana-options-table {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
tr:nth-child(odd) td {
|
2014-09-05 00:02:59 -05:00
|
|
|
background-color: @grafanaListAccent;
|
2014-08-27 03:41:27 -05:00
|
|
|
}
|
|
|
|
|
2015-01-15 08:53:55 -06:00
|
|
|
td, th {
|
|
|
|
text-align: left;
|
2014-08-27 03:41:27 -05:00
|
|
|
padding: 5px 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-bottom: 1px solid @grafanaListBorderBottom;
|
2014-08-27 08:54:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:first-child {
|
|
|
|
td {
|
|
|
|
border-top: 1px solid @grafanaListBorderBottom;
|
|
|
|
}
|
2014-08-27 03:41:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
td:first-child {
|
|
|
|
border-left: 1px solid @grafanaListBorderBottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
td:last-child {
|
|
|
|
border-right: 1px solid @grafanaListBorderBottom;
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-options-list {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
max-width: 450px;
|
|
|
|
|
|
|
|
li:nth-child(odd) {
|
2014-09-05 00:02:59 -05:00
|
|
|
background-color: @grafanaListAccent;
|
2014-08-29 05:34:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
border: 1px solid @grafanaListBorderBottom;
|
|
|
|
border: 1px solid @grafanaListBorderBottom;
|
|
|
|
}
|
|
|
|
li:first-child {
|
|
|
|
border: 1px solid @grafanaListBorderBottom;
|
2014-08-27 03:41:27 -05:00
|
|
|
}
|
|
|
|
}
|