diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-04 18:20:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-04 18:20:29 +0000 |
commit | f7aa6d4198bfe3ed7aefc0f5a0e1cc03fbd74ef3 (patch) | |
tree | a1a7021ac79494fd15ad9126af66ac030ffd74d9 /public | |
parent | fd07cb8c54c1a0d47202e6398f615cec4c21ff90 (diff) | |
download | redmine-f7aa6d4198bfe3ed7aefc0f5a0e1cc03fbd74ef3.tar.gz redmine-f7aa6d4198bfe3ed7aefc0f5a0e1cc03fbd74ef3.zip |
Adjusts avatar position on headings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8503 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ae7f06d83..ff065b85e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -243,7 +243,7 @@ div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padd #watchers select {width: 95%; display: block;} #watchers a.delete {opacity: 0.4;} #watchers a.delete:hover {opacity: 1;} -#watchers img.gravatar {vertical-align: middle;margin: 0 4px 2px 0;} +#watchers img.gravatar {margin: 0 4px 2px 0;} .highlight { background-color: #FCFD8D;} .highlight.token-1 { background-color: #faa;} @@ -951,6 +951,7 @@ img.gravatar { padding: 2px; border: solid 1px #d5d5d5; background: #fff; + vertical-align: middle; } div.issue img.gravatar { @@ -968,15 +969,15 @@ div.issue table img.gravatar { } h2 img.gravatar { - padding: 3px; margin: -2px 4px -4px 0; - vertical-align: top; +} + +h3 img.gravatar { + margin: -4px 4px -4px 0; } h4 img.gravatar { - padding: 3px; - margin: -6px 0 -4px 0; - vertical-align: top; + margin: -6px 4px -4px 0; } td.username img.gravatar { |