aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/body/show.rhtml19
-rw-r--r--public/stylesheets/main.css7
2 files changed, 18 insertions, 8 deletions
diff --git a/app/views/body/show.rhtml b/app/views/body/show.rhtml
index 0969c7d8d..58a1abc73 100644
--- a/app/views/body/show.rhtml
+++ b/app/views/body/show.rhtml
@@ -22,16 +22,19 @@
<% end %>
<% if @public_body.eir_only? %>
-<p>You can only request information about the environment from this authority.</p>
+ <p>You can only request information about the environment from this authority.</p>
<% end %>
-<p>
-<% if @public_body.eir_only? %>
-<%= link_to "Make a new EIR request to " + h(@public_body.name), new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
-<% else %>
-<%= link_to "Make a new FOI request to " + h(@public_body.name), new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
-<% end %>
-</p>
+<div id="stepwise_make_request">
+ <strong>Next,
+ <% if @public_body.eir_only? %>
+ <%= link_to "make a new EIR request", new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
+ <% else %>
+ <%= link_to "make a new FOI request", new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
+ <% end %>
+ to <%= h(@public_body.name) %>
+ </strong>
+</div>
<% if @public_body.info_requests.empty? %>
<% if @public_body.eir_only? %>
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index f82d9e3ec..2109004ab 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -289,6 +289,13 @@ dd { margin: 0.6em 0 2em 4em; width: 33em; }
margin: 0.5em 0em 0em 0em;
padding: 0em 0em 0em 0em;
}
+#stepwise_make_request
+{
+ text-align: center;
+ margin: 0em 14em 0em 0em;
+ padding: 1em 0em 1em 0em;
+ background-color: #e0e0e0;
+}
#frontpage_examples div#examples_0 {
float: left;
margin-left: 0%;