~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/css/media-views.css

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
.media-modal,
19
19
.media-frame {
20
 
        font-family: "Open Sans", sans-serif;
 
20
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
21
21
        font-size: 12px;
22
22
        -webkit-overflow-scrolling: touch;
23
23
}
80
80
.media-frame input[type="url"],
81
81
.media-frame textarea,
82
82
.media-frame select {
83
 
        font-family: "Open Sans", sans-serif;
 
83
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
84
84
        font-size: 12px;
85
85
        border-width: 1px;
86
86
        border-style: solid;
341
341
.media-sidebar h2,
342
342
.image-details h2 {
343
343
        position: relative;
344
 
        font-weight: bold;
 
344
        font-weight: 600;
345
345
        text-transform: uppercase;
346
346
        font-size: 12px;
347
347
        color: #666;
404
404
        min-height: 22px;
405
405
        padding-top: 8px;
406
406
        line-height: 16px;
407
 
        font-weight: normal;
 
407
        font-weight: 400;
408
408
        color: #666;
409
409
}
410
410
 
566
566
.media-menu .active,
567
567
.media-menu .active:hover {
568
568
        color: #23282d;
569
 
        font-weight: bold;
 
569
        font-weight: 600;
570
570
}
571
571
 
572
572
.media-menu .separator {
807
807
        padding: 4px;
808
808
        font-size: 13px;
809
809
        color: #444;
810
 
        font-family: "Open Sans", sans-serif;
 
810
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
811
811
        -webkit-appearance: none;
812
812
}
813
813
 
973
973
        max-height: 100%;
974
974
        word-wrap: break-word;
975
975
        text-align: center;
976
 
        font-weight: bold;
 
976
        font-weight: 600;
977
977
        background: rgba( 255, 255, 255, 0.8 );
978
978
        -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
979
979
        box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
1274
1274
}
1275
1275
 
1276
1276
.upload-errors .upload-error-filename {
1277
 
        font-weight: bold;
 
1277
        font-weight: 600;
1278
1278
}
1279
1279
 
1280
1280
.upload-errors .upload-error-message {
1374
1374
.uploader-inline .has-upload-message .upload-instructions {
1375
1375
        font-size: 14px;
1376
1376
        color: #444;
1377
 
        font-weight: normal;
 
1377
        font-weight: 400;
1378
1378
}
1379
1379
 
1380
1380
.uploader-inline .drop-instructions {
1438
1438
        padding-top: 12px;
1439
1439
        font-size: 14px;
1440
1440
        line-height: 20px;
1441
 
        font-weight: bold;
 
1441
        font-weight: 600;
1442
1442
}
1443
1443
 
1444
1444
.media-selection .button-link {
1616
1616
}
1617
1617
 
1618
1618
.attachment-info .filename {
1619
 
        font-weight: bold;
 
1619
        font-weight: 600;
1620
1620
        color: #444;
1621
1621
        word-wrap: break-word;
1622
1622
}
2173
2173
        transform: translateY( -50% );
2174
2174
        font-size: 3em;
2175
2175
        line-height: 1.3;
2176
 
        font-weight: bold;
 
2176
        font-weight: 600;
2177
2177
        color: #fff;
2178
2178
        padding: 0;
2179
2179
        margin: 0;