~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/css/deprecated-media-rtl.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:
3
3
div#media-upload-header {
4
4
        margin: 0;
5
5
        padding: 5px 5px 0;
6
 
        font-weight: bold;
 
6
        font-weight: 600;
7
7
        position: relative;
8
8
        border-bottom: 1px solid #ddd;
9
9
        background: #f9f9f9;
19
19
        padding-right: 10px;
20
20
        list-style: none;
21
21
        font-size: 12px;
22
 
        font-weight: normal;
 
22
        font-weight: 400;
23
23
}
24
24
 
25
25
#sidemenu a {
46
46
}
47
47
 
48
48
#sidemenu a.current {
49
 
        font-weight: normal;
 
49
        font-weight: 400;
50
50
        padding-right: 6px;
51
51
        padding-left: 6px;
52
52
        border: 1px solid #ddd;
89
89
.media-upload-form label.form-help, td.help {
90
90
        font-family: sans-serif;
91
91
        font-style: italic;
92
 
        font-weight: normal;
 
92
        font-weight: 400;
93
93
}
94
94
 
95
95
.media-upload-form p.help {
187
187
#media-upload label.help {
188
188
        font-family: sans-serif;
189
189
        font-style: italic;
190
 
        font-weight: normal;
 
190
        font-weight: 400;
191
191
}
192
192
 
193
193
#media-upload .ui-sortable .media-item {
294
294
h3.media-title,
295
295
h4.media-sub-title {
296
296
        font-family: Georgia,"Times New Roman",Times,serif;
297
 
        font-weight: normal;
 
297
        font-weight: 400;
298
298
        color: #5A5A5A;
299
299
}
300
300