diff options
-rw-r--r-- | app/views/comment/_single_comment.rhtml | 2 | ||||
-rw-r--r-- | public/stylesheets/main.css | 5 | ||||
-rw-r--r-- | todo.txt | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml index b31d8f353..bab700b8b 100644 --- a/app/views/comment/_single_comment.rhtml +++ b/app/views/comment/_single_comment.rhtml @@ -3,7 +3,7 @@ Annotation by <%= comment.user ? user_link(comment.user) : 'you' %> <br><br><%= simple_date(comment.created_at || Time.now) %> </h2> - <div> + <div class="comment_in_request_text"> <%= comment.get_body_for_html_display %> </div> <p class="event_actions"> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index fe9800c09..e20cdaf35 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -647,10 +647,10 @@ div.comment_in_request float: left; padding: 0em 0.5em 0em 0.5em; margin: 0 0 1em 0; - overflow: auto; border-color: #5F5F5F; border-width: 1px; border-style: dotted; + overflow: auto; } div.comment_in_request h2 { text-align: right; font-size: 1em; } @@ -668,9 +668,10 @@ div[id|="incoming"] { background-color: #E7E7E7; font-family: Times New Roman, T div[id|="incoming"] p { font-size: 1.08em;} div[id|="comment"] { } - div[id|="comment"] p { font-size: 0.95;} + div[id|="comment"] p { font-size: 0.95em;} .correspondence_text { margin: 0 1.2em 0 0.8em; } +.comment_in_request_text { margin: 0 1.2em 0 0.8em; } /*.event_bubble { margin: 3em 0 0 0; font-size: 0.9em;}*/ @@ -60,6 +60,8 @@ Admin: Have internal links to different parts of request page Somehow fold up the enormous pages on many admin pages +Search FAQ etc. + Later ===== |