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

@ -26,4 +26,9 @@ ul, li {
padding-left: 25px; padding-left: 25px;
padding-right: 25px; padding-right: 25px;
text-shadow: #111 0px 2px 2px; 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"> <div id="information">
<p>use this site from your browser:</p> <p>Bookmarklet:
<p>
<a href="javascript:void(location.href='<%= Shorten.base_url %>create/' + encodeURIComponent(location.href));"><%= Shorten.button_text %></a> <a href="javascript:void(location.href='<%= Shorten.base_url %>create/' + encodeURIComponent(location.href));"><%= Shorten.button_text %></a>
</p> </p>
</div> </div>

View file

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