aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/show.rhtml4
-rw-r--r--public/stylesheets/main.css2
2 files changed, 4 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 1d395d85e..0182574d8 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -98,7 +98,8 @@
<%= render :partial => 'correspondence', :locals => { :info_request_event => info_request_event } %>
<% end %>
- <div id="comment_form">
+<!--
+ <div id="comment_container">
<h2>Add an annotation</h2>
<p>
@@ -147,6 +148,7 @@
<%= render :partial => 'comment/comment_form', :locals => { } %>
</div>
+ -->
</div>
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index 3324b1f10..cfa3dc45b 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -648,7 +648,7 @@ div.comment_in_request
margin: 0 0 0 0;
overflow: auto;
}
-div#comment_form
+div#comment_container
{
clear: both;
}