~canonical-sysadmins/wordpress/4.8.3

« back to all changes in this revision

Viewing changes to wp-admin/css/edit-rtl.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:
30
30
}
31
31
 
32
32
#lost-connection-notice .spinner {
33
 
        display: block;
 
33
        visibility: visible;
34
34
        float: right;
35
35
        margin: 0 0 0 5px;
36
36
}
70
70
        padding: 11px 10px;
71
71
}
72
72
 
73
 
#wp-fullscreen-save .fs-saved {
74
 
        color: #999;
75
 
        float: left;
76
 
        margin-top: 4px;
77
 
}
78
 
 
79
73
#poststuff .inside-submitbox,
80
74
#side-sortables .inside-submitbox {
81
75
        margin: 0 3px;
297
291
        position: relative;
298
292
}
299
293
 
300
 
/* Edit posts */
301
 
td.post-title strong,
302
 
td.plugin-title strong {
303
 
        display: block;
304
 
        margin-bottom: .2em;
305
 
        font-size: 14px;
306
 
}
307
 
 
308
 
td.post-title p,
309
 
td.plugin-title p {
310
 
        margin: 6px 0;
311
 
}
312
 
 
313
294
/* Global classes */
314
295
.wp-hidden-children .wp-hidden-child,
315
296
.ui-tabs-hide {
390
371
        border: 1px solid transparent;
391
372
}
392
373
 
393
 
.wp-fullscreen-wrap #content-textarea-clone {
394
 
        display: none;
395
 
}
396
 
 
397
 
/* editor-expand.js override */
398
 
.wp-fullscreen-wrap {
399
 
        padding-top: 0 !important;
400
 
}
401
 
 
402
 
.wp-fullscreen-wrap .wp-editor-area {
403
 
        margin-top: 0 !important;
404
 
}
405
 
 
406
 
.wp-fullscreen-wrap .mce-edit-area {
407
 
        padding-top: 0 !important;
408
 
}
409
 
/* end editor-expand.js override */
410
 
 
411
374
.wp-editor-expand #wp-content-editor-tools {
412
375
        z-index: 1000;
413
376
        border-bottom: 1px solid #e5e5e5;
449
412
        visibility: visible !important;
450
413
}
451
414
 
 
415
.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
 
416
        display: none;
 
417
}
 
418
 
452
419
.post-php.mce-fullscreen #wpadminbar,
453
420
.mce-fullscreen #wp-content-wrap .mce-wp-dfw {
454
421
        display: none;
597
564
        display: inline;
598
565
}
599
566
 
600
 
#excerpt,
601
 
.attachmentlinks {
602
 
        margin: 0;
 
567
#excerpt {
 
568
        display: block;
 
569
        margin: 12px 0 0;
603
570
        height: 4em;
604
 
        width: 98%;
 
571
        width: 100%;
605
572
}
606
573
 
607
574
.tagchecklist {
1233
1200
        display: inline-block;
1234
1201
}
1235
1202
 
1236
 
.focus-on .wrap > h2,
 
1203
.focus-on .wrap > h1,
1237
1204
.focus-on #wpfooter,
1238
1205
.focus-on .postbox-container > *,
1239
1206
.focus-on div.updated,
1240
1207
.focus-on div.error,
1241
1208
.focus-on div.notice,
 
1209
.focus-on .update-nag,
1242
1210
.focus-on #wp-toolbar,
1243
1211
.focus-on #screen-meta-links,
1244
1212
.focus-on #screen-meta {
1255
1223
        opacity: 0.3;
1256
1224
}
1257
1225
 
1258
 
.focus-off .wrap > h2,
 
1226
.focus-off .wrap > h1,
1259
1227
.focus-off #wpfooter,
1260
1228
.focus-off .postbox-container > *,
1261
1229
.focus-off div.updated,
1262
1230
.focus-off div.error,
1263
1231
.focus-off div.notice,
 
1232
.focus-off .update-nag,
1264
1233
.focus-off #wp-toolbar,
1265
1234
.focus-off #screen-meta-links,
1266
1235
.focus-off #screen-meta {
1463
1432
 
1464
1433
        .tagchecklist span {
1465
1434
                font-size: 16px;
1466
 
                line-height: 120%;
 
1435
                line-height: 1.4;
1467
1436
        }
1468
1437
 
1469
1438
        /* Discussion */
1561
1530
                line-height: 47px;
1562
1531
        }
1563
1532
 
 
1533
        #publishing-action .spinner {
 
1534
                float: none;
 
1535
                margin-top: -2px; /* Half of the Publish button's bottom margin. */
 
1536
        }
 
1537
 
1564
1538
        /* Moderate Comment */
1565
1539
        .comment-ays th,
1566
1540
        .comment-ays td {