##// END OF EJS Templates
Removed hard-coded style in watchers list....
Jean-Philippe Lang -
r11214:f88e4225c1c3
parent child
Show More
@@ -63,7 +63,7 module WatchersHelper
63 :user_id => user}
63 :user_id => user}
64 s << ' '
64 s << ' '
65 s << link_to(image_tag('delete.png'), url,
65 s << link_to(image_tag('delete.png'), url,
66 :remote => true, :method => 'delete', :style => "vertical-align: middle", :class => "delete")
66 :remote => true, :method => 'delete', :class => "delete")
67 end
67 end
68 content << content_tag('li', s, :class => "user-#{user.id}")
68 content << content_tag('li', s, :class => "user-#{user.id}")
69 end
69 end
@@ -270,7 +270,7 div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padd
270 #watchers ul {margin: 0; padding: 0;}
270 #watchers ul {margin: 0; padding: 0;}
271 #watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
271 #watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
272 #watchers select {width: 95%; display: block;}
272 #watchers select {width: 95%; display: block;}
273 #watchers a.delete {opacity: 0.4;}
273 #watchers a.delete {opacity: 0.4; vertical-align: middle;}
274 #watchers a.delete:hover {opacity: 1;}
274 #watchers a.delete:hover {opacity: 1;}
275 #watchers img.gravatar {margin: 0 4px 2px 0;}
275 #watchers img.gravatar {margin: 0 4px 2px 0;}
276
276
General Comments 0
You need to be logged in to leave comments. Login now