aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-02-06 18:06:07 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-02-06 18:06:38 +0100
commit9d3f97870810e739041eccad234d47308747cb1f (patch)
tree94c7491ed5313de517c28ecc8c49a341d99db636 /assets
parent1aa2b136656e42d8523d31f79e9cc1321c1dbba9 (diff)
downloadwcms-9d3f97870810e739041eccad234d47308747cb1f.tar.gz
wcms-9d3f97870810e739041eccad234d47308747cb1f.zip
new feature : admin database manager fix #12
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css6
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;