diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-11 20:33:16 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-11 20:33:16 +0200 |
| commit | 68d8eddce3f4010dc88c6a0a9def701dd8f9b25b (patch) | |
| tree | 78a91ddcf692b5370215588c7965f1f46a775f2e | |
| parent | 1c8e302a62fc3362751d0697882f2d7ea04ff1cd (diff) | |
bug fix: subtitle text+ghost edge size
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | res/css/style.css | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -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 } |
