diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 19:19:45 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 19:19:45 +0100 |
commit | 8c03f6859c452738aafd554f8dc42cc636a4a1e9 (patch) | |
tree | 4ef49330b8de60ab80a380a28d459cc441da643a /assets | |
parent | 4f9a0544218341204bee98d41bcc097dc61f1799 (diff) | |
download | wcms-8c03f6859c452738aafd554f8dc42cc636a4a1e9.tar.gz wcms-8c03f6859c452738aafd554f8dc42cc636a4a1e9.zip |
new feature : page redirection, close #44
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 4867c72..28ab5ff 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -91,6 +91,10 @@ aside.home details#bookmarks ul { padding: 2%; } +aside.home #edit input[type="submit"] { + width: 100%; +} + div#deepsearchbar { background-color: lightgrey; |