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