diff options
-rw-r--r-- | app/views/request/select_authority.rhtml | 1 | ||||
-rw-r--r-- | public/stylesheets/main.css | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml index 9aaa37f4d..0b1c65d13 100644 --- a/app/views/request/select_authority.rhtml +++ b/app/views/request/select_authority.rhtml @@ -17,6 +17,7 @@ $("#typeahead_response .head a").live('click', function() { $("#authority_preview").load(this.href+" #public_body_show", function() { $("#authority_preview").show(); + $(window).scrollTop($("#banner").height()); $("#authority_preview #header_right").hide(); }); return false; diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 1db05486b..471e1151b 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1624,7 +1624,7 @@ div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_mak } .request_left,#header_left { -width:625px; +width:100%; float:left; } @@ -1647,4 +1647,4 @@ text-decoration:underline; .request_listing a,.body_listing a,.user_listing a,.request_short_listing a,h2 a,.feed_link a { text-decoration:none; -}
\ No newline at end of file +} |