mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
css: Support fieldsets wrapped by .control-group
(cherry picked from commit 12af81d4c3962e5234a626a51a532971aab19d9a)
This commit is contained in:
parent
60647eb038
commit
0cfe86698a
@ -23,6 +23,16 @@ form.icinga-form {
|
||||
// Negative margin-right because every child gets 1em right but we can't exclude
|
||||
// the last element as it's impossible to identify the last *visible* element
|
||||
margin: 1em -1em 1em 0;
|
||||
|
||||
> fieldset {
|
||||
> .control-group:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
> .control-group:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.control-group > :not(.control-label-group) {
|
||||
@ -174,6 +184,7 @@ form.icinga-form {
|
||||
input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="file"],
|
||||
.control-group > fieldset,
|
||||
textarea,
|
||||
select {
|
||||
flex: 1 1 auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user