I notice css issue in admin
-
Hello,
I see few css issue.
you can wrap it in your plugin./*
* admin css for slate theme
*/
add_action(‘admin_head’, ‘my_custom_fonts’);
function my_custom_fonts() {
echo ‘<style>
#wpadminbar .quicklinks .ab-empty-item{
height: 32px;
display: block;
margin: 0;
padding: 14px 10px 15px;
}
.wrap .wp-heading-inline{
font-size: 24px;
}
.wrap .wp-heading-inline{
margin: 5px;
}
.wrap div.updated{
margin: 10px 0 12px;
}
.large-side-bar-logo{
margin: 10px !important;
padding: 10px !important;
}
.plugins thead tr:first-child {
border-top: 1px solid #e5e5e5;
}
.tablenav.top {
padding-bottom: 15px;
}
.tablenav.top {
background: #eeecec;
padding: 15px;
margin-bottom: 0;
}
.wrap h1.wp-heading-inline {
margin-right: 20px;
}
.slate-admin-theme.post-php .notice , .slate-admin-theme.post-php .updated.woocommerce-message {
margin-right: 359px;
}
@media only screen and (max-width: 850px){
.slate-admin-theme.post-php .notice , .slate-admin-theme.post-php .updated.woocommerce-message {margin-right: 0;}
}
</style>’;
}
- The topic ‘I notice css issue in admin’ is closed to new replies.