aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-03-26 17:20:31 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-03-26 17:20:31 +0100
commit01795f56b61ab4e6becd959b7a41aad1276cdfca (patch)
tree0be85f2a811cc0fb7b44985ca3bc09015f706ebd /assets
parentadb3d38893acb75b838fc6ccce5edb4321d08bf9 (diff)
parentd17713051ca2fef29de8025fe876d417838cea7f (diff)
downloadwcms-01795f56b61ab4e6becd959b7a41aad1276cdfca.tar.gz
wcms-01795f56b61ab4e6becd959b7a41aad1276cdfca.zip
Merge branch '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 {
+