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 | 3ff82007369b115406c2f2effbdfb13188167bb7 (patch) | |
tree | d5601f32c841063bcd93741d3516772c0ebe4bad /scss | |
parent | 7659a92661450c331c79fbe59dee5b75434ee02d (diff) | |
download | Ishtar-3ff82007369b115406c2f2effbdfb13188167bb7.tar.bz2 Ishtar-3ff82007369b115406c2f2effbdfb13188167bb7.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; } |