summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-11 20:33:16 +0200
committergarbash <dor.garbash@gmail.com>2014-11-11 20:33:16 +0200
commit68d8eddce3f4010dc88c6a0a9def701dd8f9b25b (patch)
tree78a91ddcf692b5370215588c7965f1f46a775f2e
parent1c8e302a62fc3362751d0697882f2d7ea04ff1cd (diff)
bug fix: subtitle text+ghost edge size
-rw-r--r--index.html1
-rw-r--r--res/css/style.css3
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 02fce7ab..e7f7e8fd 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,6 @@
<div class="help">Connect between <span style="color:#FCB924">people</span> and the <span style="color:#009DDC">projects</span> they are working on by describing their main contribution:</div>
<div class="info-container">
<div class="edge_info" style="display:none">Edge info :<br/>
- <div class="subtitle">Click on an edge to display info</div>
<button id="deleteedge">Delete</button>
</div>
<div class="info" style="display:none">Node info :<br/>
diff --git a/res/css/style.css b/res/css/style.css
index f928073a..b8d10cc5 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -134,8 +134,9 @@ input:focus {
}
.ghostlink {
+ opacity: 0.0;
fill: none;
- stroke-width: 2px;
+ stroke-width: 15px;
z-index:2; // higher than link, lower than node
}