From aed558897b952b31583c63180f8aec20bcc9b86d Mon Sep 17 00:00:00 2001 From: garbash Date: Thu, 7 Aug 2014 14:48:28 +0300 Subject: Widened infobox --- index.html | 4 ++-- scripts/rhizicore.js | 4 ++-- style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f63ff8c1..d0361fa1 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -31,7 +31,7 @@
- +
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index fcb4f7a3..15f363f8 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -777,9 +777,9 @@ function showInfo(d, i) { $('.info').fadeIn(300); if (d.type === "deliverable") { - $('.info').html('Name: ' + d.id + '
'); + $('.info').html('Name: ' + d.id + '


'); } else { - $('.info').html('Name: ' + d.id + '
'); + $('.info').html('Name: ' + d.id + '


'); } $('.info').css("border-color", customColor(d.type)); diff --git a/style.css b/style.css index c5359fb1..4ee8ac9c 100644 --- a/style.css +++ b/style.css @@ -312,7 +312,7 @@ input:focus { background-color: rgba(17,17,17,0.8); position:fixed; top:150px; - width:140px; + width:300px; right:10px; font-size: 14px; border: 1px solid; -- cgit v1.3.1