~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/css/list-tables.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:
700
700
        background: #e5e5e5;
701
701
        font-size: 16px;
702
702
        line-height: 1;
703
 
        font-weight: normal;
 
703
        font-weight: 400;
704
704
        text-align: center;
705
705
}
706
706
 
1271
1271
        border-bottom: 0;
1272
1272
}
1273
1273
 
1274
 
.plugin-update-tr td {
1275
 
        border-top: 0;
1276
 
}
1277
 
 
1278
1274
.plugins .inactive td,
1279
1275
.plugins .inactive th,
1280
1276
.plugins .active td,
1309
1305
        box-shadow: none;
1310
1306
}
1311
1307
 
1312
 
.plugins .active.update td,
1313
 
.plugins .active.update th,
1314
 
tr.active.update + tr.plugin-update-tr .plugin-update {
1315
 
        background-color: #fef7f1;
1316
 
}
1317
 
 
1318
1308
.plugins .active th.check-column,
1319
1309
.plugin-update-tr.active td {
1320
1310
        border-left: 4px solid #00a0d2;
1321
1311
}
1322
1312
 
1323
 
.plugins .active.update th.check-column,
1324
 
.plugins .active.update + .plugin-update-tr .plugin-update {
1325
 
        border-left: 4px solid #d54e21;
1326
 
}
1327
 
 
1328
1313
#wpbody-content .plugins .plugin-title,
1329
1314
#wpbody-content .plugins .theme-title {
1330
1315
        padding-right: 12px;
1358
1343
        border-top-width: 1px;
1359
1344
}
1360
1345
 
1361
 
.plugin-update-tr .update-message {
1362
 
        font-size: 13px;
1363
 
        font-weight: normal;
1364
 
        margin: 0 10px 8px 31px;
1365
 
        padding: 6px 12px 8px 40px;
1366
 
        background-color: #f7f7f7;
1367
 
        background-color: rgba(0,0,0,0.03);
1368
 
}
1369
 
 
1370
 
.plugin-update-tr .update-message:before,
1371
 
.plugin-card .update-now:before,
1372
 
.plugin-card .install-now:before {
1373
 
        color: #d54e21;
1374
 
        display: inline-block;
1375
 
        font: normal 20px/1 dashicons;
1376
 
        speak: none;
1377
 
        -webkit-font-smoothing: antialiased;
1378
 
        -moz-osx-font-smoothing: grayscale;
1379
 
        vertical-align: top;
1380
 
}
1381
 
 
1382
 
.plugin-update-tr .update-message:before,
 
1346
.plugins .plugin-update-tr .plugin-update {
 
1347
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
 
1348
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
 
1349
        overflow: hidden; /* clearfix */
 
1350
        padding: 0;
 
1351
}
 
1352
 
 
1353
.plugins .plugin-update-tr .notice,
 
1354
.plugins .plugin-update-tr div[class="update-message"] { /* back-compat for pre-4.6 */
 
1355
        margin: 5px 20px 15px 40px;
 
1356
}
 
1357
 
 
1358
.plugins .notice p {
 
1359
        margin: 0.5em 0;
 
1360
}
 
1361
 
1383
1362
.plugin-card .update-now:before {
 
1363
        color: #f56e28;
1384
1364
        content: "\f463";
1385
 
}
1386
 
 
1387
 
.plugin-update-tr .update-message:before {
1388
 
        margin: 0 10px 0 -30px;
1389
 
}
1390
 
 
1391
 
.plugin-card .update-now:before,
1392
 
.plugin-card .install-now:before {
 
1365
        display: inline-block;
 
1366
        font: normal 20px/1 dashicons;
1393
1367
        margin: 3px 5px 0 -2px;
 
1368
        speak: none;
 
1369
        -webkit-font-smoothing: antialiased;
 
1370
        -moz-osx-font-smoothing: grayscale;
 
1371
        vertical-align: top;
1394
1372
}
1395
1373
 
1396
 
.plugin-update-tr .updating-message:before,
1397
1374
.plugin-card .updating-message:before {
1398
1375
        content: "\f463";
1399
1376
        -webkit-animation: rotation 2s infinite linear;
1422
1399
        }
1423
1400
}
1424
1401
 
1425
 
.plugin-update-tr .updated-message:before,
1426
1402
.plugin-card .updated-message:before {
1427
1403
        color: #79ba49;
1428
1404
        content: "\f147";
1429
1405
}
1430
1406
 
1431
 
.wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update {
1432
 
        overflow: hidden; /* clearfix */
1433
 
        padding: 0;
1434
 
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
1435
 
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
1436
 
}
1437
 
 
1438
 
/* update notices for active plugins */
1439
 
tr.active + tr.plugin-update-tr .plugin-update {
1440
 
        background-color: #f7fcfe;
1441
 
}
1442
 
 
1443
 
tr.active + tr.plugin-update-tr:not(.updated) .plugin-update .update-message {
1444
 
        background-color: #fcf3ef;
1445
 
}
1446
 
 
1447
1407
.plugin-install-php h2 {
1448
1408
        clear: both;
1449
1409
}
2140
2100
                margin-left: 0;
2141
2101
        }
2142
2102
 
 
2103
        .plugins .active.update + .plugin-update-tr:before {
 
2104
                background-color: #f7fcfe;
 
2105
                border-left: 4px solid #00a0d2;
 
2106
        }
 
2107
 
 
2108
        .plugins .plugin-update-tr .update-message {
 
2109
                margin-left: 0;
 
2110
        }
 
2111
 
2143
2112
        .wp-list-table.plugins .plugin-title strong,
2144
2113
        .wp-list-table.plugins .theme-title strong {
2145
2114
                font-size: 1.4em;
2184
2153
                width: 100%;
2185
2154
        }
2186
2155
}
 
2156
 
 
2157
@media screen and ( max-width: 480px ) {
 
2158
        .tablenav-pages .current-page {
 
2159
                margin: 0;
 
2160
        }
 
2161
 
 
2162
        .tablenav-pages .tablenav-paging-text {
 
2163
                float: left;
 
2164
                width: 100%;
 
2165
                padding-top: 0.5em;
 
2166
        }
 
2167
}