mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
CSS: Adapt input styles for feature/form-styling
This commit is contained in:
parent
553ade1d0a
commit
4faac33eb4
1 changed files with 4 additions and 2 deletions
|
|
@ -66,12 +66,14 @@ form[name=form_timerangepickercommon_graphite] {
|
|||
}
|
||||
|
||||
form[name=form_timerangepickercustom_graphite] {
|
||||
min-width: 17em;
|
||||
|
||||
input[type=date] {
|
||||
width: 12.5em;
|
||||
min-width: 8em;
|
||||
}
|
||||
|
||||
input[type=time] {
|
||||
width: 7.5em;
|
||||
min-width: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue