aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-03-25 19:55:25 +0100
committerGitHub <noreply@github.com>2020-03-25 19:55:25 +0100
commita17b7fc6aa87341c51e68baf3f217f709eb817d7 (patch)
treeba6958ba93e76d2464ad9ae068b9bd56400d5294 /assets
parentfa92ec6b40676677595047b71b3c2fafb1bf89ea (diff)
parentd17713051ca2fef29de8025fe876d417838cea7f (diff)
downloadwcms-a17b7fc6aa87341c51e68baf3f217f709eb817d7.tar.gz
wcms-a17b7fc6aa87341c51e68baf3f217f709eb817d7.zip
Merge pull request #72 from n-peugnet/implement-cytoscape.js
Implement cytoscape.js
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css11
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 {
+