summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralon <alon@pobox.com>2014-10-13 07:50:37 +0300
committeralon <alon@pobox.com>2014-10-13 07:50:37 +0300
commitbe535ef7a62c854b566e464d2f67ce93c8776402 (patch)
tree8e97c4d8799c0bb3e4698d6435d2d3893468812f
parent64bb111592675a5f2d48ca141ab3ba813d740dd4 (diff)
parent6e65f14104029fce947fb865cd39913206ae8f7c (diff)
Merge pull request #94 from Rhizi/#91
#91 Fixed
-rw-r--r--index.html2
-rw-r--r--style.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index ef8c3c1e..03245cd9 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
<div class='editinfo'>
<form id='editform'>
- <input id="editname"/>
+ <input id="editname" onkeyup="expand(this);"/>
</form>
</div>
diff --git a/style.css b/style.css
index 09f3f4ef..0549cd79 100644
--- a/style.css
+++ b/style.css
@@ -370,8 +370,8 @@ input:focus {
}
#editname{
- width:150px;
- height:20px;
+ width:inherit;
+ height:inherit;
font-size: 17px;