Commit 11c5fdc3 by Torkel Ödegaard

Fixes #88, Closed row css bug fix

parent c81c4f18
...@@ -222,6 +222,14 @@ form input.ng-invalid { ...@@ -222,6 +222,14 @@ form input.ng-invalid {
margin: 0px 10px; margin: 0px 10px;
} }
.row-close {
padding: 0px;
margin: 0px;
min-height: 30px !important;
line-height: 30px;
background: @kibanaPanelBackground;
}
.row-open { .row-open {
margin-top: 5px; margin-top: 5px;
left:-34px; left:-34px;
...@@ -563,7 +571,7 @@ div.flot-text { ...@@ -563,7 +571,7 @@ div.flot-text {
&-success[href] { background-color: darken(@successText, 10%); } &-success[href] { background-color: darken(@successText, 10%); }
// Info (turquoise) // Info (turquoise)
&-info { background-color: @purple; } &-info { background-color: @purple; }
&-info[href] { background-color: darken(@infoText, 10%); } &-info[href] { background-color: darken(@purple, 10%); }
// Inverse (black) // Inverse (black)
&-inverse { background-color: @grayDark; } &-inverse { background-color: @grayDark; }
&-inverse[href] { background-color: darken(@grayDark, 10%); } &-inverse[href] { background-color: darken(@grayDark, 10%); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment