File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 77}
88
99.ef-post_following_list li {
10- padding : 10px 5px 5px 5px ;
11- margin : 0 ;
1210 border-bottom : 1px solid # ccc ;
11+ }
12+
13+ .ef-post_following_list li label {
1314 min-height : 76px ;
15+ padding : 10px 5px 5px 5px ;
16+ margin : 0 ;
17+ display : block;
1418}
1519
16- .ef-post_following_list li : hover {
20+ .ef-post_following_list li label : hover {
1721 background : # EAF2FA ;
1822}
1923
4145}
4246
4347.ef-post_following_list li .ef-user-list-badges {
44- margin-top : 5 px ;
48+ margin-top : 10 px ;
4549}
4650
4751.ef-post_following_list li .ef-user-badge {
Original file line number Diff line number Diff line change @@ -154,10 +154,10 @@ jQuery(document).ready(function($) {
154154 // Red 40% if there's a warning
155155 var backgroundHighlightColor = "#ea8484" ;
156156 }
157- var backgroundColor = parent_this . css ( 'background-color' ) ;
158- jQuery ( parent_this . parents ( 'li ' ) )
157+ var backgroundColor = 'transparent' ;
158+ jQuery ( parent_this . parents ( 'label ' ) )
159159 . animate ( { 'backgroundColor' : backgroundHighlightColor } , 200 )
160- . animate ( { 'backgroundColor' :backgroundColor } , 200 ) ;
160+ . animate ( { 'backgroundColor' : backgroundColor } , 200 ) ;
161161
162162 // This event is used to show an updated list of who will be notified of editorial comments and status updates.
163163 jQuery ( '#ef-post_following_box' ) . trigger ( 'following_list_updated' ) ;
Original file line number Diff line number Diff line change 33}
44
55 .ef-post_following_list li {
6- padding : 10px 5px 5px 5px ;
76 margin : 0 ;
87 border-bottom : 1px solid # ccc ;
98 }
10- .ef-post_following_list li : hover {
11- background : # EAF2FA ;
12- }
9+
10+ .ef-post_following_list li : hover {
11+ background : # EAF2FA ;
12+ }
13+
1314 .ef-post_following_list li input {
1415 float : right;
1516 }
You can’t perform that action at this time.
0 commit comments