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

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