| @@ -3,17 +3,52 @@ | ||
| 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; |
| @@ -68,8 +103,10 @@ | ||
| 68 | 103 | } |
| 69 | 104 | |
| 70 | 105 | .toplevel_page_wp_stream .column-ip { |
| 71 | 106 | white-space: nowrap; |
| 107 | + overflow: hidden; | |
| 108 | + text-overflow: ellipsis; | |
| 72 | 109 | } |
| 73 | 110 | |
| 74 | 111 | .toplevel_page_wp_stream .stream-filter-object-id { |
| 75 | 112 | padding-left: 5px; |
| @@ -75,9 +112,9 @@ | ||
| 75 | 112 | padding-left: 5px; |
| 76 | 113 | visibility: hidden; |
| 77 | 114 | } |
| 78 | 115 | |
| 79 | -.toplevel_page_wp_stream td.summary:hover .stream-filter-object-id { | |
| 116 | +.toplevel_page_wp_stream td.summary:hover .stream-filter-object-id{ | |
| 80 | 117 | visibility: visible; |
| 81 | 118 | } |
| 82 | 119 | |
| 83 | 120 | .toplevel_page_wp_stream .tablenav .stream-export-tablenav { |
| @@ -191,12 +228,12 @@ | ||
| 191 | 228 | #dashboard_stream_activity .new-row { |
| 192 | 229 | background-color: #ffffe0 !important; |
| 193 | 230 | |
| 194 | 231 | -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; | |
| 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; | |
| 199 | 236 | } |
| 200 | 237 | |
| 201 | 238 | .toplevel_page_wp_stream .new-row.alternate, |
| 202 | 239 | #dashboard_stream_activity .new-row.alternate { |
| @@ -223,12 +260,13 @@ | ||
| 223 | 260 | |
| 224 | 261 | |
| 225 | 262 | /* Settings */ |
| 226 | 263 | |
| 227 | -.wp_stream_settings .select2-container, | |
| 228 | -.wp_stream_network_settings .select2-container, | |
| 229 | -.wp_stream_default_settings .select2-container { | |
| 230 | - width: 100%; | |
| 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%; | |
| 231 | 269 | } |
| 232 | 270 | |
| 233 | 271 | .wp_stream_settings .tablenav, |
| 234 | 272 | .wp_stream_network_settings .tablenav, |
| @@ -241,19 +279,19 @@ | ||
| 241 | 279 | .wp_stream_default_settings .tablenav input { |
| 242 | 280 | margin-right: 1em; |
| 243 | 281 | } |
| 244 | 282 | |
| 245 | -.wp_stream_screen a.warning { | |
| 283 | +.post-type-wp_stream_alerts a.warning { | |
| 246 | 284 | color: #a00; |
| 247 | 285 | } |
| 248 | 286 | |
| 249 | -.wp_stream_screen a.warning:hover { | |
| 287 | +.post-type-wp_stream_alerts a.warning:hover { | |
| 250 | 288 | color: #f00; |
| 251 | 289 | } |
| 252 | 290 | |
| 253 | 291 | /* Date Interval Common */ |
| 254 | 292 | |
| 255 | -.wp_stream_screen .date-interval .field-predefined { | |
| 293 | +.post-type-wp_stream_alerts .date-interval .field-predefined { | |
| 256 | 294 | width: 165px; |
| 257 | 295 | float: left; |
| 258 | 296 | margin-right: 6px; |
| 259 | 297 | margin-bottom: 6px; |
| @@ -258,16 +296,16 @@ | ||
| 258 | 296 | margin-right: 6px; |
| 259 | 297 | margin-bottom: 6px; |
| 260 | 298 | } |
| 261 | 299 | |
| 262 | -.wp_stream_screen .date-interval .date-inputs { | |
| 300 | +.post-type-wp_stream_alerts .date-interval .date-inputs { | |
| 263 | 301 | float: left; |
| 264 | 302 | margin-right: 6px; |
| 265 | 303 | margin-bottom: 6px; |
| 266 | 304 | } |
| 267 | 305 | |
| 268 | -.wp_stream_screen .date-interval .date-inputs .field-to, | |
| 269 | -.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 { | |
| 270 | 308 | line-height: 28px; |
| 271 | 309 | height: 28px; |
| 272 | 310 | margin: 0; |
| 273 | 311 | width: 125px; |
| @@ -272,15 +310,15 @@ | ||
| 272 | 310 | margin: 0; |
| 273 | 311 | width: 125px; |
| 274 | 312 | } |
| 275 | 313 | |
| 276 | -.wp_stream_screen .date-interval .date-inputs .box { | |
| 314 | +.post-type-wp_stream_alerts .date-interval .date-inputs .box { | |
| 277 | 315 | position: relative; |
| 278 | 316 | display: block; |
| 279 | 317 | float: left; |
| 280 | 318 | } |
| 281 | 319 | |
| 282 | -.wp_stream_screen .date-interval .date-inputs .box .date-remove { | |
| 320 | +.post-type-wp_stream_alerts .date-interval .date-inputs .box .date-remove { | |
| 283 | 321 | display: none; |
| 284 | 322 | position: absolute; |
| 285 | 323 | cursor: pointer; |
| 286 | 324 | top: 0; |
| @@ -292,13 +330,13 @@ | ||
| 292 | 330 | padding-top: 1px; |
| 293 | 331 | padding-right: 2px; |
| 294 | 332 | } |
| 295 | 333 | |
| 296 | -.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 { | |
| 297 | 335 | content: '\f158'; |
| 298 | 336 | } |
| 299 | 337 | |
| 300 | -.wp_stream_screen .date-interval .date-inputs .connector { | |
| 338 | +.post-type-wp_stream_alerts .date-interval .date-inputs .connector { | |
| 301 | 339 | display: block; |
| 302 | 340 | float: left; |
| 303 | 341 | border: 1px solid #ddd; |
| 304 | 342 | border-left: 0; |
| @@ -310,9 +348,9 @@ | ||
| 310 | 348 | text-align: center; |
| 311 | 349 | font-size: 14px; |
| 312 | 350 | } |
| 313 | 351 | |
| 314 | -.wp_stream_screen .date-interval .date-inputs .connector:before { | |
| 352 | +.post-type-wp_stream_alerts .date-interval .date-inputs .connector:before { | |
| 315 | 353 | content: '\f345'; |
| 316 | 354 | } |
| 317 | 355 | |
| 318 | 356 | |
| @@ -317,54 +355,52 @@ | ||
| 317 | 355 | |
| 318 | 356 | |
| 319 | 357 | /* Select2 Common */ |
| 320 | 358 | |
| 321 | -.wp_stream_screen li.select2-searching, | |
| 322 | -.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 { | |
| 323 | 361 | background: none; |
| 324 | 362 | padding: 7px 7px 0; |
| 325 | 363 | color: #999; |
| 326 | 364 | } |
| 327 | 365 | |
| 328 | -.wp_stream_screen li.select2-result { | |
| 329 | - margin-bottom: 0; | |
| 366 | +.post-type-wp_stream_alerts .select2 .select2-selection .select2-selection__placeholder { | |
| 367 | + color: #72777c; | |
| 330 | 368 | } |
| 331 | 369 | |
| 332 | -.wp_stream_screen li.select2-result.level-1 { | |
| 333 | - font-weight: bold; | |
| 370 | +.post-type-wp_stream_alerts .select2-results .select2-disabled { | |
| 371 | + background: transparent; | |
| 372 | + color: #aaa; | |
| 334 | 373 | } |
| 335 | 374 | |
| 336 | -.wp_stream_screen li.select2-result.level-2 { | |
| 337 | - padding-left: 1em; | |
| 375 | +.post-type-wp_stream_alerts .select2 .select2-search--inline { | |
| 376 | + float: none; | |
| 377 | + margin-bottom: 4px; | |
| 378 | + margin-left: 2px; | |
| 338 | 379 | } |
| 339 | 380 | |
| 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; | |
| 381 | +.post-type-wp_stream_alerts .select2-selection .icon16 { | |
| 382 | + margin: -3px 1px 0 -3px; | |
| 347 | 383 | padding: 0; |
| 348 | 384 | width: 16px; |
| 349 | 385 | height: 16px; |
| 350 | 386 | } |
| 351 | 387 | |
| 352 | -.wp_stream_screen .select2-chosen .icon16 { | |
| 353 | - padding-right: 1px; | |
| 388 | +.post-type-wp_stream_alerts .select2-selection .icon16 { | |
| 389 | + padding-right: 8px; | |
| 354 | 390 | } |
| 355 | 391 | |
| 356 | -.wp_stream_screen .select2-chosen .icon16:before, | |
| 357 | -.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 { | |
| 358 | 394 | font-size: 15px !important; |
| 359 | 395 | color: #656565; |
| 360 | 396 | } |
| 361 | 397 | |
| 362 | -.wp_stream_screen .select2-search-choice-close { | |
| 398 | +.post-type-wp_stream_alerts .select2-search-choice-close { | |
| 363 | 399 | -webkit-transition: none; |
| 364 | - -moz-transition: none; | |
| 365 | - -o-transition: all 0 none; | |
| 366 | - transition: none; | |
| 400 | + -moz-transition: none; | |
| 401 | + -o-transition: all 0 none; | |
| 402 | + transition: none; | |
| 367 | 403 | } |
| 368 | 404 | |
| 369 | 405 | .wp-stream-select2-icon { |
| 370 | 406 | position: relative; |
| @@ -374,12 +410,12 @@ | ||
| 374 | 410 | height: 16px; |
| 375 | 411 | } |
| 376 | 412 | |
| 377 | 413 | .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 */ | |
| 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 */ | |
| 380 | 416 | -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ |
| 381 | - -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 417 | + -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 382 | 418 | } |
| 383 | 419 | |
| 384 | 420 | |
| 385 | 421 | /* Exclude List Table */ |
| @@ -440,8 +476,21 @@ | ||
| 440 | 476 | .stream-exclude-list tbody td .ip_address.invalid { |
| 441 | 477 | border: 1px solid rgba(160,0,0,0.75); |
| 442 | 478 | } |
| 443 | 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 | + | |
| 444 | 493 | @media screen and ( max-width: 900px ) { |
| 445 | 494 | .wp_stream_settings .stream-exclude-list .actions-column, |
| 446 | 495 | .wp_stream_network_settings .stream-exclude-list .actions-column, |
| 447 | 496 | .wp_stream_settings .stream-exclude-list .actions-column { |
| @@ -449,8 +498,13 @@ | ||
| 449 | 498 | } |
| 450 | 499 | } |
| 451 | 500 | |
| 452 | 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 | + | |
| 453 | 507 | .wp_stream_settings .stream-exclude-list td, |
| 454 | 508 | .wp_stream_network_settings .stream-exclude-list td, |
| 455 | 509 | .wp_stream_default_settings .stream-exclude-list td { |
| 456 | 510 | padding: 10px 10px 0 0; |
| @@ -488,8 +542,24 @@ | ||
| 488 | 542 | display: none; |
| 489 | 543 | } |
| 490 | 544 | } |
| 491 | 545 | |
| 546 | + | |
| 547 | +.toplevel_page_wp_stream .alert-highlight.highlight-yellow { | |
| 548 | + background-color: #ffffe0; | |
| 549 | +} | |
| 550 | + | |
| 551 | +.toplevel_page_wp_stream .alert-highlight.highlight-red { | |
| 552 | + background-color: #fbeaea; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.toplevel_page_wp_stream .alert-highlight.highlight-green { | |
| 556 | + background-color: #ecf7ed; | |
| 557 | +} | |
| 558 | + | |
| 559 | +.toplevel_page_wp_stream .alert-highlight.highlight-blue { | |
| 560 | + background-color: #e5f5fa; | |
| 561 | +} | |
| 492 | 562 | |
| 493 | 563 | /* Extensions */ |
| 494 | 564 | |
| 495 | 565 | .post-type-stream_notification .view-switch { |