Untitled
unknown
plain_text
8 months ago
759 B
8
Indexable
add_action('marketking_dashboard_head', function(){
?>
<style>
p.form-field.auction_dates_fields input {
clear: both;
margin-bottom: 14px;
}
p.form-field.auction_dates_fields input, p.form-field.auction_dates_fields img {
position: relative;
bottom: 19px;
}
.ui-timepicker-div dl {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.ui-timepicker-div dt {
display: inline-block;
width: 120px; /* Adjust width as needed */
margin-right: 10px;
}
.ui-timepicker-div dd {
display: inline-block;
margin-left: 0;
margin-right: 20px;
}
</style>
<?php
});Editor is loading...
Leave a Comment