From 825cabb57c5d2bc2196b4110486d6c27c779b85b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 1 Mar 2015 13:00:38 +0200 Subject: client/svg-input: rewrite using width:auto, no more measure hack (Fix #338) Source for inspiration / copying: http://jsfiddle.net/brx3xm59/ http://stackoverflow.com/questions/9308938/inline-text-editing-in-svg comment 2 by John Ktejik --- res/client/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index efc0d8b5..17fcc1b6 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -861,6 +861,12 @@ p { #graph-view__canvas { height: inherit; } +.insideforeign { + display: inline; } + +.foreign { + text-align: left; } + .welcome-box { margin-left: auto; margin-right: auto; -- cgit v1.3.1