]> source.dussan.org Git - redmine.git/commitdiff
Tweaking of the CSS for the gravatars. #1776
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 31 Oct 2008 00:09:36 +0000 (00:09 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 31 Oct 2008 00:09:36 +0000 (00:09 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1970 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_history.rhtml
app/views/issues/show.rhtml
public/stylesheets/application.css

index f12c4ec8346927fde886ce936503f03db07aac29..65b34d7c5e340ed0aa41726b7c6d97e117cff06c 100644 (file)
@@ -1,10 +1,10 @@
 <% reply_links = authorize_for('issues', 'edit') -%>
 <% for journal in journals %>
   <div id="change-<%= journal.id %>" class="journal">
-    <%= gravatar(journal.user.mail.blank? ? "" : journal.user.mail, :size => "32") %>
     <h4><div style="float:right;"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
     <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
     <%= format_time(journal.created_on) %> - <%= journal.user.name %></h4>
+    <%= gravatar(journal.user.mail.blank? ? "" : journal.user.mail, :size => "32") %>
     <ul>
     <% for detail in journal.details %>
        <li><%= show_detail(detail) %></li>
index af95b7d49e770a8ad9083065825d4eda609c86e1..bb2dea6faead8aa149d57a70fdaa80548be1b49d 100644 (file)
@@ -10,7 +10,7 @@
 <h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
 
 <div class="issue <%= "status-#{@issue.status.position} priority-#{@issue.priority.position}" %>">
-        <%= gravatar(@issue.author.mail, :size => "64") rescue nil %>
+        <%= gravatar(@issue.author.mail, :size => "14") rescue nil %>
         <h3><%=h @issue.subject %></h3>
         <p class="author">
         <%= authoring @issue.created_on, @issue.author %>.
index 48926645a5e755cfd29a3d2ac3ffa79607bf1822..4e8649349446bdbe1846cd40c892c3e2a55e382d 100644 (file)
@@ -628,8 +628,8 @@ div.issue img.gravatar {
 }
 
 div.issue table img.gravatar {
-       height: 24px;
-       width: 24px;
+       height: 16px;
+       width: 16px;
        padding: 2px;
        float: left;
        margin: 0 1em 0 0;
@@ -637,7 +637,7 @@ div.issue table img.gravatar {
 
 #history img.gravatar {
        padding: 3px;
-       margin: 0 1em 1em 0;
+       margin: 0 1.5em 1em 0;
        float: left;
 }