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