~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-admin/css/edit.css

  • Committer: Nick Moffitt
  • Date: 2016-04-14 10:44:19 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: nick.moffitt@canonical.com-20160414104419-w6lxcr3ru4enc2w5
Merge WP4.5 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
}
69
69
 
70
70
#titlediv #title-prompt-text {
71
 
        color: #777;
 
71
        color: #72777c;
72
72
        position: absolute;
73
73
        font-size: 1.7em;
74
74
        padding: 11px 10px;
75
75
}
76
76
 
77
 
#poststuff .inside-submitbox,
78
 
#side-sortables .inside-submitbox {
79
 
        margin: 0 3px;
80
 
        font-size: 11px;
81
 
}
82
 
 
83
77
input#link_description,
84
78
input#link_url {
85
79
        width: 98%;
135
129
        float: left;
136
130
}
137
131
 
138
 
.submitbox .submit {
139
 
        text-align: left;
140
 
        padding: 12px 10px 10px;
141
 
        font-size: 11px;
142
 
        background-color: #464646;
143
 
        color: #ccc;
144
 
}
145
 
 
146
132
.submitbox .submitdelete {
147
133
        text-decoration: none;
148
134
        padding: 1px 2px;
149
135
}
150
136
 
 
137
body.post-new-php .submitbox .submitdelete {
 
138
        display: none;
 
139
}
 
140
 
151
141
/* @todo: do we really need this? word on the street is we don't and this
152
142
stray rule may actually be compensated for elsewhere. */
153
143
#normal-sortables .submitbox .submitdelete:hover {
166
156
        padding: 6px;
167
157
}
168
158
 
169
 
.inside-submitbox #post_status {
170
 
        margin: 2px 0 2px -2px;
171
 
}
172
 
 
173
159
#post-status-select {
174
160
        margin-top: 3px;
175
161
}
271
257
        border: 0 none;
272
258
}
273
259
 
274
 
#side-sortables .inside-submitbox .insidebox,
275
 
.stuffbox .insidebox {
276
 
        margin: 11px 0;
277
 
}
278
 
 
279
260
/* @todo: make this a more generic class */
280
261
ul.category-tabs,
281
262
ul.add-menu-item-tabs,
292
273
ul.category-tabs li.tabs,
293
274
ul.add-menu-item-tabs li.tabs,
294
275
.wp-tab-active {
295
 
        border: 1px solid #dfdfdf;
 
276
        border: 1px solid #ddd;
296
277
        border-bottom-color: #fdfdfd;
297
278
        background-color: #fdfdfd;
298
279
}
303
284
        padding: 3px 5px 5px;
304
285
}
305
286
 
 
287
#set-post-thumbnail {
 
288
        display: inline-block;
 
289
        max-width: 100%;
 
290
}
 
291
 
306
292
#postimagediv .inside img {
307
293
        max-width: 100%;
308
294
        height: auto;
309
295
        width: auto;
 
296
        vertical-align: top;
310
297
        background-image: -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
311
298
        background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
312
299
        background-position: 0 0, 10px 10px;
367
354
        cursor: row-resize;
368
355
}
369
356
 
 
357
/*rtl:ignore*/
370
358
.rtl #content-resize-handle {
371
 
        background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
 
359
        background-image: url(../images/resize-rtl.gif);
 
360
        background-position: left bottom;
372
361
}
373
362
 
374
363
.wp-editor-expand #content-resize-handle {
721
710
#postcustomstuff table {
722
711
        margin: 0;
723
712
        width: 100%;
724
 
        border: 1px solid #dfdfdf;
 
713
        border: 1px solid #ddd;
725
714
        border-spacing: 0;
726
715
        background-color: #f9f9f9;
727
716
}
954
943
        max-height: 200px;
955
944
        overflow: auto;
956
945
        padding: 0 0.9em;
957
 
        border: solid 1px #dfdfdf;
 
946
        border: solid 1px #ddd;
958
947
        background-color: #fdfdfd;
959
948
}
960
949
 
1099
1088
}
1100
1089
 
1101
1090
.ac_results {
 
1091
        display: none;
 
1092
        margin: -1px 0 0;
1102
1093
        padding: 0;
1103
 
        margin: 0;
1104
1094
        list-style: none;
1105
1095
        position: absolute;
1106
1096
        z-index: 10000;
1107
 
        display: none;
1108
 
        border: 1px solid #808080;
 
1097
        border: 1px solid #5b9dd9;
1109
1098
        background-color: #fff;
1110
1099
}
1111
1100
 
1114
1103
}
1115
1104
 
1116
1105
.ac_results li {
1117
 
        padding: 2px 5px;
 
1106
        margin: 0;
 
1107
        padding: 5px 10px;
1118
1108
        white-space: nowrap;
1119
 
        color: #101010;
1120
1109
        text-align: left;
1121
1110
}
1122
1111
 
1123
 
.ac_over {
1124
 
        background-color: #f0f0b8;
 
1112
.ac_results .ac_over,
 
1113
.ac_over .ac_match {
 
1114
        background-color: #0073aa;
 
1115
        color: #fff;
1125
1116
        cursor: pointer;
1126
1117
}
1127
1118
 
1140
1131
        padding: 10px 15px;
1141
1132
}
1142
1133
 
 
1134
.comment-ays .comment-content a[href]:after {
 
1135
        content: '(' attr( href ) ')';
 
1136
        display: inline-block;
 
1137
        padding: 0 4px;
 
1138
        color: #72777C;
 
1139
        font-size: 13px;
 
1140
}
 
1141
 
 
1142
.comment-ays .comment-content p.edit-comment {
 
1143
        margin-top: 10px;
 
1144
}
 
1145
 
 
1146
.comment-ays .comment-content p.edit-comment a[href]:after {
 
1147
        content: '';
 
1148
        padding: 0;
 
1149
}
 
1150
 
1143
1151
.comment-ays-submit .button-cancel {
1144
1152
        margin-left: 1em;
1145
1153
}
1317
1325
                background-size: 11px 11px;
1318
1326
        }
1319
1327
 
 
1328
        /*rtl:ignore*/
1320
1329
        .rtl #content-resize-handle,
1321
1330
        .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1322
 
                background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll right bottom;
 
1331
                background-image: url(../images/resize-rtl-2x.gif);
 
1332
                background-position: left bottom;
1323
1333
        }
1324
1334
}
1325
1335