mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-26 10:21:14 +00:00
Adds some margin to issue gravatar (#25775).
git-svn-id: http://svn.redmine.org/redmine/trunk@16658 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6700706aa4
commit
08e2f2bf96
@ -454,6 +454,7 @@ div.issue div.subject div div { padding-left: 16px; }
|
||||
div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
|
||||
div.issue div.subject>div>p { margin-top: 0.5em; }
|
||||
div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
|
||||
div.issue p.author {margin-top:0.5em;}
|
||||
div.issue span.private, div.journal span.private { position:relative; bottom: 2px; text-transform: uppercase; background: #d22; color: #fff; font-weight:bold; padding: 0px 2px 0px 2px; font-size: 60%; margin-right: 2px; border-radius: 2px;}
|
||||
div.issue .next-prev-links {color:#999;}
|
||||
div.issue .attributes {margin-top: 2em;}
|
||||
@ -1311,7 +1312,7 @@ img.gravatar {
|
||||
|
||||
div.issue img.gravatar {
|
||||
float: left;
|
||||
margin: 0 6px 0 0;
|
||||
margin: 0 12px 6px 0;
|
||||
}
|
||||
|
||||
div.gravatar-with-child {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user