rl-warmup-plugin/css/admin-style.css

50 lines
1.2 KiB
CSS

/* Admin Meta Box Styles */
#fix_deliverability_dns_issues_box,
#update_dkim_record_box,
#update_dmarc_record_box,
#update_spf_record_box {
background: #f9f9f9;
border: 1px solid #ddd;
padding: 15px;
margin-bottom: 15px;
border-radius: 4px;
}
#fix_deliverability_dns_issues_box h2,
#update_dkim_record_box h2,
#update_dmarc_record_box h2,
#update_spf_record_box h2 {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
button.button-primary {
background-color: #007cba;
border-color: #007cba;
color: #fff;
text-shadow: none;
}
button.button-primary:hover {
background-color: #005a9c;
border-color: #005a9c;
color: #fff;
}
.meta-box-sortables input, .meta-box-sortables textarea, .meta-box-sortables select, .meta-box-sortables input[type=number] {
width: 100%;
max-width: 100%;
}
table.rl_admin_meta_table {
width: 100%;
table-layout: fixed;
}
#campaign-timeline-heatmap {
width: 100%; /* Ensure it spans the available space */
height: 300px; /* Set a fixed height */
min-height: 300px; /* Ensure a minimum height */
background-color: #f9f9f9; /* Optional: for better visibility during debugging */
}