aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-03-17 12:20:58 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-03-23 16:21:18 +0100
commit73e2d40ee0d82c9d68eca8db35b323db77eb5713 (patch)
treefe785ddbdee406d690c639dd7e99c0a1e1781740 /assets/css
parent86d0185d570dbc896f9f438c12e133e8cdd83940 (diff)
downloadwcms-73e2d40ee0d82c9d68eca8db35b323db77eb5713.tar.gz
wcms-73e2d40ee0d82c9d68eca8db35b323db77eb5713.zip
move deepsearch into pages list
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/home.css3
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%;
}