diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 18:08:22 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 18:08:22 +0200 |
| commit | ae97bf0a841d59cffdf94c34036ddfe0ab925623 (patch) | |
| tree | d23f1b9ec56d8ba066fc089f323479b78c32b607 /index.html | |
| parent | 897b200c5ea77b72ea694f912a66129be3ed029c (diff) | |
Task-alert styling - button not-working
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,8 +30,13 @@ </form> </div> </div> + <div class="task-alert"> + <h3 class="task-desc">Connect between <span>yourself</span> and the <span> clubs,</span><span> internship proposals,</span><span> skills,</span><span> and</span><span> scientific interests</span></span> you have: + </h3> + <h4 class="task-close-text">got it</h4> + <img class="task-close-button" src="res/img/close-alert-button.png"> + </div> <div> - <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">Title: <span id="edgetitle"></span><br/> <button id="deleteedge">Delete</button> |
