PluginProbe
Edit Flow / trunk
Edit Flow vtrunk
0.11.1 0.11.0 0.7.2 0.7.3 0.7.4 0.7.5 0.7.6 0.8 0.8.1 0.8.2 0.9 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 trunk 0.1.5 0.10.0 0.10.1 0.10.2 All 44 releases
edit-flow / modules / notifications / lib / notifications.css

notifications.css in Edit Flow trunk, at modules/notifications/lib/notifications.css

127 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 /* Badge base styles */
44 .ef-post_following_list li .ef-user-subscribe-actions span[class^="post_following_list-"] {
45 margin-right: 8px;
46 border: solid 2px;
47 padding: 2px 6px;
48 font-size: 11px;
49 border-radius: 3px;
50 white-space: nowrap;
51 }
52
53 /* Warning badges (red) */
54 .ef-post_following_list li .ef-user-subscribe-actions .post_following_list-no_email,
55 .ef-post_following_list li .ef-user-subscribe-actions .post_following_list-no_access {
56 border-color: #DC3232;
57 color: #DC3232;
58 }
59
60 /* Neutral badges (grey) */
61 .ef-post_following_list li .ef-user-subscribe-actions .post_following_list-post_author,
62 .ef-post_following_list li .ef-user-subscribe-actions .post_following_list-auto_subscribed {
63 border-color: #787c82;
64 color: #787c82;
65 }
66
67 #ef-post_following_box {
68 margin:10px 0;
69 }
70 #ef-post_following_box h4 {
71 background: #F1F1F1;
72 font-weight: bold;
73 padding: 8px;
74 margin: 0;
75 border: 1px solid #DFDFDF;
76 -moz-border-radius: 3px;
77 }
78
79 #ef-post_following_box .error{
80 color:red;
81 }
82
83 #ef-post_following_box label.ef-select_all_box {
84 float: right;
85 margin: -20px 10px;
86 }
87
88 #ef-post_following_box label.ef-select_all_box input {
89 margin-bottom: 5px;
90 }
91
92 #ef-post_following_users_box,
93 #ef-post_following_usergroups_box {
94 width: 49%;
95 }
96 #ef-post_following_users_box {
97 float: left;
98 margin-right:10px;
99 }
100 #ef-post_following_usergroups_box {
101 float: right;
102 }
103 #ef-post_following_users_box .ef-post_following_list,
104 #ef-post_following_usergroups_box .ef-post_following_list {
105 height: 300px;
106 overflow: auto;
107 }
108 #ef-post_following_users_box .list-filterizer-tools,
109 #ef-post_following_usergroups_box .list-filterizer-tools {
110 margin-top: 5px;
111 }
112
113
114 /** User Groups **/
115 #profile-page #post_following_usergroups {
116 width: 300px;
117 }
118
119 #ef-usergroup-users form.quicksearch,
120 #ef-post_following_users_box form.quicksearch {
121 display: none;
122 }
123
124 #ef-usergroup-users h4 {
125 margin-top: 0;
126 }
127