diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-09 01:01:47 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-09 01:01:47 +0100 |
commit | bed0dcccc88bd417876abd5238883b2b1cd5aafc (patch) | |
tree | 3313dc25a4c3fa3f6bfe4d8aa0ada7280db8a96f /assets/css | |
parent | acdbc686630f523cee598a95415b515d531b2bde (diff) | |
download | wcms-bed0dcccc88bd417876abd5238883b2b1cd5aafc.tar.gz wcms-bed0dcccc88bd417876abd5238883b2b1cd5aafc.zip |
target blank internal or external option admin
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index f9c0a99..41e00d9 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -84,6 +84,13 @@ main.admin input, select, textarea { max-width: 400px; } + +div.checkbox [type="checkbox"] { + display: inline-block; + width: auto; +} + + main.font input, select, textarea { display: block; } |