Dashboard: Row option to display row title even when the row is visible, Closes #578

This commit is contained in:
Torkel Ödegaard
2014-08-11 15:25:36 +02:00
parent a995857cca
commit d865618051
7 changed files with 38 additions and 20 deletions
+9 -4
View File
@@ -235,9 +235,9 @@ form input.ng-invalid {
.row-button {
width: 30px;
text-align: center;
float: left;
cursor: pointer;
line-height: 31px;
}
.row-text {
@@ -245,15 +245,20 @@ form input.ng-invalid {
text-transform: uppercase;
font-weight: bold;
font-size: 0.9em;
margin: 0px 10px;
text-align: center;
line-height: 31px;
}
.row-close {
padding: 0px;
margin: 0px;
min-height: 30px !important;
line-height: 30px;
background: @grafanaPanelBackground;
text-align: center;
}
.row-close-buttons {
position: absolute;
left: 0;
}
.row-open {