mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Do not show legacy bullet add icon in search for watchers if SVG is rendered for RTL languages (#42465).
git-svn-id: https://svn.redmine.org/redmine/trunk@23652 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
40c7203b08
commit
e85cd113fe
@ -139,7 +139,7 @@ div.projects h3 {padding-left:0px; padding-right:20px;}
|
||||
#watchers li {margin: 0px 0px 0px 2px; padding: 0px 0px 0px 0px;}
|
||||
#watchers img.gravatar {margin: 0 0 2px 4px;}
|
||||
|
||||
span.search_for_watchers a, span.add_attachment a {padding-left:px; padding-right:16px; background: url(/bullet_add.png) no-repeat right 50%; }
|
||||
span.search_for_watchers a:not(:has(svg)), span.add_attachment a:not(:has(svg)) {padding-left:0px; padding-right:16px; background: url(/bullet_add.png) no-repeat right 50%; }
|
||||
|
||||
div.square {float:right;}
|
||||
.contextual {float:left; padding-left:0px; padding-right:10px;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user