aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2007-10-25 09:25:37 +0000
committerfrancis <francis>2007-10-25 09:25:37 +0000
commitfe0de7623be22e6d5567220d5db63426e2d9aab6 (patch)
tree64006f3eec1939dfdfabe3f129af43846ac8bca2
parentb9d61172f178823203a894bb54e27ac96b610ed0 (diff)
Subtitle on request pages
-rw-r--r--app/views/request/show.rhtml10
-rw-r--r--public/stylesheets/main.css5
2 files changed, 10 insertions, 5 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index acbeee27e..f7c145db2 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -2,13 +2,12 @@
<h1><%=@title%></h1>
-<p>
-Request to
+<p class="subtitle">A Freedom of Information request to
<%= public_body_link(@info_request.public_body) %>
+by
+<%= user_link(@info_request.user) %>
</p>
-<h2>Correspondence</h2>
-
<% for outgoing_message in @info_request.outgoing_messages %>
<div id="correspondence">
@@ -18,7 +17,8 @@ Request to
<p><%= outgoing_message.body.gsub(/\n/, '<br>') %></p>
</div>
<b class="xb7"></b><b class="xb6"></b><b class="xb5"></b><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b>
- <em></em><span></span>
+ <em></em>
+ <span></span>
</blockquote>
<p class="xspeaker">
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index 26055502e..02c9f364d 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -23,6 +23,11 @@ a:hover, a:active {
color: #ff0000;
}
+.subtitle {
+ font-style: italic;
+ margin-top: -1em;
+}
+
/* Site-wide layout */
#staging {