| 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 li { |
| 10 |
padding: 10px 5px 5px 5px; |
| 11 |
margin: 0; |
| 12 |
border-bottom: 1px solid #ccc; |
| 13 |
min-height: 36px; |
| 14 |
} |
| 15 |
|
| 16 |
.ef-post_following_list li:hover { |
| 17 |
background: #EAF2FA; |
| 18 |
} |
| 19 |
|
| 20 |
.ef-post_following_list li input { |
| 21 |
float: right; |
| 22 |
margin-top: 0; |
| 23 |
} |
| 24 |
|
| 25 |
.ef-post_following_list .ef-user_displayname, |
| 26 |
.ef-post_following_list .ef-usergroup_name { |
| 27 |
display: block; |
| 28 |
font-size: 14px; |
| 29 |
} |
| 30 |
|
| 31 |
.ef-post_following_list .ef-user_useremail, |
| 32 |
.ef-post_following_list .ef-usergroup_description { |
| 33 |
display: block; |
| 34 |
color: #ccc; |
| 35 |
font-size: 12px; |
| 36 |
} |
| 37 |
|
| 38 |
.ef-post_following_list li .ef-user-subscribe-actions { |
| 39 |
float: right; |
| 40 |
margin-top: 5px; |
| 41 |
} |
| 42 |
|
| 43 |
.ef-post_following_list li .ef-user-subscribe-actions .post_following_list-no_email, |
| 44 |
.ef-post_following_list li .ef-user-subscribe-actions .post_following_list-no_access { |
| 45 |
margin-right: 10px; |
| 46 |
border: solid 2px #DC3232; |
| 47 |
color: #DC3232; |
| 48 |
padding: 4px; |
| 49 |
} |
| 50 |
|
| 51 |
#ef-post_following_box { |
| 52 |
margin:10px 0; |
| 53 |
} |
| 54 |
#ef-post_following_box h4 { |
| 55 |
background: #F1F1F1; |
| 56 |
font-weight: bold; |
| 57 |
padding: 8px; |
| 58 |
margin: 0; |
| 59 |
border: 1px solid #DFDFDF; |
| 60 |
-moz-border-radius: 3px; |
| 61 |
} |
| 62 |
|
| 63 |
#ef-post_following_box .error{ |
| 64 |
color:red; |
| 65 |
} |
| 66 |
|
| 67 |
#ef-post_following_box label.ef-select_all_box { |
| 68 |
float: right; |
| 69 |
margin: -20px 10px; |
| 70 |
} |
| 71 |
|
| 72 |
#ef-post_following_box label.ef-select_all_box input { |
| 73 |
margin-bottom: 5px; |
| 74 |
} |
| 75 |
|
| 76 |
#ef-post_following_users_box, |
| 77 |
#ef-post_following_usergroups_box { |
| 78 |
width: 49%; |
| 79 |
} |
| 80 |
#ef-post_following_users_box { |
| 81 |
float: left; |
| 82 |
margin-right:10px; |
| 83 |
} |
| 84 |
#ef-post_following_usergroups_box { |
| 85 |
float: right; |
| 86 |
} |
| 87 |
#ef-post_following_users_box .ef-post_following_list, |
| 88 |
#ef-post_following_usergroups_box .ef-post_following_list { |
| 89 |
height: 300px; |
| 90 |
overflow: auto; |
| 91 |
} |
| 92 |
#ef-post_following_users_box .list-filterizer-tools, |
| 93 |
#ef-post_following_usergroups_box .list-filterizer-tools { |
| 94 |
margin-top: 5px; |
| 95 |
} |
| 96 |
|
| 97 |
|
| 98 |
/** User Groups **/ |
| 99 |
#profile-page #post_following_usergroups { |
| 100 |
width: 300px; |
| 101 |
} |
| 102 |
|
| 103 |
#ef-usergroup-users form.quicksearch, |
| 104 |
#ef-post_following_users_box form.quicksearch { |
| 105 |
display: none; |
| 106 |
} |
| 107 |
|
| 108 |
#ef-usergroup-users h4 { |
| 109 |
margin-top: 0; |
| 110 |
} |
| 111 |
|