css: improve inline-form style

This commit is contained in:
Thomas Gelf 2016-10-29 22:17:08 +00:00
parent 78903553e9
commit 0be42caeb6
1 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,10 @@ pre.disabled {
color: @gray;
}
form i.link-color::before {
color: @icinga-blue;
}
/* TODO: remove this, but autosubmit looks ugly otherwise */
input[disabled] {
background: inherit;
@ -138,6 +142,10 @@ table.avp th {
margin-bottom: 2em;
}
.content form.inline {
margin: 0;
}
.invisible {
position: absolute;
left: -100%;