From e4a6cafe94072ff68e6fbb34a0e59a8ee557ca85 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 15 Feb 2015 13:04:19 +0200 Subject: client: add merge button, does nothing, enabled for two or more selected nodes --- res/client/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'res/client/css/style.css') 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; } -- cgit v1.3.1