diff options
author | David Cabo <david@calibea.com> | 2011-08-08 02:07:22 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-08-08 02:07:22 +0200 |
commit | 1cd04d3604e16851c711c2423b46dfab18d652d8 (patch) | |
tree | eb53694c47c17b122e37aeccc8090063b88d7abb | |
parent | f51b6839d54b2f3b0edcc145e5556220d796935d (diff) |
move authority preview sidebar higher in the layout
-rw-r--r-- | app/views/request/select_authority.rhtml | 2 | ||||
-rw-r--r-- | public/stylesheets/main.css | 6 |
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 |