Update importer row icons

This commit is contained in:
Brian Miyaji
2017-11-14 21:37:11 +11:00
parent 742e3c904b
commit 8d42d9ad1d
2 changed files with 6 additions and 3 deletions

View File

@@ -40,6 +40,11 @@
display: none;
}
.sp-add-new-h2 {
top: 0;
float: right;
}
#sp_videodiv .inside > fieldset > p:first-child {
margin-top: 7px !important;
}
@@ -988,8 +993,6 @@ table.sp-status-table td mark.yes {
line-height: 1.5;
}
.sp-import-table .sp-delete-row {
font-size: 16px;
line-height: 1.5;
color: #a00;
}
.sp-import-table .sp-delete-row:hover {

View File

@@ -157,7 +157,7 @@ if ( class_exists( 'WP_Importer' ) ) {
</td>
<?php $index ++; endforeach; ?>
<td class="sp-actions-column">
<a href="#" title="<?php _e( 'Delete row', 'sportspress' ); ?>" class="sp-icon-trash sp-delete-row"></a>
<a href="#" title="<?php _e( 'Delete row', 'sportspress' ); ?>" class="dashicons dashicons-dismiss sp-delete-row"></a>
<a href="#" title="<?php _e( 'Insert row after', 'sportspress' ); ?>" class="dashicons dashicons-plus-alt sp-add-row"></a>
</td>
</tr>