Formatting changes... Prettier and simpler now

This commit is contained in:
Andrew Davidson 2010-09-14 13:21:05 +08:00
parent 2aa4895401
commit 3ad846fa19
3 changed files with 8 additions and 4 deletions

View file

@ -27,3 +27,8 @@ ul, li {
padding-right: 25px;
text-shadow: #111 0px 2px 2px;
}
input {
font-size: 3em;
text-shadow: #111 0px 2px 2px;
text-align: center;
}

View file

@ -1,6 +1,5 @@
<div id="information">
<p>use this site from your browser:</p>
<p>
<p>Bookmarklet:
<a href="javascript:void(location.href='<%= Shorten.base_url %>create/' + encodeURIComponent(location.href));"><%= Shorten.button_text %></a>
</p>
</div>

View file

@ -1,5 +1,5 @@
<form method="POST" action="/">
<input type="text" name="url" id="url" />
<input type="submit" value="<%= Shorten.button_text %>" id="create_url" />
<input type="text" name="url" id="url" size="50" />
<input type="hidden" value="<%= Shorten.button_text %>" id="create_url" />
</form>
<%= @information %>