| @@ -17,9 +17,10 @@ | ||
| 17 | 17 | padding: 0; |
| 18 | 18 | overflow: visible; |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | -.post-type-wp_stream_alerts .select2 .select2-selection { | |
| 21 | +.post-type-wp_stream_alerts .select2 .select2-selection, | |
| 22 | +.stream-exclude-list .select2 .select2-selection{ | |
| 22 | 23 | border-color: #ccc; |
| 23 | 24 | background: #f7f7f7; |
| 24 | 25 | -webkit-box-shadow: 0 1px 0 #ccc; |
| 25 | 26 | box-shadow: 0 1px 0 #ccc; |
| @@ -24,23 +25,27 @@ | ||
| 24 | 25 | -webkit-box-shadow: 0 1px 0 #ccc; |
| 25 | 26 | box-shadow: 0 1px 0 #ccc; |
| 26 | 27 | } |
| 27 | 28 | |
| 28 | -.post-type-wp_stream_alerts .select2 .select2-selection--multiple { | |
| 29 | +.post-type-wp_stream_alerts .select2 .select2-selection--multiple, | |
| 30 | +.stream-exclude-list .select2 .select2-selection--multiple{ | |
| 29 | 31 | font-size: 0; |
| 30 | 32 | min-height: 28px; |
| 31 | 33 | } |
| 32 | 34 | |
| 33 | -.post-type-wp_stream_alerts .select2-container.select2-container--focus .select2-selection--multiple { | |
| 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{ | |
| 34 | 37 | border: solid #ccc 1px; |
| 35 | 38 | } |
| 36 | 39 | |
| 37 | -.post-type-wp_stream_alerts .select2-container .select2-selection--multiple .select2-selection__choice { | |
| 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{ | |
| 38 | 42 | margin-top: 4px; |
| 39 | 43 | margin-bottom: 3px; |
| 40 | 44 | } |
| 41 | 45 | |
| 42 | -.post-type-wp_stream_alerts .select2 .select2-selection .select2-selection__rendered { | |
| 46 | +.post-type-wp_stream_alerts .select2 .select2-selection .select2-selection__rendered, | |
| 47 | +.stream-exclude-list .select2 .select2-selection .select2-selection__rendered{ | |
| 43 | 48 | color: #555; |
| 44 | 49 | } |
| 45 | 50 | |
| 46 | 51 | #record-query-reset { |
| @@ -98,8 +103,10 @@ | ||
| 98 | 103 | } |
| 99 | 104 | |
| 100 | 105 | .toplevel_page_wp_stream .column-ip { |
| 101 | 106 | white-space: nowrap; |
| 107 | + overflow: hidden; | |
| 108 | + text-overflow: ellipsis; | |
| 102 | 109 | } |
| 103 | 110 | |
| 104 | 111 | .toplevel_page_wp_stream .stream-filter-object-id { |
| 105 | 112 | padding-left: 5px; |
| @@ -221,12 +228,12 @@ | ||
| 221 | 228 | #dashboard_stream_activity .new-row { |
| 222 | 229 | background-color: #ffffe0 !important; |
| 223 | 230 | |
| 224 | 231 | -webkit-transition: background 0.5s linear; |
| 225 | - -moz-transition: background 0.5s linear; | |
| 226 | - -ms-transition: background 0.5s linear; | |
| 227 | - -o-transition: background 0.5s linear; | |
| 228 | - 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; | |
| 229 | 236 | } |
| 230 | 237 | |
| 231 | 238 | .toplevel_page_wp_stream .new-row.alternate, |
| 232 | 239 | #dashboard_stream_activity .new-row.alternate { |
| @@ -389,11 +396,11 @@ | ||
| 389 | 396 | } |
| 390 | 397 | |
| 391 | 398 | .post-type-wp_stream_alerts .select2-search-choice-close { |
| 392 | 399 | -webkit-transition: none; |
| 393 | - -moz-transition: none; | |
| 394 | - -o-transition: all 0 none; | |
| 395 | - transition: none; | |
| 400 | + -moz-transition: none; | |
| 401 | + -o-transition: all 0 none; | |
| 402 | + transition: none; | |
| 396 | 403 | } |
| 397 | 404 | |
| 398 | 405 | .wp-stream-select2-icon { |
| 399 | 406 | position: relative; |
| @@ -403,12 +410,12 @@ | ||
| 403 | 410 | height: 16px; |
| 404 | 411 | } |
| 405 | 412 | |
| 406 | 413 | .select2-disabled .wp-stream-select2-icon { |
| 407 | - 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+ */ | |
| 408 | - 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 */ | |
| 409 | 416 | -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ |
| 410 | - -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 417 | + -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 411 | 418 | } |
| 412 | 419 | |
| 413 | 420 | |
| 414 | 421 | /* Exclude List Table */ |
| @@ -469,13 +476,18 @@ | ||
| 469 | 476 | .stream-exclude-list tbody td .ip_address.invalid { |
| 470 | 477 | border: 1px solid rgba(160,0,0,0.75); |
| 471 | 478 | } |
| 472 | 479 | |
| 473 | -.post-type-wp_stream_alerts .select2-results__option .parent { | |
| 480 | +.stream-exclude-list .icon-users { | |
| 481 | + top: -3px !important; | |
| 482 | + position: relative !important; | |
| 483 | +} | |
| 484 | + | |
| 485 | +.wp_stream_screen .select2-results__option .parent { | |
| 474 | 486 | font-weight: bold; |
| 475 | 487 | } |
| 476 | 488 | |
| 477 | -.post-type-wp_stream_alerts .select2-results__option .child { | |
| 489 | +.wp_stream_screen .select2-results__option .child { | |
| 478 | 490 | padding-left: 8px; |
| 479 | 491 | } |
| 480 | 492 | |
| 481 | 493 | @media screen and ( max-width: 900px ) { |