| @@ -3,27 +3,63 @@ | ||
| 3 | 3 | .toplevel_page_wp_stream .tablenav { |
| 4 | 4 | padding-top: 6px; |
| 5 | 5 | } |
| 6 | 6 | |
| 7 | -.toplevel_page_wp_stream .tablenav.bottom .button { | |
| 8 | - margin-right: 6px; | |
| 7 | +.toplevel_page_wp_stream #record-actions-form { | |
| 8 | + margin-top: -32px; | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | +.toplevel_page_wp_stream #record-actions-form .button { | |
| 12 | + margin-left: 6px; | |
| 13 | + float: left; | |
| 14 | +} | |
| 15 | + | |
| 11 | 16 | .toplevel_page_wp_stream .tablenav .actions { |
| 12 | 17 | padding: 0; |
| 13 | 18 | overflow: visible; |
| 14 | 19 | } |
| 15 | 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 | + | |
| 16 | 51 | #record-query-reset { |
| 17 | 52 | position: relative; |
| 18 | 53 | margin-left: 5px; |
| 19 | 54 | line-height: 28px; |
| 20 | 55 | text-decoration: none; |
| 56 | + display: inline-block; | |
| 21 | 57 | } |
| 22 | 58 | |
| 23 | 59 | #record-query-reset span.dashicons { |
| 24 | 60 | position: absolute; |
| 25 | - top: 2px; | |
| 61 | + top: 0.5em; | |
| 26 | 62 | left: 0; |
| 27 | 63 | font-size: 13px; |
| 28 | 64 | } |
| 29 | 65 | |
| @@ -48,32 +84,62 @@ | ||
| 48 | 84 | .toplevel_page_wp_stream .manage-column { |
| 49 | 85 | width: 12%; |
| 50 | 86 | } |
| 51 | 87 | |
| 52 | -.toplevel_page_wp_stream .manage-column.column-date { | |
| 53 | - width: 10%; | |
| 88 | +.toplevel_page_wp_stream .column-date { | |
| 89 | + min-width: 10%; | |
| 90 | + white-space: nowrap; | |
| 54 | 91 | } |
| 55 | 92 | |
| 56 | -.toplevel_page_wp_stream .manage-column.column-user_id { | |
| 93 | +.toplevel_page_wp_stream .column-date .timeago { | |
| 94 | + padding-right: 1em; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.toplevel_page_wp_stream .column-user_id { | |
| 57 | 98 | width: 18%; |
| 58 | 99 | } |
| 59 | 100 | |
| 60 | -.toplevel_page_wp_stream .manage-column.column-summary { | |
| 101 | +.toplevel_page_wp_stream .column-summary { | |
| 61 | 102 | width: auto; |
| 62 | 103 | } |
| 63 | 104 | |
| 105 | +.toplevel_page_wp_stream .column-ip { | |
| 106 | + white-space: nowrap; | |
| 107 | + overflow: hidden; | |
| 108 | + text-overflow: ellipsis; | |
| 109 | +} | |
| 110 | + | |
| 64 | 111 | .toplevel_page_wp_stream .stream-filter-object-id { |
| 65 | 112 | padding-left: 5px; |
| 66 | 113 | visibility: hidden; |
| 67 | 114 | } |
| 68 | -.toplevel_page_wp_stream td.summary:hover .stream-filter-object-id { | |
| 115 | + | |
| 116 | +.toplevel_page_wp_stream td.summary:hover .stream-filter-object-id{ | |
| 69 | 117 | visibility: visible; |
| 70 | 118 | } |
| 71 | 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 | + | |
| 72 | 130 | @media only screen and (min-width: 782px) { |
| 73 | 131 | .toplevel_page_wp_stream .tablenav .tablenav-pages { |
| 74 | 132 | margin-bottom: 4px; |
| 75 | 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 | + } | |
| 76 | 142 | } |
| 77 | 143 | |
| 78 | 144 | @media only screen and (max-width: 782px) { |
| 79 | 145 | .toplevel_page_wp_stream .tablenav.bottom .displaying-num { |
| @@ -83,15 +149,15 @@ | ||
| 83 | 149 | |
| 84 | 150 | @media only screen and (max-width: 900px) { |
| 85 | 151 | .toplevel_page_wp_stream .fixed .manage-column, |
| 86 | 152 | .toplevel_page_wp_stream .fixed tbody tr td { |
| 87 | - display: none; | |
| 153 | + display: none !important; | |
| 88 | 154 | } |
| 89 | 155 | .toplevel_page_wp_stream .fixed .column-date, |
| 90 | 156 | .toplevel_page_wp_stream .fixed .column-summary, |
| 91 | 157 | .toplevel_page_wp_stream .fixed .column-user_id, |
| 92 | 158 | .toplevel_page_wp_stream .fixed tbody tr.no-items td { |
| 93 | - display: table-cell; | |
| 159 | + display: table-cell !important; | |
| 94 | 160 | } |
| 95 | 161 | .toplevel_page_wp_stream .fixed .column-date { |
| 96 | 162 | width: 100px; |
| 97 | 163 | } |
| @@ -108,8 +174,12 @@ | ||
| 108 | 174 | display: none; |
| 109 | 175 | } |
| 110 | 176 | } |
| 111 | 177 | |
| 178 | +.toplevel_page_wp_stream .wp-list-table tr td::before { | |
| 179 | + content: "" !important; | |
| 180 | +} | |
| 181 | + | |
| 112 | 182 | .toplevel_page_wp_stream .column-user_id a { |
| 113 | 183 | vertical-align: top; |
| 114 | 184 | } |
| 115 | 185 | |
| @@ -158,12 +228,12 @@ | ||
| 158 | 228 | #dashboard_stream_activity .new-row { |
| 159 | 229 | background-color: #ffffe0 !important; |
| 160 | 230 | |
| 161 | 231 | -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; | |
| 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; | |
| 166 | 236 | } |
| 167 | 237 | |
| 168 | 238 | .toplevel_page_wp_stream .new-row.alternate, |
| 169 | 239 | #dashboard_stream_activity .new-row.alternate { |
| @@ -190,20 +260,15 @@ | ||
| 190 | 260 | |
| 191 | 261 | |
| 192 | 262 | /* Settings */ |
| 193 | 263 | |
| 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; | |
| 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%; | |
| 198 | 269 | } |
| 199 | 270 | |
| 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 | 271 | .wp_stream_settings .tablenav, |
| 207 | 272 | .wp_stream_network_settings .tablenav, |
| 208 | 273 | .wp_stream_default_settings .tablenav { |
| 209 | 274 | margin-top: 16px; |
| @@ -214,19 +279,19 @@ | ||
| 214 | 279 | .wp_stream_default_settings .tablenav input { |
| 215 | 280 | margin-right: 1em; |
| 216 | 281 | } |
| 217 | 282 | |
| 218 | -.wp_stream_screen a.warning { | |
| 283 | +.post-type-wp_stream_alerts a.warning { | |
| 219 | 284 | color: #a00; |
| 220 | 285 | } |
| 221 | 286 | |
| 222 | -.wp_stream_screen a.warning:hover { | |
| 287 | +.post-type-wp_stream_alerts a.warning:hover { | |
| 223 | 288 | color: #f00; |
| 224 | 289 | } |
| 225 | 290 | |
| 226 | 291 | /* Date Interval Common */ |
| 227 | 292 | |
| 228 | -.wp_stream_screen .date-interval .field-predefined { | |
| 293 | +.post-type-wp_stream_alerts .date-interval .field-predefined { | |
| 229 | 294 | width: 165px; |
| 230 | 295 | float: left; |
| 231 | 296 | margin-right: 6px; |
| 232 | 297 | margin-bottom: 6px; |
| @@ -231,16 +296,16 @@ | ||
| 231 | 296 | margin-right: 6px; |
| 232 | 297 | margin-bottom: 6px; |
| 233 | 298 | } |
| 234 | 299 | |
| 235 | -.wp_stream_screen .date-interval .date-inputs { | |
| 300 | +.post-type-wp_stream_alerts .date-interval .date-inputs { | |
| 236 | 301 | float: left; |
| 237 | 302 | margin-right: 6px; |
| 238 | 303 | margin-bottom: 6px; |
| 239 | 304 | } |
| 240 | 305 | |
| 241 | -.wp_stream_screen .date-interval .date-inputs .field-to, | |
| 242 | -.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 { | |
| 243 | 308 | line-height: 28px; |
| 244 | 309 | height: 28px; |
| 245 | 310 | margin: 0; |
| 246 | 311 | width: 125px; |
| @@ -245,15 +310,15 @@ | ||
| 245 | 310 | margin: 0; |
| 246 | 311 | width: 125px; |
| 247 | 312 | } |
| 248 | 313 | |
| 249 | -.wp_stream_screen .date-interval .date-inputs .box { | |
| 314 | +.post-type-wp_stream_alerts .date-interval .date-inputs .box { | |
| 250 | 315 | position: relative; |
| 251 | 316 | display: block; |
| 252 | 317 | float: left; |
| 253 | 318 | } |
| 254 | 319 | |
| 255 | -.wp_stream_screen .date-interval .date-inputs .box .date-remove { | |
| 320 | +.post-type-wp_stream_alerts .date-interval .date-inputs .box .date-remove { | |
| 256 | 321 | display: none; |
| 257 | 322 | position: absolute; |
| 258 | 323 | cursor: pointer; |
| 259 | 324 | top: 0; |
| @@ -265,13 +330,13 @@ | ||
| 265 | 330 | padding-top: 1px; |
| 266 | 331 | padding-right: 2px; |
| 267 | 332 | } |
| 268 | 333 | |
| 269 | -.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 { | |
| 270 | 335 | content: '\f158'; |
| 271 | 336 | } |
| 272 | 337 | |
| 273 | -.wp_stream_screen .date-interval .date-inputs .connector { | |
| 338 | +.post-type-wp_stream_alerts .date-interval .date-inputs .connector { | |
| 274 | 339 | display: block; |
| 275 | 340 | float: left; |
| 276 | 341 | border: 1px solid #ddd; |
| 277 | 342 | border-left: 0; |
| @@ -283,9 +348,9 @@ | ||
| 283 | 348 | text-align: center; |
| 284 | 349 | font-size: 14px; |
| 285 | 350 | } |
| 286 | 351 | |
| 287 | -.wp_stream_screen .date-interval .date-inputs .connector:before { | |
| 352 | +.post-type-wp_stream_alerts .date-interval .date-inputs .connector:before { | |
| 288 | 353 | content: '\f345'; |
| 289 | 354 | } |
| 290 | 355 | |
| 291 | 356 | |
| @@ -290,54 +355,52 @@ | ||
| 290 | 355 | |
| 291 | 356 | |
| 292 | 357 | /* Select2 Common */ |
| 293 | 358 | |
| 294 | -.wp_stream_screen li.select2-searching, | |
| 295 | -.wp_stream_screen li.select2-no-results { | |
| 359 | +.post-type-wp_stream_alerts li.select2-searching, | |
| 360 | +.post-type-wp_stream_alerts li.select2-no-results { | |
| 296 | 361 | background: none; |
| 297 | 362 | padding: 7px 7px 0; |
| 298 | 363 | color: #999; |
| 299 | 364 | } |
| 300 | 365 | |
| 301 | -.wp_stream_screen li.select2-result { | |
| 302 | - margin-bottom: 0; | |
| 366 | +.post-type-wp_stream_alerts .select2 .select2-selection .select2-selection__placeholder { | |
| 367 | + color: #72777c; | |
| 303 | 368 | } |
| 304 | 369 | |
| 305 | -.wp_stream_screen li.select2-result.level-1 { | |
| 306 | - font-weight: bold; | |
| 370 | +.post-type-wp_stream_alerts .select2-results .select2-disabled { | |
| 371 | + background: transparent; | |
| 372 | + color: #aaa; | |
| 307 | 373 | } |
| 308 | 374 | |
| 309 | -.wp_stream_screen li.select2-result.level-2 { | |
| 310 | - padding-left: 1em; | |
| 375 | +.post-type-wp_stream_alerts .select2 .select2-search--inline { | |
| 376 | + float: none; | |
| 377 | + margin-bottom: 4px; | |
| 378 | + margin-left: 2px; | |
| 311 | 379 | } |
| 312 | 380 | |
| 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; | |
| 381 | +.post-type-wp_stream_alerts .select2-selection .icon16 { | |
| 382 | + margin: -3px 1px 0 -3px; | |
| 320 | 383 | padding: 0; |
| 321 | 384 | width: 16px; |
| 322 | 385 | height: 16px; |
| 323 | 386 | } |
| 324 | 387 | |
| 325 | -.wp_stream_screen .select2-chosen .icon16 { | |
| 326 | - padding-right: 1px; | |
| 388 | +.post-type-wp_stream_alerts .select2-selection .icon16 { | |
| 389 | + padding-right: 8px; | |
| 327 | 390 | } |
| 328 | 391 | |
| 329 | -.wp_stream_screen .select2-chosen .icon16:before, | |
| 330 | -.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 { | |
| 331 | 394 | font-size: 15px !important; |
| 332 | 395 | color: #656565; |
| 333 | 396 | } |
| 334 | 397 | |
| 335 | -.wp_stream_screen .select2-search-choice-close { | |
| 398 | +.post-type-wp_stream_alerts .select2-search-choice-close { | |
| 336 | 399 | -webkit-transition: none; |
| 337 | - -moz-transition: none; | |
| 338 | - -o-transition: all 0 none; | |
| 339 | - transition: none; | |
| 400 | + -moz-transition: none; | |
| 401 | + -o-transition: all 0 none; | |
| 402 | + transition: none; | |
| 340 | 403 | } |
| 341 | 404 | |
| 342 | 405 | .wp-stream-select2-icon { |
| 343 | 406 | position: relative; |
| @@ -347,12 +410,12 @@ | ||
| 347 | 410 | height: 16px; |
| 348 | 411 | } |
| 349 | 412 | |
| 350 | 413 | .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 */ | |
| 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 */ | |
| 353 | 416 | -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ |
| 354 | - -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 417 | + -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 355 | 418 | } |
| 356 | 419 | |
| 357 | 420 | |
| 358 | 421 | /* Exclude List Table */ |
| @@ -413,8 +476,21 @@ | ||
| 413 | 476 | .stream-exclude-list tbody td .ip_address.invalid { |
| 414 | 477 | border: 1px solid rgba(160,0,0,0.75); |
| 415 | 478 | } |
| 416 | 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 | + | |
| 417 | 493 | @media screen and ( max-width: 900px ) { |
| 418 | 494 | .wp_stream_settings .stream-exclude-list .actions-column, |
| 419 | 495 | .wp_stream_network_settings .stream-exclude-list .actions-column, |
| 420 | 496 | .wp_stream_settings .stream-exclude-list .actions-column { |
| @@ -422,8 +498,13 @@ | ||
| 422 | 498 | } |
| 423 | 499 | } |
| 424 | 500 | |
| 425 | 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 | + | |
| 426 | 507 | .wp_stream_settings .stream-exclude-list td, |
| 427 | 508 | .wp_stream_network_settings .stream-exclude-list td, |
| 428 | 509 | .wp_stream_default_settings .stream-exclude-list td { |
| 429 | 510 | padding: 10px 10px 0 0; |
| @@ -462,54 +543,25 @@ | ||
| 462 | 543 | } |
| 463 | 544 | } |
| 464 | 545 | |
| 465 | 546 | |
| 466 | -/* Extensions */ | |
| 467 | - | |
| 468 | -.post-type-stream_notification .view-switch { | |
| 469 | - display: none; | |
| 547 | +.toplevel_page_wp_stream .alert-highlight.highlight-yellow { | |
| 548 | + background-color: #ffffe0; | |
| 470 | 549 | } |
| 471 | 550 | |
| 472 | - | |
| 473 | -/* Stream Migrate Message */ | |
| 474 | - | |
| 475 | -#stream-migrate-progress { | |
| 476 | - display: none; | |
| 477 | - height: 36px; | |
| 478 | - padding: 5px 0; | |
| 551 | +.toplevel_page_wp_stream .alert-highlight.highlight-red { | |
| 552 | + background-color: #fbeaea; | |
| 479 | 553 | } |
| 480 | 554 | |
| 481 | -#stream-migrate-progress progress { | |
| 482 | - width: 300px; | |
| 483 | - font-size: 18px; | |
| 555 | +.toplevel_page_wp_stream .alert-highlight.highlight-green { | |
| 556 | + background-color: #ecf7ed; | |
| 484 | 557 | } |
| 485 | 558 | |
| 486 | -#stream-migrate-progress strong, | |
| 487 | -#stream-migrate-progress #stream-migrate-actions-close { | |
| 488 | - display: none; | |
| 559 | +.toplevel_page_wp_stream .alert-highlight.highlight-blue { | |
| 560 | + background-color: #e5f5fa; | |
| 489 | 561 | } |
| 490 | 562 | |
| 491 | -#stream-migrate-progress strong { | |
| 492 | - padding-left: 5px; | |
| 493 | -} | |
| 563 | +/* Extensions */ | |
| 494 | 564 | |
| 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; | |
| 565 | +.post-type-stream_notification .view-switch { | |
| 566 | + display: none; | |
| 515 | 567 | } |