diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-03-23 16:19:48 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-03-23 16:26:48 +0100 |
commit | 7d1b16dce7e435caefd39975ca68a08c4f79fc03 (patch) | |
tree | b075ed8e9531bce23845eba0b9fef585901ebde1 /assets | |
parent | 73e2d40ee0d82c9d68eca8db35b323db77eb5713 (diff) | |
download | wcms-7d1b16dce7e435caefd39975ca68a08c4f79fc03.tar.gz wcms-7d1b16dce7e435caefd39975ca68a08c4f79fc03.zip |
map integration in home
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 11 |
1 files changed, 11 insertions, 0 deletions
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 { + |