Skip to content

Commit

Permalink
CSS: Re-add spinner style
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 89c5a40 commit 3339dda
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/css/icinga/forms.less
Expand Up @@ -77,6 +77,27 @@ form.link {
display: inline-block;
}

.spinner {
display: inline-block;
vertical-align: middle;

i {
.invisible();

&.active {
.visible();

&:before {
.animate(spin 2s infinite linear);
}
}

&:before {
margin: 0; // Disables wobbling
}
}
}

//div.config-form-buttons {
// margin-top: 5px;
//}
Expand Down

0 comments on commit 3339dda

Please sign in to comment.