PluginProbe
Stream – Activity Log & Audit Trail / 3.1
Stream – Activity Log & Audit Trail v3.1
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.1, at ui/css/admin.css

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