From d32480753ba6627e6a7bc542517f0328100c8659 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Sat, 10 Dec 2011 12:22:38 -0800 Subject: [PATCH] [#692] Update the style of the issue show page to be cleaner --- app/views/issues/show.rhtml | 9 ++++----- public/stylesheets/application.css | 4 +++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index c7206d2c..a84a9b3d 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -1,6 +1,4 @@
-
<%= content_tag('h2', h(@issue.tracker.name) + ' #' +@issue.id.to_s) %>
-
<%= render :partial => 'action_menu' %>
@@ -10,9 +8,10 @@
<%= avatar(@issue.author, :size => "40") %>
-

- <%=h(@issue.subject) %> -

+ +

+ <%=h(@issue.subject) %> (<%= h(@issue.tracker.name) + ' #' +@issue.id.to_s %>) +


diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b7c6d19d..b3120015 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1527,6 +1527,8 @@ h1.title { #content .title-bar { position:relative; margin-bottom:10px; + top: -10px; + } .title-bar h2 { padding:9px 100px 9px 12px; @@ -2314,7 +2316,7 @@ fieldset#filters div.add-filter { .title-bar .contextual { padding:0 12px 0 12px; position:absolute; - right:10px; + right:0px; top:0; margin:0; }