summaryrefslogtreecommitdiff
path: root/res/client/css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-15 13:04:19 +0200
committerAlon Levy <alon@pobox.com>2015-02-15 13:04:19 +0200
commite4a6cafe94072ff68e6fbb34a0e59a8ee557ca85 (patch)
tree634517ef0cf22c88fcf653bfb09329d09c3d5b3b /res/client/css
parent56d2d3cd4a556fd88fd3018716a7b3f974a4e305 (diff)
client: add merge button, does nothing, enabled for two or more selected nodes
Diffstat (limited to 'res/client/css')
-rw-r--r--res/client/css/partials/input-bar.scss6
-rw-r--r--res/client/css/style.css5
2 files changed, 11 insertions, 0 deletions
diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss
index 05c7abd2..568c703b 100644
--- a/res/client/css/partials/input-bar.scss
+++ b/res/client/css/partials/input-bar.scss
@@ -42,6 +42,12 @@
}
}
+#merge-tool {
+ position: absolute;
+ top: 160px;
+ left: 24px;
+}
+
#textanalyser.ui-autocomplete-input {
font-family: $base-font-family;
color: $mid-grey;
diff --git a/res/client/css/style.css b/res/client/css/style.css
index aef50fc7..ae58ef0e 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -535,6 +535,11 @@ body.debug .debug-ui-right {
#input-container__graph-input:focus {
width: 80%; }
+#merge-tool {
+ position: absolute;
+ top: 160px;
+ left: 24px; }
+
#textanalyser.ui-autocomplete-input {
font-family: "Source_Regular", sans-serif;
color: #919095; }