diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-25 00:22:53 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-25 00:22:53 +0200 |
| commit | 64324f317b6fbd9a1b636b0b21e123155f8153d4 (patch) | |
| tree | e9796eb67a99133b49d2151a0034b180c364f0ad /res | |
| parent | 717200a13ce38ad113620a092f786e9b1ea6ee85 (diff) | |
client: selection tools: add link nodes in fan
Diffstat (limited to 'res')
| -rw-r--r-- | res/client/css/partials/input-bar.scss | 4 | ||||
| -rw-r--r-- | res/client/css/style.css | 17 | ||||
| -rw-r--r-- | res/templates/index.html | 3 |
3 files changed, 10 insertions, 14 deletions
diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss index 7200d807..8c9784d8 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -39,9 +39,9 @@ } } -#merge-tool { +#selection-tools { position: absolute; - top: 160px; + top: 180px; left: 24px; } diff --git a/res/client/css/style.css b/res/client/css/style.css index d3385366..b09d2b3f 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -49,9 +49,6 @@ a:hover { a:active { color: #919095; } -button { - border: none; } - input { background-color: white; color: #363636; @@ -229,9 +226,9 @@ body.debug .debug-ui-right { #input-container__graph-input:focus { width: 80%; } -#merge-tool { +#selection-tools { position: absolute; - top: 160px; + top: 180px; left: 24px; } #textanalyser.ui-autocomplete-input { @@ -375,7 +372,7 @@ body.debug .debug-ui-right { border-top: 6px solid #363636; } .info.type-project { - border-top: 6px solid #40C200; } + border-top: 6px solid #40c200; } .info .info-card-attr { display: block; @@ -526,8 +523,8 @@ body.debug .debug-ui-right { width: 100%; min-height: 48px; text-align: center; - background-color: #D3F2F8; - color: #1D6E7F; + background-color: #d3f2f8; + color: #1d6e7f; border-top: 1px solid #8eb6bf; border-bottom: 1px solid #8eb6bf; } @@ -784,7 +781,7 @@ p { fill: #8b3ab0; } .circle.project { - fill: #40C200; } + fill: #40c200; } .circle.third-internship-proposal { fill: #33c2e0; } @@ -1089,5 +1086,3 @@ p { svg text::selection { background: none; } - -/*# sourceMappingURL=style.css.map */ diff --git a/res/templates/index.html b/res/templates/index.html index 67acaeff..c3d703e1 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -71,7 +71,8 @@ var rz_config = { // set as a global variable <button id="btn_add"></button> <div id="input-suggestion" class="suggestion" style="display: none"></div> </div> - <div class='merge-tool' id='merge-tool'> + <div class='selection-tools' id='selection-tools'> + <button id="btn_link_fan" style="display: none">link nodes in fan</button> <button id="btn_merge" style="display: none">merge nodes</button> </div> </div> |
