Adds bottom margin to issue watchers avatars (#5264).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3667 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
734f8324ea
commit
c76b9edf6c
|
@ -222,7 +222,7 @@ div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padd
|
||||||
#watchers select {width: 95%; display: block;}
|
#watchers select {width: 95%; display: block;}
|
||||||
#watchers a.delete {opacity: 0.4;}
|
#watchers a.delete {opacity: 0.4;}
|
||||||
#watchers a.delete:hover {opacity: 1;}
|
#watchers a.delete:hover {opacity: 1;}
|
||||||
#watchers img.gravatar {vertical-align: middle;margin-right: 4px;}
|
#watchers img.gravatar {vertical-align: middle;margin: 0 4px 2px 0;}
|
||||||
|
|
||||||
.highlight { background-color: #FCFD8D;}
|
.highlight { background-color: #FCFD8D;}
|
||||||
.highlight.token-1 { background-color: #faa;}
|
.highlight.token-1 { background-color: #faa;}
|
||||||
|
|
Loading…
Reference in New Issue