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