Update importer row icons
This commit is contained in:
@@ -40,6 +40,11 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-add-new-h2 {
|
||||||
|
top: 0;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
#sp_videodiv .inside > fieldset > p:first-child {
|
#sp_videodiv .inside > fieldset > p:first-child {
|
||||||
margin-top: 7px !important;
|
margin-top: 7px !important;
|
||||||
}
|
}
|
||||||
@@ -988,8 +993,6 @@ table.sp-status-table td mark.yes {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
.sp-import-table .sp-delete-row {
|
.sp-import-table .sp-delete-row {
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.5;
|
|
||||||
color: #a00;
|
color: #a00;
|
||||||
}
|
}
|
||||||
.sp-import-table .sp-delete-row:hover {
|
.sp-import-table .sp-delete-row:hover {
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ if ( class_exists( 'WP_Importer' ) ) {
|
|||||||
</td>
|
</td>
|
||||||
<?php $index ++; endforeach; ?>
|
<?php $index ++; endforeach; ?>
|
||||||
<td class="sp-actions-column">
|
<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>
|
<a href="#" title="<?php _e( 'Insert row after', 'sportspress' ); ?>" class="dashicons dashicons-plus-alt sp-add-row"></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user