Fix styles and functions to align with theme
This commit is contained in:
@@ -22,8 +22,8 @@ table.widefat.sp-data-table input.name {
|
||||
.sp-admin-config-table td {
|
||||
width: 20%;
|
||||
}
|
||||
table.widefat th.column-sp_logo,
|
||||
table.widefat td.column-sp_logo {
|
||||
table.widefat th.column-sp_icon,
|
||||
table.widefat td.column-sp_icon {
|
||||
width: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -41,6 +41,25 @@ table.widefat td.column-sp_logo {
|
||||
height: 320px;
|
||||
}
|
||||
|
||||
#adminmenu #menu-posts-sp_event .wp-menu-name:after,
|
||||
#adminmenu #menu-posts-sp_team .wp-menu-name:after,
|
||||
#adminmenu #menu-posts-sp_staff .wp-menu-name:after {
|
||||
content: ' \03b2';
|
||||
display: inline-block;
|
||||
margin: 1px 0 0 6px;
|
||||
vertical-align: top;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
z-index: 26;
|
||||
background-color: #0074a2;
|
||||
color: #fff;
|
||||
width: 17px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
||||
.form-field .sp-location-picker {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
}
|
||||
.sp-data-table .data-name .logo {
|
||||
vertical-align: middle;
|
||||
height: 2em;
|
||||
height: 2.5em;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user