From 3180d88fae9b2313b7f601074d0a2735da095853 Mon Sep 17 00:00:00 2001 From: tim madden Date: Sat, 21 Apr 2012 10:57:36 -0500 Subject: [PATCH] tweak to note display on project page to stop wrapping around note link icon divs for the project note adding margin to prevent the note from wrapping around the link icon --- app/views/notes/_notes_summary.rhtml | 5 +++-- public/stylesheets/standard.css | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/views/notes/_notes_summary.rhtml b/app/views/notes/_notes_summary.rhtml index 0ffbf07c..f34424d3 100644 --- a/app/views/notes/_notes_summary.rhtml +++ b/app/views/notes/_notes_summary.rhtml @@ -1,11 +1,12 @@ <% note = notes_summary -%>
+ +
<%= rendered_note(note) %>
<% note = nil -%> diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index 2dd69060..b7124f62 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -550,6 +550,10 @@ div.note_wrapper p { display: inline; } +div.note_note { + margin-left:24px; +} + div.note_footer { border-top: 1px solid #999; padding-top: 3px;