From 8e115fb2d3ea7eb34a9c3a4307c32034b39d51b1 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 22 Jul 2014 14:44:46 +0300 Subject: Save/UI/gantt changes save now asks you if you're sure if you've build an unsaved graph small changes to UI recommended by Yael took out zooming bug in gantt --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 0ca60d12..fdb7ac77 100644 --- a/style.css +++ b/style.css @@ -130,14 +130,14 @@ input:focus { .link { fill: none; stroke: #404040; - stroke-width: 4px; + stroke-width: 2px; z-index:1; } .highlightlink { fill: none; stroke: #EDE275; - stroke-width: 4px; + stroke-width: 2px; z-index:1; pointer-events: none; } @@ -145,7 +145,7 @@ input:focus { .enterlink { fill: none; stroke: #EDE275; - stroke-width: 5px; + stroke-width: 2px; z-index:1; pointer-events: none; } @@ -153,7 +153,7 @@ input:focus { .exitlink { fill: none; stroke: #EDE275; - stroke-width: 4px; + stroke-width: 2px; z-index:1; pointer-events: none; } @@ -254,7 +254,7 @@ input:focus { top:5px; left:10px; margin-left:12px; - font-size: 18px; + font-size: 20px; } .overlay { -- cgit v1.3.1