Skip to content
Snippets Groups Projects
Commit c0f60772 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Layut fix.

Display the submit button forms in the footer as inline elements, so
that they line up nicely.
parent d6a8fd7a
Branches
No related tags found
No related merge requests found
......@@ -21,12 +21,12 @@
<% end %>
<% end %>
<br />
<form method="post"
<form class="footerform" method="post"
action="<%= url_for :controller=>"recordings", :action=>"import" %>" >
<input type="submit" value="Refresh" />
</form>
<% unless @hide_logout %>
<form method="post"
<form class="footerform" method="post"
action="<%= url_for :controller=>"users", :action=>"logout" %>" >
<input type="submit" value="Logout" />
</form>
......
......@@ -72,3 +72,6 @@ div.progressBar div.background {
width: 0%;
}
.footerform {
display: inline
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment