aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/comment/new.rhtml3
-rw-r--r--public/stylesheets/theme.css69
2 files changed, 64 insertions, 8 deletions
diff --git a/app/views/comment/new.rhtml b/app/views/comment/new.rhtml
index 1a4f2c0dc..cf9367b88 100644
--- a/app/views/comment/new.rhtml
+++ b/app/views/comment/new.rhtml
@@ -11,7 +11,8 @@
<%= foi_error_messages_for :comment %>
-<h1><%= _('Add an annotation to ')%>'<%=request_link(@info_request)%>'</h1>
+<h1><%= _('Add an annotation')%></h1>
+<h2>to &ldquo;<%=request_link(@info_request)%>&rdquo;</h2>
<p>
<%= _('Annotations are so anyone, including you, can help the requester with their request. For example:')%>
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css
index ca99c3793..ca2fc2c34 100644
--- a/public/stylesheets/theme.css
+++ b/public/stylesheets/theme.css
@@ -116,7 +116,8 @@ a img {
position:absolute;
}
-#logged_in_bar a {
+#logged_in_bar a,
+#logged_in_bar a:visited {
color: #93278F;
}
@@ -763,8 +764,9 @@ div.frontpage-box {
background: url(/images/defaultprofilepic.png)
}
-div.correspondence {
- width: 100%;
+div.correspondence,
+div.comment_in_request {
+ width: 600px;
background: url(/images/stripes-70.png);
border-width: 0px;
font-size: 13px;
@@ -773,6 +775,27 @@ div.correspondence {
padding: 4px 20px 0px 9px;
}
+div[id|="comment"] {
+ margin-left: 0px;
+}
+
+div[id|="comment"] h2 {
+ font-size: 1em;
+ text-align:right;
+}
+
+div[id|="comment"] p {
+ font-size: 13px;
+}
+
+.comment_in_request_text {
+ margin: 0px 0px 0px 10px;
+}
+
+.comment_in_request_text img.comment_quote {
+ display: none;
+}
+
/* ---------- Frontpage ----------- */
#frontpage_splash {
@@ -1038,22 +1061,54 @@ a.link_to_this {
margin: 20px 0px 30px 0px;
}
-#notice {
+#notice, .describe_state_form {
font-size: 12px;
font-weight: normal;
padding: 10px 20px 10px 20px;
- background: #EDFED3 !important;
- color: #5B7705;
- border-color: #B6CB86;
+ background: #E9FDD3 !important;
+ color: #517704;
+ border-color: #B0CA86;
border-radius: 6px;
-moz-border-radius: 6px;
margin: 15px 0px;
}
+.describe_state_form hr {
+ border-color: #B0CA86;
+ border-top: 0px;
+ border-style: dotted;
+ margin: 20px 0px;
+}
+
+.describe_state_form {
+ color: #333;
+}
+
#notice p:first-child {
margin-top: 0px;
}
#notice p:last-child {
margin-bottom: 0px;
+}
+
+div.correspondence p.preview_subject {
+ font-family: 'DeliciousRoman';
+ font-size: 18px !important;
+ margin-left: 10px;
+ color: #6B3C7F;
+ line-height: 25px;
+}
+
+div.correspondence p.preview_subject strong {
+ color: #6B3C7F;
+}
+
+#preview_form ul {
+ margin: 0px;
+ padding: 1px 32px 10px;
+}
+
+#preview_form ul li {
+ margin: 10px 0px;
} \ No newline at end of file