That file was application.rhtml
index.rhtml is:
Code:
<%= form_remote_tag :url => {:action => 'search'}, :update => 'photos' %>
<fieldset>
<label for="tags">Tags</label>
<%= text_field_tag 'tags' %>
<%= submit_tag 'Find'%>
</fieldset>
<div id="photos"></div>
<%= end_form_tag %>
And flickr.css is
Code:
body{
background-color: #888888;
font-family: "Trebuchet MS";
font-size: .8em;
margin: 25px;
}
form{
margin: 0px;
margin-bottom: 10px;
background-color: #eeeeee;
border: 5px solid #333333;
padding: 25px;
}
fieldset{
border: none;
}
Bookmarks