PluginProbe
Stream – Activity Log & Audit Trail / 3.8.0
Stream – Activity Log & Audit Trail v3.8.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
← All changes | ui/css/admin.css +192 -344 2.0.43.8.0 View file →
@@ -1,118 +1,65 @@
1 -/* Dashboard Widget */
1 +/* Stream Records */
2 2
3 -#dashboard_stream_activity:hover .edit-box {
4 - display: inline;
3 +.toplevel_page_wp_stream .tablenav {
4 + padding-top: 6px;
5 5 }
6 6
7 -#dashboard_stream_activity.postbox h3 {
8 - border-bottom: 0;
7 +.toplevel_page_wp_stream #record-actions-form {
8 + margin-top: -32px;
9 9 }
10 10
11 -#dashboard_stream_activity h3 .postbox-title-action {
12 - top: 6px;
11 +.toplevel_page_wp_stream #record-actions-form .button {
12 + margin-left: 6px;
13 + float: left;
13 14 }
14 15
15 -#dashboard_stream_activity.postbox .inside,
16 -#dashboard_stream_activity ul,
17 -#dashboard_stream_activity ul li {
18 - margin: 0;
16 +.toplevel_page_wp_stream .tablenav .actions {
19 17 padding: 0;
18 + overflow: visible;
20 19 }
21 -#dashboard_stream_activity .alternate {
22 - background-color: #fafafa;
23 -}
24 20
25 -#dashboard_stream_activity .dashboard-widget-control-form,
26 -#dashboard_stream_activity .no-records {
27 - padding: 1em 12px;
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;
28 27 }
29 28
30 -#dashboard_stream_activity ul {
31 - border-bottom: 1px solid #eee;
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;
32 33 }
33 34
34 -#dashboard_stream_activity ul li,
35 -#dashboard_stream_activity .sub-links {
36 - padding: 1em 12px;
37 -
38 - -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
39 - box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
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;
40 38 }
41 39
42 -#dashboard_stream_activity .record-avatar {
43 - float: left;
44 - margin-right: 10px;
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;
45 44 }
46 45
47 -#dashboard_stream_activity .record-avatar a {
48 - display: block;
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 49 }
50 -#dashboard_stream_activity .record-avatar img {
51 - width: 36px;
52 - height: 36px;
53 -}
54 50
55 -#dashboard_stream_activity .record-meta {
56 - color: #666;
57 -}
58 -
59 -#dashboard_stream_activity .sub-links {
60 - padding: 12px;
61 -}
62 -
63 -#dashboard_stream_activity .tablenav {
64 - clear: none;
65 - margin: 4px 0 6px;
66 -}
67 -
68 -#dashboard_stream_activity .tablenav .tablenav-pages {
69 - margin-right: 6px;
70 -}
71 -
72 -#dashboard_stream_activity .view-all {
73 - float: left;
74 - margin: 7px 0 0 12px;
75 -}
76 -
77 -@media only screen and (max-width: 782px) {
78 - #dashboard_stream_activity h3 .postbox-title-action {
79 - top: 10px;
80 - }
81 - #dashboard_stream_activity .view-all {
82 - display: none;
83 - }
84 - #dashboard_stream_activity .tablenav .tablenav-pages {
85 - margin: 15px 0;
86 - }
87 -}
88 -
89 -
90 -/* Stream Records */
91 -
92 -.toplevel_page_wp_stream .tablenav {
93 - padding-top: 6px;
94 -}
95 -
96 -.toplevel_page_wp_stream .tablenav.bottom .button {
97 - margin-right: 6px;
98 -}
99 -
100 -.toplevel_page_wp_stream .tablenav .actions {
101 - padding: 0;
102 - overflow: visible;
103 -}
104 -
105 51 #record-query-reset {
106 52 position: relative;
107 53 margin-left: 5px;
108 54 line-height: 28px;
109 55 text-decoration: none;
56 + display: inline-block;
110 57 }
111 58
112 59 #record-query-reset span.dashicons {
113 60 position: absolute;
114 - top: 2px;
61 + top: 0.5em;
115 62 left: 0;
116 63 font-size: 13px;
117 64 }
118 65
@@ -137,32 +84,62 @@
137 84 .toplevel_page_wp_stream .manage-column {
138 85 width: 12%;
139 86 }
140 87
141 -.toplevel_page_wp_stream .manage-column.column-date {
142 - width: 10%;
88 +.toplevel_page_wp_stream .column-date {
89 + min-width: 10%;
90 + white-space: nowrap;
143 91 }
144 92
145 -.toplevel_page_wp_stream .manage-column.column-author {
93 +.toplevel_page_wp_stream .column-date .timeago {
94 + padding-right: 1em;
95 +}
96 +
97 +.toplevel_page_wp_stream .column-user_id {
146 98 width: 18%;
147 99 }
148 100
149 -.toplevel_page_wp_stream .manage-column.column-summary {
101 +.toplevel_page_wp_stream .column-summary {
150 102 width: auto;
151 103 }
152 104
105 +.toplevel_page_wp_stream .column-ip {
106 + white-space: nowrap;
107 + overflow: hidden;
108 + text-overflow: ellipsis;
109 +}
110 +
153 111 .toplevel_page_wp_stream .stream-filter-object-id {
154 112 padding-left: 5px;
155 113 visibility: hidden;
156 114 }
157 -.toplevel_page_wp_stream td.summary:hover .stream-filter-object-id {
115 +
116 +.toplevel_page_wp_stream td.summary:hover .stream-filter-object-id{
158 117 visibility: visible;
159 118 }
160 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 +
161 130 @media only screen and (min-width: 782px) {
162 131 .toplevel_page_wp_stream .tablenav .tablenav-pages {
163 132 margin-bottom: 4px;
164 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 + }
165 142 }
166 143
167 144 @media only screen and (max-width: 782px) {
168 145 .toplevel_page_wp_stream .tablenav.bottom .displaying-num {
@@ -172,19 +149,20 @@
172 149
173 150 @media only screen and (max-width: 900px) {
174 151 .toplevel_page_wp_stream .fixed .manage-column,
175 152 .toplevel_page_wp_stream .fixed tbody tr td {
176 - display: none;
153 + display: none !important;
177 154 }
178 155 .toplevel_page_wp_stream .fixed .column-date,
179 156 .toplevel_page_wp_stream .fixed .column-summary,
180 - .toplevel_page_wp_stream .fixed .column-author {
181 - display: table-cell;
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;
182 160 }
183 161 .toplevel_page_wp_stream .fixed .column-date {
184 162 width: 100px;
185 163 }
186 - .toplevel_page_wp_stream .fixed .column-author {
164 + .toplevel_page_wp_stream .fixed .column-user_id {
187 165 width: 50%;
188 166 }
189 167 .toplevel_page_wp_stream .fixed .column-summary {
190 168 width: 100%;
@@ -191,26 +169,29 @@
191 169 }
192 170 }
193 171
194 172 @media only screen and (max-width: 480px) {
195 - .toplevel_page_wp_stream .fixed .column-author {
173 + .toplevel_page_wp_stream .fixed .column-user_id {
196 174 display: none;
197 175 }
198 176 }
199 177
200 -.toplevel_page_wp_stream .column-author a {
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 {
201 183 vertical-align: top;
202 184 }
203 185
204 -.toplevel_page_wp_stream .column-author img {
186 +.toplevel_page_wp_stream .column-user_id img {
205 187 float: left;
206 - margin-right: 10px;
207 - margin-top: 1px;
208 - width: 40px;
209 - height: 40px;
188 + margin: 1px 10px 8px 0;
189 + width: 32px;
190 + height: 32px;
210 191 }
211 192
212 -.toplevel_page_wp_stream .column-author .deleted {
193 +.toplevel_page_wp_stream .column-user_id .deleted {
213 194 font-style: italic;
214 195 color: #aaa;
215 196 }
216 197
@@ -247,12 +228,12 @@
247 228 #dashboard_stream_activity .new-row {
248 229 background-color: #ffffe0 !important;
249 230
250 231 -webkit-transition: background 0.5s linear;
251 - -moz-transition: background 0.5s linear;
252 - -ms-transition: background 0.5s linear;
253 - -o-transition: background 0.5s linear;
254 - 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;
255 236 }
256 237
257 238 .toplevel_page_wp_stream .new-row.alternate,
258 239 #dashboard_stream_activity .new-row.alternate {
@@ -268,34 +249,49 @@
268 249 #dashboard_stream_activity .new-row.alternate.fadeout {
269 250 background-color: #f9f9f9 !important;
270 251 }
271 252
272 -.toplevel_page_wp_stream #the-list .no-items .stream-list-table-upgrade {
253 +.toplevel_page_wp_stream #the-list .no-items .stream-list-table-no-items {
273 254 text-align: center;
274 255 }
275 256
257 +.toplevel_page_wp_stream #the-list .no-items .stream-list-table-no-items p {
258 + margin: 2px 0;
259 +}
276 260
261 +
277 262 /* Settings */
278 263
279 -.wp_stream_settings .nav-tab-wrapper a:not(.nav-tab-active) {
280 - border-bottom: 1px solid #ccc;
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%;
281 269 }
282 270
283 -.wp_stream_settings .select2-container {
284 - width: 100%;
271 +.wp_stream_settings .tablenav,
272 +.wp_stream_network_settings .tablenav,
273 +.wp_stream_default_settings .tablenav {
274 + margin-top: 16px;
285 275 }
286 276
287 -.wp_stream_settings .tablenav {
288 - margin-top: 16px;
277 +.wp_stream_settings .tablenav input,
278 +.wp_stream_network_settings .tablenav input,
279 +.wp_stream_default_settings .tablenav input {
280 + margin-right: 1em;
289 281 }
290 282
291 -.wp_stream_settings .tablenav input {
292 - margin-right: 1em;
283 +.post-type-wp_stream_alerts a.warning {
284 + color: #a00;
293 285 }
294 286
287 +.post-type-wp_stream_alerts a.warning:hover {
288 + color: #f00;
289 +}
290 +
295 291 /* Date Interval Common */
296 292
297 -.wp_stream_screen .date-interval .field-predefined {
293 +.post-type-wp_stream_alerts .date-interval .field-predefined {
298 294 width: 165px;
299 295 float: left;
300 296 margin-right: 6px;
301 297 margin-bottom: 6px;
@@ -300,16 +296,16 @@
300 296 margin-right: 6px;
301 297 margin-bottom: 6px;
302 298 }
303 299
304 -.wp_stream_screen .date-interval .date-inputs {
300 +.post-type-wp_stream_alerts .date-interval .date-inputs {
305 301 float: left;
306 302 margin-right: 6px;
307 303 margin-bottom: 6px;
308 304 }
309 305
310 -.wp_stream_screen .date-interval .date-inputs .field-to,
311 -.wp_stream_screen .date-interval .date-inputs .field-from {
306 +.post-type-wp_stream_alerts .date-interval .date-inputs .field-to,
307 +.post-type-wp_stream_alerts .date-interval .date-inputs .field-from {
312 308 line-height: 28px;
313 309 height: 28px;
314 310 margin: 0;
315 311 width: 125px;
@@ -314,15 +310,15 @@
314 310 margin: 0;
315 311 width: 125px;
316 312 }
317 313
318 -.wp_stream_screen .date-interval .date-inputs .box {
314 +.post-type-wp_stream_alerts .date-interval .date-inputs .box {
319 315 position: relative;
320 316 display: block;
321 317 float: left;
322 318 }
323 319
324 -.wp_stream_screen .date-interval .date-inputs .box .date-remove {
320 +.post-type-wp_stream_alerts .date-interval .date-inputs .box .date-remove {
325 321 display: none;
326 322 position: absolute;
327 323 cursor: pointer;
328 324 top: 0;
@@ -334,13 +330,13 @@
334 330 padding-top: 1px;
335 331 padding-right: 2px;
336 332 }
337 333
338 -.wp_stream_screen .date-interval .date-inputs .box .date-remove:before {
334 +.post-type-wp_stream_alerts .date-interval .date-inputs .box .date-remove:before {
339 335 content: '\f158';
340 336 }
341 337
342 -.wp_stream_screen .date-interval .date-inputs .connector {
338 +.post-type-wp_stream_alerts .date-interval .date-inputs .connector {
343 339 display: block;
344 340 float: left;
345 341 border: 1px solid #ddd;
346 342 border-left: 0;
@@ -352,9 +348,9 @@
352 348 text-align: center;
353 349 font-size: 14px;
354 350 }
355 351
356 -.wp_stream_screen .date-interval .date-inputs .connector:before {
352 +.post-type-wp_stream_alerts .date-interval .date-inputs .connector:before {
357 353 content: '\f345';
358 354 }
359 355
360 356
@@ -359,57 +355,52 @@
359 355
360 356
361 357 /* Select2 Common */
362 358
363 -.wp_stream_screen li.select2-searching,
364 -.wp_stream_settings li.select2-searching,
365 -.wp_stream_screen li.select2-no-results,
366 -.wp_stream_settings li.select2-no-results {
359 +.post-type-wp_stream_alerts li.select2-searching,
360 +.post-type-wp_stream_alerts li.select2-no-results {
367 361 background: none;
368 362 padding: 7px 7px 0;
369 363 color: #999;
370 364 }
371 365
372 -.wp_stream_screen li.select2-result,
373 -.wp_stream_settings li.select2-result {
374 - margin-bottom: 0;
366 +.post-type-wp_stream_alerts .select2 .select2-selection .select2-selection__placeholder {
367 + color: #72777c;
375 368 }
376 369
377 -.wp_stream_screen li.select2-result.level-1 {
378 - font-weight: bold;
370 +.post-type-wp_stream_alerts .select2-results .select2-disabled {
371 + background: transparent;
372 + color: #aaa;
379 373 }
380 374
381 -.wp_stream_screen li.select2-result.level-2 {
382 - padding-left: 1em;
375 +.post-type-wp_stream_alerts .select2 .select2-search--inline {
376 + float: none;
377 + margin-bottom: 4px;
378 + margin-left: 2px;
383 379 }
384 380
385 -.wp_stream_screen .select2-results .select2-disabled {
386 - background: transparent;
387 - color: #aaa;
388 -}
389 -
390 -.wp_stream_screen .select2-search-choice .icon16 {
391 - margin: -6px 1px 0 -3px;
381 +.post-type-wp_stream_alerts .select2-selection .icon16 {
382 + margin: -3px 1px 0 -3px;
392 383 padding: 0;
393 384 width: 16px;
394 385 height: 16px;
395 386 }
396 387
397 -.wp_stream_screen .select2-chosen .icon16 {
398 - padding-right: 1px;
388 +.post-type-wp_stream_alerts .select2-selection .icon16 {
389 + padding-right: 8px;
399 390 }
400 391
401 -.wp_stream_screen .select2-chosen .icon16:before,
402 -.wp_stream_screen .select2-search-choice .icon16:before {
392 +.post-type-wp_stream_alerts .select2-chosen .icon16:before,
393 +.post-type-wp_stream_alerts .select2-search-choice .icon16:before {
403 394 font-size: 15px !important;
404 395 color: #656565;
405 396 }
406 397
407 -.wp_stream_screen .select2-search-choice-close {
398 +.post-type-wp_stream_alerts .select2-search-choice-close {
408 399 -webkit-transition: none;
409 - -moz-transition: none;
410 - -o-transition: all 0 none;
411 - transition: none;
400 + -moz-transition: none;
401 + -o-transition: all 0 none;
402 + transition: none;
412 403 }
413 404
414 405 .wp-stream-select2-icon {
415 406 position: relative;
@@ -419,12 +410,12 @@
419 410 height: 16px;
420 411 }
421 412
422 413 .select2-disabled .wp-stream-select2-icon {
423 - 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+ */
424 - filter: gray; /* IE6-9 */
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 */
425 416 -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
426 - -moz-filter: grayscale(100%); /* Firefox < 3.5 */
417 + -moz-filter: grayscale(100%); /* Firefox < 3.5 */
427 418 }
428 419
429 420
430 421 /* Exclude List Table */
@@ -485,9 +476,24 @@
485 476 .stream-exclude-list tbody td .ip_address.invalid {
486 477 border: 1px solid rgba(160,0,0,0.75);
487 478 }
488 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 +
489 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,
490 496 .wp_stream_settings .stream-exclude-list .actions-column {
491 497 display: none;
492 498 }
493 499 }
@@ -492,228 +498,70 @@
492 498 }
493 499 }
494 500
495 501 @media screen and ( max-width: 782px ) {
496 - .wp_stream_settings .stream-exclude-list td {
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 {
497 510 padding: 10px 10px 0 0;
498 511 }
499 512
500 - .wp_stream_settings .stream-exclude-list th {
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 {
501 516 display: none;
502 517 }
503 518
504 - .wp_stream_settings .stream-exclude-list .check-column {
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 {
505 522 display: table-cell;
506 523 padding: 13px 10px 0 3px;
507 524 }
508 525
509 - .wp_stream_settings .stream-exclude-list thead .actions-column {
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 {
510 529 display: table-cell;
511 530 width: auto;
512 531 }
513 532
514 - .wp_stream_settings .stream-exclude-list thead .actions-column .hidden {
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 {
515 536 display: block;
516 537 }
517 538
518 - .wp_stream_settings .stream-exclude-list tfoot {
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 {
519 542 display: none;
520 543 }
521 544 }
522 545
523 546
524 -/* User Profile */
525 -
526 -.wp-stream-feeds-key .spinner {
527 - margin-top: 5px;
528 - position: absolute;
529 - float: none;
547 +.toplevel_page_wp_stream .alert-highlight.highlight-yellow {
548 + background-color: #ffffe0;
530 549 }
531 550
532 -
533 -/* Extensions */
534 -
535 -.post-type-stream-notification .view-switch,
536 -.stream_page_wp_stream_reports.wp_stream_restricted #wpbody,
537 -.post-type-stream_notification.wp_stream_restricted #wpbody {
538 - display: none;
551 +.toplevel_page_wp_stream .alert-highlight.highlight-red {
552 + background-color: #fbeaea;
539 553 }
540 554
541 -.stream-example {
542 - position: fixed;
543 - width: calc(100% - 180px);
544 - height: 100%;
545 - background-repeat: no-repeat;
555 +.toplevel_page_wp_stream .alert-highlight.highlight-green {
556 + background-color: #ecf7ed;
546 557 }
547 558
548 -.post-type-stream_notification .stream-example {
549 - background-image: url(../../extensions/notifications/ui/images/stream-notifications-example.jpg);
559 +.toplevel_page_wp_stream .alert-highlight.highlight-blue {
560 + background-color: #e5f5fa;
550 561 }
551 562
552 -.stream_page_wp_stream_reports .stream-example {
553 - background-image: url(../../extensions/reports/ui/images/stream-reports-example.jpg);
554 -}
563 +/* Extensions */
555 564
556 -body.folded .stream-example {
557 - width: calc(100% - 56px);
558 -}
559 -
560 -.stream-example-modal {
561 - position: absolute;
562 - left: 50%;
563 - top: 40%;
564 - width: 40%;
565 - min-width: 550px;
566 - height: auto;
567 - text-align: center;
568 - padding: 20px;
569 - background: #fff;
570 -
571 - -webkit-transform: translate(-50%, -50%);
572 - -ms-transform: translate(-50%, -50%);
573 - transform: translate(-50%, -50%);
574 -
575 - -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
576 - -moz-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
577 - box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
578 -}
579 -
580 -.stream-example-modal h1,
581 -.stream-example-modal p,
582 -.stream-example-modal li {
583 - -webkit-font-smoothing: antialiased;
584 - -moz-osx-font-smoothing: grayscale;
585 -}
586 -
587 -.stream-example-modal h1 i {
588 - width: 26px;
589 - height: 26px;
590 - margin-top: -4px;
591 - font-size: 26px;
592 -}
593 -
594 -.stream-example-modal p {
595 - font-size: 1.4em;
596 -}
597 -
598 -.stream-example-modal li {
599 - font-size: 1.1em;
600 -}
601 -
602 -.stream-example-modal li i {
603 - color: #299d30;
604 -}
605 -
606 -.stream-example-modal .button {
607 - margin: 5px 0 10px;
608 -}
609 -
610 -@media all and (max-width: 900px) {
611 - .stream-example {
612 - width: calc(100% - 56px);
613 - }
614 -
615 - .stream-example-modal {
616 - top:60px;
617 - width: 80%;
618 - min-width: 0;
619 -
620 - -webkit-transform: translate(-50%, 0);
621 - -ms-transform: translate(-50%, 0);
622 - transform: translate(-50%, 0);
623 - }
624 -}
625 -
626 -@media all and (max-width: 782px) {
627 - .stream-example {
628 - left: 0;
629 - width: 100% !important;
630 - }
631 -}
632 -
633 -
634 -/* Stream Migrate Message */
635 -
636 -#stream-migrate-progress {
565 +.post-type-stream_notification .view-switch {
637 566 display: none;
638 - height: 36px;
639 - padding: 5px 0;
640 -}
641 -
642 -#stream-migrate-progress progress {
643 - width: 300px;
644 - font-size: 18px;
645 -}
646 -
647 -#stream-migrate-progress strong,
648 -#stream-migrate-progress #stream-migrate-actions-close {
649 - display: none;
650 -}
651 -
652 -#stream-migrate-progress strong {
653 - padding-left: 5px;
654 -}
655 -
656 -#stream-migrate-progress strong,
657 -#stream-migrate-progress em {
658 - line-height: 28px;
659 - padding-right: 10px;
660 -}
661 -
662 -#stream-migrate-actions .button {
663 - display: inline-block;
664 - vertical-align: bottom !important;
665 - margin: 0 10px 5px 0 !important;
666 -}
667 -
668 -#stream-delete-records {
669 - display: inline-block;
670 - margin: 10px 0 5px;
671 - color: #a00;
672 -}
673 -
674 -#stream-delete-records:hover {
675 - color: #f00;
676 -}
677 -
678 -
679 -/* Account Page */
680 -
681 -.stream_page_wp_stream_account .postbox {
682 - display: inline-block;
683 - margin-top: 1em;
684 - max-width: 100%;
685 -}
686 -
687 -.stream_page_wp_stream_account .postbox h3 {
688 - margin: 0;
689 - padding: 8px 12px;
690 - font-size: 14px;
691 - line-height: 1.4;
692 - border-bottom:1px solid #eee;
693 -}
694 -
695 -.stream_page_wp_stream_account .postbox .form-table {
696 - margin: 0;
697 - max-width: 100%;
698 -}
699 -
700 -.stream_page_wp_stream_account .plan-details {
701 - padding: 0 12px;
702 -}
703 -
704 -.stream_page_wp_stream_account .plan-actions {
705 - min-height: 30px;
706 - padding: 10px;
707 - clear: both;
708 - border-top: 1px solid #ddd;
709 - background: #f5f5f5;
710 -}
711 -
712 -.stream_page_wp_stream_account .disconnect {
713 - float: right;
714 - line-height: 28px;
715 -}
716 -
717 -.stream_page_wp_stream_account .api-key {
718 - word-wrap: break-word;
719 567 }