~canonical-sysadmins/wordpress/4.9.1

« back to all changes in this revision

Viewing changes to wp-admin/css/list-tables-rtl.css

  • Committer: Barry Price
  • Date: 2017-11-17 04:49:02 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: barry.price@canonical.com-20171117044902-5frux4ycbq6g9fyf
Merge WP4.9 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
.column-response .comment-count-approved,
50
50
.column-comments .comment-count-no-comments,
51
51
.column-comments .comment-count-approved {
52
 
        -webkit-box-sizing: border-box;
53
 
        -moz-box-sizing: border-box;
54
52
        box-sizing: border-box;
55
53
        display: block;
56
54
        padding: 0 8px;
57
55
        min-width: 24px;
58
56
        height: 2em;
59
 
        -webkit-border-radius: 5px;
60
57
        border-radius: 5px;
61
58
        background-color: #72777c;
62
59
        color: #fff;
99
96
        border-top-color: #0073aa;
100
97
}
101
98
 
102
 
/* comments bubble pending */
 
99
/* @todo: consider to use a single rule for these counters and the admin menu counters. */
103
100
.column-response .post-com-count-pending,
104
101
.column-comments .post-com-count-pending {
105
102
        position: relative;
108
105
        min-width: 7px;
109
106
        height: 17px;
110
107
        border: 2px solid #fff;
111
 
        -webkit-border-radius: 11px;
112
108
        border-radius: 11px;
113
109
        background: #ca4a1f;
114
110
        color: #fff;
154
150
        margin: 0;
155
151
        padding: 5px 7px 10px;
156
152
        overflow: hidden;
157
 
        text-align: center;
158
153
}
159
154
 
160
155
#replysubmit .button {
161
156
        margin-left: 5px;
162
157
}
163
158
 
164
 
#replysubmit .error {
165
 
        color: red;
166
 
        line-height: 21px;
167
 
        text-align: center;
168
 
}
169
 
 
170
159
#replyrow.inline-edit-row fieldset.comment-reply {
171
160
        font-size: inherit;
172
161
        line-height: inherit;
208
197
 
209
198
#replycontent {
210
199
        height: 120px;
211
 
        -webkit-box-shadow: none;
212
200
        box-shadow: none;
213
201
}
214
202
 
250
238
 
251
239
#the-comment-list th,
252
240
#the-comment-list td {
253
 
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
254
241
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
255
242
}
256
243
 
257
244
#the-comment-list tr:last-child th,
258
245
#the-comment-list tr:last-child td {
259
 
    -webkit-box-shadow: none;
260
246
    box-shadow: none;
261
247
}
262
248
 
384
370
 
385
371
/* @todo: pick a consistent list table selector */
386
372
.wp-list-table a {
387
 
        -webkit-transition: none;
388
373
        transition: none;
389
374
}
390
375
 
391
376
#the-list tr:last-child td,
392
377
#the-list tr:last-child th {
393
378
        border-bottom: none !important;
394
 
        -webkit-box-shadow: none;
395
379
        box-shadow: none;
396
380
}
397
381
 
511
495
}
512
496
 
513
497
.wp-list-table .toggle-row:focus:before {
514
 
    -webkit-box-shadow:
515
 
        0 0 0 1px #5b9dd9,
516
 
                0 0 2px 1px rgba(30, 140, 190, .8);
517
498
    box-shadow:
518
499
        0 0 0 1px #5b9dd9,
519
500
                0 0 2px 1px rgba(30, 140, 190, .8);
524
505
}
525
506
 
526
507
.wp-list-table .toggle-row:active {
527
 
        -webkit-box-shadow: none;
528
508
        box-shadow: none;
529
509
}
530
510
 
532
512
        position: absolute;
533
513
        top: -5px;
534
514
        right: 10px;
535
 
        -webkit-border-radius: 50%;
536
515
        border-radius: 50%;
537
516
        display: block;
538
517
        padding: 1px 0 1px 2px;
589
568
}
590
569
 
591
570
tr.locked-info, tr.wp-locked .locked-info {
592
 
        -webkit-transition: height 1s, opacity 0.5s;
593
571
        transition: height 1s, opacity 0.5s;
594
572
}
595
573
 
715
693
        border-color: #5b9dd9;
716
694
        color: #fff;
717
695
        background: #00a0d2;
718
 
        -webkit-box-shadow: none;
719
696
        box-shadow: none;
720
697
        outline: none; /* IE8 */
721
698
}
973
950
        line-height: 2.5;
974
951
}
975
952
 
976
 
