diff options
| author | Anmol Agrawal <anmol1771@gmail.com> | 2014-10-13 08:20:10 +0530 |
|---|---|---|
| committer | Anmol Agrawal <anmol1771@gmail.com> | 2014-10-13 08:20:10 +0530 |
| commit | 6e65f14104029fce947fb865cd39913206ae8f7c (patch) | |
| tree | 8e97c4d8799c0bb3e4698d6435d2d3893468812f | |
| parent | 64bb111592675a5f2d48ca141ab3ba813d740dd4 (diff) | |
#91 Fixed
It’s fixed except when nodes have “….” in it. That’s issue #79 which I
still haven’t figured out.
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -34,7 +34,7 @@ <div class='editinfo'> <form id='editform'> - <input id="editname"/> + <input id="editname" onkeyup="expand(this);"/> </form> </div> @@ -370,8 +370,8 @@ input:focus { } #editname{ - width:150px; - height:20px; + width:inherit; + height:inherit; font-size: 17px; |
