aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/select_authority.rhtml2
-rw-r--r--public/stylesheets/main.css6
2 files changed, 6 insertions, 2 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml
index 024cc162f..ee46b2fdb 100644
--- a/app/views/request/select_authority.rhtml
+++ b/app/views/request/select_authority.rhtml
@@ -27,7 +27,7 @@
<h1 style="clear: left"><%= _('1. Select an authority') %></h1>
- <div>
+ <div id="authority_selection">
<% form_tag({:controller => "general", :action => "search_redirect"}, {:id => "search_form"}) do %>
<p>
<p>
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index b6e7c1b1a..76f89bb49 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -930,10 +930,14 @@ a img.attachment_image {
/*------------------------------------------------ selecting an authority */
+#authority_selection
+{
+ float: left;
+}
+
#authority_search_ahead_results
{
width: 26em;
- float: left;
}
#authority_preview