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

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