From 9f9215499c2e2e248b604515d6741d17e78d9062 Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Tue, 30 Sep 2014 00:39:50 +0530 Subject: The text box is fixed except that it doesn’t return to it’s original size. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- style.css | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index aa5ae7d2..01a20d36 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@
-
+
diff --git a/style.css b/style.css index 3f5ce33a..09f3f4ef 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