.inline-edit-row p.submit {
 
953
.inline-edit-row .submit {
977
954
        clear: both;
978
955
        padding: 0.5em;
979
956
        margin: 0.5em 0 0;
980
957
}
981
958
 
982
 
.inline-edit-row span.error {
983
 
        line-height: 22px;
984
 
        margin: 0 15px;
985
 
        padding: 3px 5px;
 
959
.inline-edit-row .notice-error {
 
960
        margin-top: 1em;
 
961
}
 
962
 
 
963
.inline-edit-row .notice-error .error {
 
964
        margin: 0.5em 0;
 
965
        padding: 2px;
986
966
}
987
967
 
988
968
/*      Positioning */
1277
1257
.plugin-install #the-list td,
1278
1258
.upgrade .plugins td,
1279
1259
.upgrade .plugins th {
1280
 
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
1281
1260
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
1282
1261
}
1283
1262
 
1286
1265
.plugins tr.active + tr.inactive th,
1287
1266
.plugins tr.active + tr.inactive td {
1288
1267
        border-top: 1px solid rgba(0,0,0,0.03);
1289
 
        -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
1290
1268
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
1291
1269
}
1292
1270
 
1300
1278
.plugins .updated th,
1301
1279
.plugins tr.active + tr.inactive.updated th,
1302
1280
.plugins tr.active + tr.inactive.updated td {
1303
 
        -webkit-box-shadow: none;
1304
1281
        box-shadow: none;
1305
1282
}
1306
1283
 
1309
1286
        border-right: 4px solid #00a0d2;
1310
1287
}
1311
1288
 
1312
 
#wpbody-content .plugins .plugin-title,
1313
 
#wpbody-content .plugins .theme-title {
 
1289
.wp-list-table.plugins .plugin-title,
 
1290
.wp-list-table.plugins .theme-title {
1314
1291
        padding-left: 12px;
1315
 
        white-space:nowrap;
1316
 
}
1317
 
 
1318
 
.updates-table-screenshot {
1319
 
        float:right;
1320
 
        padding: 0 0 5px 10px;
 
1292
        white-space: nowrap;
 
1293
}
 
1294
 
 
1295
.plugins .plugin-title img,
 
1296
.plugins .plugin-title .dashicons {
 
1297
        float: right;
 
1298
        padding: 0 0 0 10px;
 
1299
        width: 64px;
 
1300
        height: 64px;
 
1301
}
 
1302
 
 
1303
.plugins .plugin-title .dashicons:before {
 
1304
        padding: 2px;
 
1305
        background-color: #eee;
 
1306
        box-shadow: inset 0 0 10px rgba(160,165,170,.15);
 
1307
        font-size: 60px;
 
1308
        color: #B4B9BE;
 
1309
}
 
1310
 
 
1311
#update-themes-table .plugin-title img,
 
1312
#update-themes-table .plugin-title .dashicons {
 
1313
        width: 85px;
1321
1314
}
1322
1315
 
1323
1316
.plugins .inactive .plugin-title strong {
1343
1336
}
1344
1337
 
1345
1338
.plugins .plugin-update-tr .plugin-update {
1346
 
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
1347
1339
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
1348
1340
        overflow: hidden; /* clearfix */
1349
1341
        padding: 0;
1429
1421
        float: right;
1430
1422
        margin: 0 8px 16px;
1431
1423
        width: 48.5%;
1432
 
        width: -webkit-calc( 50% - 8px );
1433
1424
        width: calc( 50% - 8px );
1434
1425
        background-color: #fff;
1435
1426
        border: 1px solid #ddd;
1436
 
        -webkit-box-sizing: border-box;
1437
 
        -moz-box-sizing: border-box;
1438
1427
        box-sizing: border-box;
1439
1428
}
1440
1429
 
1450
1439
@media screen and ( min-width: 1600px ) {
1451
1440
        .plugin-card {
1452
1441
                width: 30%;
1453
 
                width: -webkit-calc( 33.1% - 8px );
1454
1442
                width: calc( 33.1% - 8px );
1455
1443
        }
1456
1444
 
1534
1522
.plugin-card-update-failed .notice-error {
1535
1523
        margin: 0;
1536
1524
        padding-right: 16px;
1537
 
        -webkit-box-shadow: 0 -1px 0 #ddd;
1538
1525
        box-shadow: 0 -1px 0 #ddd;
1539
1526
}
1540
1527
 
1564
1551
        float: left;
1565
1552
        clear: left;
1566
1553
        width: 65%;
1567
 
        width: -webkit-calc( 100% - 180px );
1568
1554
        width: calc( 100% - 180px );
1569
1555
}
1570
1556
 
1837
1823
        }
1838
1824
 
1839
1825
        #the-comment-list .is-expanded td {
1840
 
                -webkit-box-shadow: none;
1841
1826
                box-shadow: none;
1842
1827
        }
1843
1828
 
1844
1829
        #the-comment-list .is-expanded td:last-child {
1845
 
                -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1846
1830
                box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1847
1831
        }
1848
1832
 
1849
1833
        /* Show comment bubble as text instead */
1850
1834
        .post-com-count .screen-reader-text {
1851
1835
                position: static;
 
1836
                -webkit-clip-path: none;
 
1837
                clip-path: none;
1852
1838
                width: auto;
1853
1839
                height: auto;
1854
1840
                margin: 0;
1891
1877
                min-width: 0;
1892
1878
                padding: 0;
1893
1879
                border: none;
1894
 
                -webkit-border-radius: 0;
1895
1880
                border-radius: 0;
1896
1881
                background: none;
1897
1882
                color: #bb2a2a;
1941
1926
                display: block;
1942
1927
                width: 100%;
1943
1928
                max-width: none;
1944
 
                -webkit-box-sizing: border-box;
1945
 
                -moz-box-sizing: border-box;
1946
1929
                box-sizing: border-box;
1947
1930
        }
1948
1931
 
2055
2038
        .plugins #the-list .update th,
2056
2039
        .plugins #the-list .update td,
2057
2040
        .wp-list-table.plugins #the-list .theme-title {
2058
 
                -webkit-box-shadow: none;
2059
2041
                box-shadow: none;
2060
2042
                border-top: none;
2061
2043
        }
2071
2053
        .plugins tr.active + tr.inactive th.check-column,
2072
2054
        .plugins tr.active + tr.inactive td.column-description,
2073
2055
        .plugins .plugin-update-tr:before {
2074
 
                -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2075
2056
                box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2076
2057
        }
2077
2058
 
2136
2117
        }
2137
2118
 
2138
2119
        table.plugin-install #the-list td {
2139
 
                -webkit-box-shadow: none;
2140
2120
                box-shadow: none;
2141
2121
        }
2142
2122
 
2143
2123
        table.plugin-install #the-list tr {
2144
2124
                display: block;
2145
 
                -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
2146
2125
                box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
2147
2126
        }
2148
2127