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

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