From a1f783d8e22fa17c3ea60181bc08be30dc19ffa9 Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Tue, 30 Sep 2014 00:39:50 +0530 Subject: #62 - Fix number 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The text box is fixed except that it doesn’t return to it’s original size. --- style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9bccd5b8..a359d77e 100644 --- a/style.css +++ b/style.css @@ -72,8 +72,8 @@ a:active { #textanalyser{ position: fixed; - width:900px; height:30px; + max-width: 70%; } input:focus { @@ -83,14 +83,12 @@ input:focus { #suggestion{ display:block; position:fixed; - top:30px; - left:20px; + top:30px; + left:20px; list-style-type: none; width:900px; } - - .node { stroke: #fff; stroke-width: 1px; -- cgit v1.3.1