diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-06 18:06:07 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-06 18:06:38 +0100 |
commit | 9d3f97870810e739041eccad234d47308747cb1f (patch) | |
tree | 94c7491ed5313de517c28ecc8c49a341d99db636 /assets/css | |
parent | 1aa2b136656e42d8523d31f79e9cc1321c1dbba9 (diff) | |
download | wcms-9d3f97870810e739041eccad234d47308747cb1f.tar.gz wcms-9d3f97870810e739041eccad234d47308747cb1f.zip |
new feature : admin database manager fix #12
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index fdf6e5b..1c2edfb 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -242,6 +242,12 @@ main.admin input, main.admin select, main.admin textarea { +main section.admin { + max-width: 400px; +} + + + div.checkbox [type="checkbox"] { display: inline-block; width: auto; |