mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
forms.less: Add also button style on minimal layout & add mirgin-right to the btn-remove
This commit is contained in:
parent
4fa5d5d717
commit
aa33940ded
@ -100,7 +100,8 @@ form.inline {
|
||||
|
||||
#layout.minimal-layout .icinga-form {
|
||||
.form-controls {
|
||||
input[type="submit"] {
|
||||
input[type="submit"],
|
||||
button {
|
||||
width: 100%;
|
||||
|
||||
&:not(:last-child) {
|
||||
@ -108,6 +109,10 @@ form.inline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-remove {
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
// Label styles
|
||||
|
Loading…
x
Reference in New Issue
Block a user