diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-09 02:17:47 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-09 02:17:47 +0200 |
commit | 0e66e1d890ca775b50b43990a4d92c035c1eb5b2 (patch) | |
tree | 16f56864ad5686a337d03de326041e518481d22a /assets | |
parent | 1270f3300998afbc5defab832e02cc831f486d9f (diff) | |
download | wcms-0e66e1d890ca775b50b43990a4d92c035c1eb5b2.tar.gz wcms-0e66e1d890ca775b50b43990a4d92c035c1eb5b2.zip |
feature : cookie session management
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index a728a4a..2ac00a8 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -22,6 +22,7 @@ main { display: flex; height: 100%; /* width: 100%; */ + overflow-y: auto; } @@ -109,7 +110,7 @@ div#deepsearchbar { -aside .submenu code { +aside .submenu code, main.user li code { overflow: auto; display: block; white-space: nowrap; @@ -271,10 +272,6 @@ th { color: black; } -main { - overflow-y: auto; -} - main.admin input, main.admin select, main.admin textarea { display: block; width: 100%; @@ -488,6 +485,10 @@ td.code { } +main.user section#pref { + max-width: 500px; +} + main.user table form { display: inline-block; @@ -650,3 +651,4 @@ footer { + |