Removed hard-coded style in watchers list.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11444 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
aca31973c2
commit
f88e4225c1
|
@ -63,7 +63,7 @@ module WatchersHelper
|
||||||
:user_id => user}
|
:user_id => user}
|
||||||
s << ' '
|
s << ' '
|
||||||
s << link_to(image_tag('delete.png'), url,
|
s << link_to(image_tag('delete.png'), url,
|
||||||
:remote => true, :method => 'delete', :style => "vertical-align: middle", :class => "delete")
|
:remote => true, :method => 'delete', :class => "delete")
|
||||||
end
|
end
|
||||||
content << content_tag('li', s, :class => "user-#{user.id}")
|
content << content_tag('li', s, :class => "user-#{user.id}")
|
||||||
end
|
end
|
||||||
|
|
|
@ -270,7 +270,7 @@ div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padd
|
||||||
#watchers ul {margin: 0; padding: 0;}
|
#watchers ul {margin: 0; padding: 0;}
|
||||||
#watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
|
#watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
|
||||||
#watchers select {width: 95%; display: block;}
|
#watchers select {width: 95%; display: block;}
|
||||||
#watchers a.delete {opacity: 0.4;}
|
#watchers a.delete {opacity: 0.4; vertical-align: middle;}
|
||||||
#watchers a.delete:hover {opacity: 1;}
|
#watchers a.delete:hover {opacity: 1;}
|
||||||
#watchers img.gravatar {margin: 0 4px 2px 0;}
|
#watchers img.gravatar {margin: 0 4px 2px 0;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue