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

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