~canonical-sysadmins/wordpress/4.8.3

« back to all changes in this revision

Viewing changes to wp-admin/css/customize-widgets.css

  • Committer: Ryan Finnie
  • Date: 2015-08-31 16:09:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150831160947-1h6rfxby9z1ec62u
Merge WP4.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        display: none;
15
15
}
16
16
 
 
17
.control-section.control-section-sidebar .accordion-section-content.ui-sortable {
 
18
        overflow: visible;
 
19
}
 
20
 
17
21
.customize-control-widget_form .widget-top {
18
22
        -webkit-transition: opacity 0.5s;
19
23
        transition: opacity 0.5s;
138
142
 
139
143
.reordering .reorder-done {
140
144
        display: block;
141
 
        color: #aa0000;
 
145
        color: #0073aa;
 
146
}
 
147
 
 
148
.reordering .reorder-done:hover,
 
149
.reordering .reorder-done:active {
 
150
        color: #00a0d2;
142
151
}
143
152
 
144
153
#customize-theme-controls .reordering .add-new-widget {
341
350
 
342
351
#available-widgets {
343
352
        position: absolute;
344
 
        overflow: auto;
345
353
        top: 0;
346
354
        bottom: 0;
347
355
        left: -301px;
 
356
        visibility: hidden;
 
357
        overflow: auto;
348
358
        width: 300px;
349
359
        margin: 0;
350
360
        z-index: 1;
351
 
        background: #fff !important;
352
 
        -webkit-transition: all 0.2s;
353
 
        transition: all 0.2s;
354
 
        border-right: 1px solid #dddddd;
 
361
        background: #eee !important;
 
362
        -webkit-transition: left .18s;
 
363
        transition: left .18s;
 
364
        border-right: 1px solid #ddd;
 
365
}
 
366
 
 
367
.ios #available-widgets {
 
368
        -webkit-transition: left 0s;
 
369
        transition: left 0s;
355
370
}
356
371
 
357
372
#available-widgets-list {
384
399
#available-widgets .widget-tpl {
385
400
        position: relative;
386
401
        padding: 20px 15px 20px 60px;
 
402
        background: #fff;
387
403
        border-bottom: 1px solid #e4e4e4;
388
404
        cursor: pointer;
389
405
        display: none;
391
407
 
392
408
#available-widgets .widget-tpl:hover,
393
409
#available-widgets .widget-tpl.selected {
394
 
        background: #fafafa;
 
410
        background: #eee;
 
411
        border-bottom-color: #ccc;
395
412
}
396
413
 
397
414
#available-widgets .widget-top,
419
436
 
420
437
body.adding-widget #available-widgets {
421
438
        left: 0;
 
439
        visibility: visible;
422
440
}
423
441
 
424
442
body.adding-widget .wp-full-overlay-main {
583
601
#available-widgets [class*="tweet"] .widget-title:before,
584
602
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; }
585
603
 
 
604
#available-widgets .customize-section-title {
 
605
        display: none;
 
606
}
586
607
 
587
608
@media screen and (max-height: 700px) and (min-width: 981px) {
588
 
        .customize-control {
 
609
        .customize-control-widget {
589
610
                margin-bottom: 0;
590
611
        }
591
612
        .widget-top {
628
649
                width: 100%;
629
650
        }
630
651
 
 
652
        #available-widgets .customize-section-title {
 
653
                display: block;
 
654
                margin: 0;
 
655
        }
 
656
 
 
657
        #available-widgets .customize-section-back {
 
658
                height: 69px;
 
659
        }
 
660
 
 
661
        #available-widgets .customize-section-title h3 {
 
662
                font-size: 20px;
 
663
                font-weight: 200;
 
664
                padding: 9px 10px 12px 14px;
 
665
                margin: 0;
 
666
                line-height: 24px;
 
667
                color: #555;
 
668
                display: block;
 
669
                overflow: hidden;
 
670
                white-space: nowrap;
 
671
                text-overflow: ellipsis;
 
672
        }
 
673
 
 
674
        #available-widgets .customize-section-title .customize-action {
 
675
                font-size: 13px;
 
676
                display: block;
 
677
                font-weight: 400;
 
678
                overflow: hidden;
 
679
                white-space: nowrap;
 
680
                text-overflow: ellipsis;
 
681
        }
 
682
 
631
683
        #available-widgets-filter {
632
 
                position: static;
 
684
                position: relative;
633
685
                width: 100%;
 
686
                background: #fff;
634
687
                height: auto;
 
688
                padding: 10px 15px;
 
689
        }
 
690
 
 
691
        #available-widgets-list {
 
692
                top: 140px;
635
693
        }
636
694
}