css: improve inline-form style
This commit is contained in:
parent
78903553e9
commit
0be42caeb6
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue