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

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