diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-03-17 12:20:58 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-03-17 12:20:58 +0100 |
commit | adb3d38893acb75b838fc6ccce5edb4321d08bf9 (patch) | |
tree | 04cef568f081bac8968b68d7014e6dd09b0d03f9 /assets/css | |
parent | e32f2f1749c691f6c778261a8f8d300573895345 (diff) | |
download | wcms-adb3d38893acb75b838fc6ccce5edb4321d08bf9.tar.gz wcms-adb3d38893acb75b838fc6ccce5edb4321d08bf9.zip |
move deepsearch into pages list
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index f5f931e..c026b27 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -98,9 +98,10 @@ aside.home #edit input[type="submit"] { div#deepsearchbar { background-color: lightgrey; + border: solid 1px grey; } -input#search { +#deepsearchbar input[type=text] { width: 30%; } |