| 1 |
/** Post subscriptions **/ |
| 2 |
.ef-post_following_list { |
| 3 |
} |
| 4 |
|
| 5 |
.ef-post_following_list li { |
| 6 |
padding: 10px 5px 5px 5px; |
| 7 |
margin: 0; |
| 8 |
border-bottom: 1px solid #ccc; |
| 9 |
} |
| 10 |
.ef-post_following_list li:hover { |
| 11 |
background: #EAF2FA; |
| 12 |
} |
| 13 |
.ef-post_following_list li input { |
| 14 |
float: right; |
| 15 |
} |
| 16 |
.ef-post_following_list .ef-user_displayname, |
| 17 |
.ef-post_following_list .ef-usergroup_name { |
| 18 |
display: block; |
| 19 |
font-size: 14px; |
| 20 |
} |
| 21 |
.ef-post_following_list .ef-user_useremail, |
| 22 |
.ef-post_following_list .ef-usergroup_description { |
| 23 |
display: block; |
| 24 |
color: #ccc; |
| 25 |
font-size: 12px; |
| 26 |
} |
| 27 |
|
| 28 |
#ef-post_following_box { |
| 29 |
margin:10px 0; |
| 30 |
} |
| 31 |
#ef-post_following_box h4 { |
| 32 |
background: #F1F1F1; |
| 33 |
font-weight: bold; |
| 34 |
padding: 8px; |
| 35 |
margin: 0; |
| 36 |
border: 1px solid #DFDFDF; |
| 37 |
-moz-border-radius: 3px; |
| 38 |
} |
| 39 |
|
| 40 |
#ef-post_following_box label.ef-select_all_box { |
| 41 |
float: right; |
| 42 |
margin: -20px 10px; |
| 43 |
} |
| 44 |
|
| 45 |
#ef-post_following_box label.ef-select_all_box input { |
| 46 |
margin-bottom: 5px; |
| 47 |
} |
| 48 |
|
| 49 |
#ef-post_following_users_box, |
| 50 |
#ef-post_following_usergroups_box { |
| 51 |
width: 49%; |
| 52 |
} |
| 53 |
#ef-post_following_users_box { |
| 54 |
float: left; |
| 55 |
margin-right:10px; |
| 56 |
} |
| 57 |
#ef-post_following_usergroups_box { |
| 58 |
float: right; |
| 59 |
} |
| 60 |
#ef-post_following_users_box .ef-post_following_list, |
| 61 |
#ef-post_following_usergroups_box .ef-post_following_list { |
| 62 |
height: 300px; |
| 63 |
overflow: auto; |
| 64 |
} |
| 65 |
#ef-post_following_users_box .list-filterizer-tools, |
| 66 |
#ef-post_following_usergroups_box .list-filterizer-tools { |
| 67 |
margin-top: 5px; |
| 68 |
} |
| 69 |
|
| 70 |
|
| 71 |
/** User Groups **/ |
| 72 |
#profile-page #post_following_usergroups { |
| 73 |
width: 300px; |
| 74 |
} |
| 75 |
|
| 76 |
#ef-usergroup-users form.quicksearch, |
| 77 |
#ef-post_following_users_box form.quicksearch { |
| 78 |
display: none; |
| 79 |
} |
| 80 |
|
| 81 |
#ef-usergroup-users h4 { |
| 82 |
margin-top: 0; |
| 83 |
} |