Fixes #88, Closed row css bug fix

This commit is contained in:
Torkel Ödegaard
2014-02-12 12:16:13 +01:00
parent c81c4f184b
commit 11c5fdc328

View File

@@ -222,6 +222,14 @@ form input.ng-invalid {
margin: 0px 10px;
}
.row-close {
padding: 0px;
margin: 0px;
min-height: 30px !important;
line-height: 30px;
background: @kibanaPanelBackground;
}
.row-open {
margin-top: 5px;
left:-34px;
@@ -563,7 +571,7 @@ div.flot-text {
&-success[href] { background-color: darken(@successText, 10%); }
// Info (turquoise)
&-info { background-color: @purple; }
&-info[href] { background-color: darken(@infoText, 10%); }
&-info[href] { background-color: darken(@purple, 10%); }
// Inverse (black)
&-inverse { background-color: @grayDark; }
&-inverse[href] { background-color: darken(@grayDark, 10%); }