PluginProbe
Stream – Activity Log & Audit Trail / 3.0.2
Stream – Activity Log & Audit Trail v3.0.2
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
stream / ui / css / admin.css

admin.css in Stream – Activity Log & Audit Trail 3.0.2, at ui/css/admin.css

472 lines 10.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Stream Records */
2
3 .toplevel_page_wp_stream .tablenav {
4 padding-top: 6px;
5 }
6
7 .toplevel_page_wp_stream .tablenav.bottom .button {
8 margin-right: 6px;
9 }
10
11 .toplevel_page_wp_stream .tablenav .actions {
12 padding: 0;
13 overflow: visible;
14 }
15
16 #record-query-reset {
17 position: relative;
18 margin-left: 5px;
19 line-height: 28px;
20 text-decoration: none;
21 display: inline-block;
22 }
23
24 #record-query-reset span.dashicons {
25 position: absolute;
26 top: 0.5em;
27 left: 0;
28 font-size: 13px;
29 }
30
31 #record-query-reset .record-query-reset-text {
32 margin-left: 19px;
33 }
34
35 .toplevel_page_wp_stream .chosen-container-single {
36 margin-top: 3px;
37 margin-right: 6px;
38 }
39
40 .toplevel_page_wp_stream .view-switch {
41 display: none;
42 }
43
44 .toplevel_page_wp_stream #filter-date-range {
45 float: left;
46 margin-right: 6px;
47 }
48
49 .toplevel_page_wp_stream .manage-column {
50 width: 12%;
51 }
52
53 .toplevel_page_wp_stream .manage-column.column-date {
54 width: 10%;
55 }
56
57 .toplevel_page_wp_stream .manage-column.column-user_id {
58 width: 18%;
59 }
60
61 .toplevel_page_wp_stream .manage-column.column-summary {
62 width: auto;
63 }
64
65 .toplevel_page_wp_stream .stream-filter-object-id {
66 padding-left: 5px;
67 visibility: hidden;
68 }
69 .toplevel_page_wp_stream td.summary:hover .stream-filter-object-id {
70 visibility: visible;
71 }
72
73 @media only screen and (min-width: 782px) {
74 .toplevel_page_wp_stream .tablenav .tablenav-pages {
75 margin-bottom: 4px;
76 }
77 }
78
79 @media only screen and (max-width: 782px) {
80 .toplevel_page_wp_stream .tablenav.bottom .displaying-num {
81 top: -8px;
82 }
83 }
84
85 @media only screen and (max-width: 900px) {
86 .toplevel_page_wp_stream .fixed .manage-column,
87 .toplevel_page_wp_stream .fixed tbody tr td {
88 display: none;
89 }
90 .toplevel_page_wp_stream .fixed .column-date,
91 .toplevel_page_wp_stream .fixed .column-summary,
92 .toplevel_page_wp_stream .fixed .column-user_id,
93 .toplevel_page_wp_stream .fixed tbody tr.no-items td {
94 display: table-cell;
95 }
96 .toplevel_page_wp_stream .fixed .column-date {
97 width: 100px;
98 }
99 .toplevel_page_wp_stream .fixed .column-user_id {
100 width: 50%;
101 }
102 .toplevel_page_wp_stream .fixed .column-summary {
103 width: 100%;
104 }
105 }
106
107 @media only screen and (max-width: 480px) {
108 .toplevel_page_wp_stream .fixed .column-user_id {
109 display: none;
110 }
111 }
112
113 .toplevel_page_wp_stream .column-user_id a {
114 vertical-align: top;
115 }
116
117 .toplevel_page_wp_stream .column-user_id img {
118 float: left;
119 margin: 1px 10px 8px 0;
120 width: 32px;
121 height: 32px;
122 }
123
124 .toplevel_page_wp_stream .column-user_id .deleted {
125 font-style: italic;
126 color: #aaa;
127 }
128
129 .toplevel_page_wp_stream .filter-date-range {
130 margin-top: -1px;
131 }
132
133 .toplevel_page_wp_stream .alignleft.actions input[type=text] {
134 height: 28px;
135 line-height: 19px;
136 }
137
138 .toplevel_page_wp_stream .date-interval {
139 display: inline;
140 }
141
142 .toplevel_page_wp_stream .select2-container {
143 margin-right: 6px;
144 margin-bottom: 6px;
145 }
146
147 .toplevel_page_wp_stream .select2-container.select2-allowclear .select2-choice abbr {
148 margin-top: -2px;
149 }
150
151
152 /* Live Update */
153
154 .toplevel_page_wp_stream .stream-live-update-checkbox .spinner {
155 margin-top: 5px;
156 }
157
158 .toplevel_page_wp_stream .new-row,
159 #dashboard_stream_activity .new-row {
160 background-color: #ffffe0 !important;
161
162 -webkit-transition: background 0.5s linear;
163 -moz-transition: background 0.5s linear;
164 -ms-transition: background 0.5s linear;
165 -o-transition: background 0.5s linear;
166 transition: background 0.5s linear;
167 }
168
169 .toplevel_page_wp_stream .new-row.alternate,
170 #dashboard_stream_activity .new-row.alternate {
171 background-color: #ffffcd !important;
172 }
173
174 .toplevel_page_wp_stream .new-row.fadeout,
175 #dashboard_stream_activity .new-row.fadeout {
176 background-color: transparent !important;
177 }
178
179 .toplevel_page_wp_stream .new-row.alternate.fadeout,
180 #dashboard_stream_activity .new-row.alternate.fadeout {
181 background-color: #f9f9f9 !important;
182 }
183
184 .toplevel_page_wp_stream #the-list .no-items .stream-list-table-no-items {
185 text-align: center;
186 }
187
188 .toplevel_page_wp_stream #the-list .no-items .stream-list-table-no-items p {
189 margin: 2px 0;
190 }
191
192
193 /* Settings */
194
195 .wp_stream_settings .nav-tab-wrapper a:not(.nav-tab-active),
196 .wp_stream_network_settings .nav-tab-wrapper a:not(.nav-tab-active)
197 .wp_stream_default_settings .nav-tab-wrapper a:not(.nav-tab-active) {
198 border-bottom: 1px solid #ccc;
199 }
200
201 .wp_stream_settings .select2-container,
202 .wp_stream_network_settings .select2-container,
203 .wp_stream_default_settings .select2-container {
204 width: 100%;
205 }
206
207 .wp_stream_settings .tablenav,
208 .wp_stream_network_settings .tablenav,
209 .wp_stream_default_settings .tablenav {
210 margin-top: 16px;
211 }
212
213 .wp_stream_settings .tablenav input,
214 .wp_stream_network_settings .tablenav input,
215 .wp_stream_default_settings .tablenav input {
216 margin-right: 1em;
217 }
218
219 .wp_stream_screen a.warning {
220 color: #a00;
221 }
222
223 .wp_stream_screen a.warning:hover {
224 color: #f00;
225 }
226
227 /* Date Interval Common */
228
229 .wp_stream_screen .date-interval .field-predefined {
230 width: 165px;
231 float: left;
232 margin-right: 6px;
233 margin-bottom: 6px;
234 }
235
236 .wp_stream_screen .date-interval .date-inputs {
237 float: left;
238 margin-right: 6px;
239 margin-bottom: 6px;
240 }
241
242 .wp_stream_screen .date-interval .date-inputs .field-to,
243 .wp_stream_screen .date-interval .date-inputs .field-from {
244 line-height: 28px;
245 height: 28px;
246 margin: 0;
247 width: 125px;
248 }
249
250 .wp_stream_screen .date-interval .date-inputs .box {
251 position: relative;
252 display: block;
253 float: left;
254 }
255
256 .wp_stream_screen .date-interval .date-inputs .box .date-remove {
257 display: none;
258 position: absolute;
259 cursor: pointer;
260 top: 0;
261 right: 0;
262 width: 20px;
263 height: 28px;
264 line-height: 28px;
265 font-size: 14px;
266 padding-top: 1px;
267 padding-right: 2px;
268 }
269
270 .wp_stream_screen .date-interval .date-inputs .box .date-remove:before {
271 content: '\f158';
272 }
273
274 .wp_stream_screen .date-interval .date-inputs .connector {
275 display: block;
276 float: left;
277 border: 1px solid #ddd;
278 border-left: 0;
279 border-right: 0;
280 height: 26px;
281 line-height: 28px;
282 padding-left: 2px;
283 width: 20px;
284 text-align: center;
285 font-size: 14px;
286 }
287
288 .wp_stream_screen .date-interval .date-inputs .connector:before {
289 content: '\f345';
290 }
291
292
293 /* Select2 Common */
294
295 .wp_stream_screen li.select2-searching,
296 .wp_stream_screen li.select2-no-results {
297 background: none;
298 padding: 7px 7px 0;
299 color: #999;
300 }
301
302 .wp_stream_screen li.select2-result {
303 margin-bottom: 0;
304 }
305
306 .wp_stream_screen li.select2-result.level-1 {
307 font-weight: bold;
308 }
309
310 .wp_stream_screen li.select2-result.level-2 {
311 padding-left: 1em;
312 }
313
314 .wp_stream_screen .select2-results .select2-disabled {
315 background: transparent;
316 color: #aaa;
317 }
318
319 .wp_stream_screen .select2-search-choice .icon16 {
320 margin: -6px 1px 0 -3px;
321 padding: 0;
322 width: 16px;
323 height: 16px;
324 }
325
326 .wp_stream_screen .select2-chosen .icon16 {
327 padding-right: 1px;
328 }
329
330 .wp_stream_screen .select2-chosen .icon16:before,
331 .wp_stream_screen .select2-search-choice .icon16:before {
332 font-size: 15px !important;
333 color: #656565;
334 }
335
336 .wp_stream_screen .select2-search-choice-close {
337 -webkit-transition: none;
338 -moz-transition: none;
339 -o-transition: all 0 none;
340 transition: none;
341 }
342
343 .wp-stream-select2-icon {
344 position: relative;
345 top: 3px;
346 margin-right: 4px;
347 width: 16px;
348 height: 16px;
349 }
350
351 .select2-disabled .wp-stream-select2-icon {
352 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
353 filter: gray; /* IE6-9 */
354 -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
355 -moz-filter: grayscale(100%); /* Firefox < 3.5 */
356 }
357
358
359 /* Exclude List Table */
360
361 .stream-exclude-list {
362 margin-top: 1em;
363 }
364
365 .stream-exclude-list th {
366 font-weight: normal;
367 padding: 8px 10px;
368 width: auto;
369 }
370
371 .stream-exclude-list tbody tr.no-items {
372 background-color: #fff;
373 }
374
375 .stream-exclude-list tbody tr.no-items td {
376 padding: 8px 10px;
377 font-size: 13px;
378 }
379
380 .stream-exclude-list tbody th.check-column {
381 padding: 16px 0 0 3px;
382 }
383
384 .stream-exclude-list thead th.actions-column {
385 width: 3em;
386 }
387
388 .stream-exclude-list tbody th.actions-column {
389 padding: 21px 10px 20px 0;
390 }
391
392 .stream-exclude-list tbody th.actions-column a {
393 display: none;
394 color: #a00;
395 font-size: 13px;
396 }
397
398 .stream-exclude-list tbody tr:hover th.actions-column a {
399 display: block;
400 }
401
402 .stream-exclude-list tbody th.actions-column a:hover {
403 color: #f00;
404 }
405
406 .stream-exclude-list tbody th.actions-column .dashicons {
407 margin-top: 4px;
408 }
409
410 .stream-exclude-list tbody td .ip_address {
411 width: 100%;
412 }
413
414 .stream-exclude-list tbody td .ip_address.invalid {
415 border: 1px solid rgba(160,0,0,0.75);
416 }
417
418 @media screen and ( max-width: 900px ) {
419 .wp_stream_settings .stream-exclude-list .actions-column,
420 .wp_stream_network_settings .stream-exclude-list .actions-column,
421 .wp_stream_settings .stream-exclude-list .actions-column {
422 display: none;
423 }
424 }
425
426 @media screen and ( max-width: 782px ) {
427 .wp_stream_settings .stream-exclude-list td,
428 .wp_stream_network_settings .stream-exclude-list td,
429 .wp_stream_default_settings .stream-exclude-list td {
430 padding: 10px 10px 0 0;
431 }
432
433 .wp_stream_settings .stream-exclude-list th,
434 .wp_stream_network_settings .stream-exclude-list th,
435 .wp_stream_default_settings .stream-exclude-list th {
436 display: none;
437 }
438
439 .wp_stream_settings .stream-exclude-list .check-column,
440 .wp_stream_network_settings .stream-exclude-list .check-column,
441 .wp_stream_default_settings .stream-exclude-list .check-column {
442 display: table-cell;
443 padding: 13px 10px 0 3px;
444 }
445
446 .wp_stream_settings .stream-exclude-list thead .actions-column,
447 .wp_stream_network_settings .stream-exclude-list thead .actions-column,
448 .wp_stream_default_settings .stream-exclude-list thead .actions-column {
449 display: table-cell;
450 width: auto;
451 }
452
453 .wp_stream_settings .stream-exclude-list thead .actions-column .hidden,
454 .wp_stream_network_settings .stream-exclude-list thead .actions-column .hidden,
455 .wp_stream_default_settings .stream-exclude-list thead .actions-column .hidden {
456 display: block;
457 }
458
459 .wp_stream_settings .stream-exclude-list tfoot,
460 .wp_stream_network_settings .stream-exclude-list tfoot,
461 .wp_stream_default_settings .stream-exclude-list tfoot {
462 display: none;
463 }
464 }
465
466
467 /* Extensions */
468
469 .post-type-stream_notification .view-switch {
470 display: none;
471 }
472