diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-20 11:23:10 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:00 +0100 |
commit | 5a16bff4556fc70b8feb5e39bad362c7f0a23d41 (patch) | |
tree | d5601f32c841063bcd93741d3516772c0ebe4bad /scss | |
parent | c4b95aeae997c70214f6d63daab3b9b71d3418c4 (diff) | |
download | Ishtar-5a16bff4556fc70b8feb5e39bad362c7f0a23d41.tar.bz2 Ishtar-5a16bff4556fc70b8feb5e39bad362c7f0a23d41.zip |
Parcels: remove from operation wizard - improve display
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 1311b73ce..3560b88bf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -46,6 +46,11 @@ dd > pre{ height: auto; } +input[type="radio"].form-control, input[type="checkbox"].form-control { + width: auto; + margin: 0 0.5em; +} + .form-group span label { display: inline-block; } |