From 73e2d40ee0d82c9d68eca8db35b323db77eb5713 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 17 Mar 2020 12:20:58 +0100 Subject: move deepsearch into pages list --- assets/css/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/css/home.css') 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%; } -- cgit v1.2.3 From 7d1b16dce7e435caefd39975ca68a08c4f79fc03 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 23 Mar 2020 16:19:48 +0100 Subject: map integration in home --- assets/css/home.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'assets/css/home.css') diff --git a/assets/css/home.css b/assets/css/home.css index c026b27..ef59a53 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -108,6 +108,7 @@ div#deepsearchbar { + aside .submenu code { overflow: auto; display: block; @@ -128,6 +129,12 @@ main.home div#main { flex-direction: column; } + +main.home div#graph { + height: 1000px; + width: 800px; +} + main.home table .id { font-family: monospace; font-size: medium; @@ -218,6 +225,9 @@ h1, h2 { font-size: larger; } +h2 .right { + float: right; +} p { @@ -640,3 +650,4 @@ footer { + -- cgit v1.2.3