diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-29 13:39:28 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-29 13:39:28 +0100 |
commit | 5e1ca86211da0439003303cf3e0741edf31bced4 (patch) | |
tree | 99fb2548f6eab18b510c9e5850af2459b05d1401 /assets/css | |
parent | bd2ddfda3a922766ea2165963f2b2386066deeb2 (diff) | |
download | wcms-5e1ca86211da0439003303cf3e0741edf31bced4.tar.gz wcms-5e1ca86211da0439003303cf3e0741edf31bced4.zip |
home redirect
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 79f82d1..5bfb6d0 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -91,6 +91,11 @@ div.checkbox [type="checkbox"] { } +div.radio input[type="radio"] { + display: inline-block; + width: auto; +} + main.font input, select, textarea { display: block; } |