Files
sportspress/assets/css/admin.css
2014-01-21 02:51:16 +11:00

72 lines
1.4 KiB
CSS

/* SportsPress admin styles */
.postbox .inside .sp-data-table-container {
overflow: auto;
}
table.widefat.sp-data-table td {
line-height: 2;
}
table.widefat.sp-data-table td:first-child {
white-space: nowrap;
}
table.widefat.sp-data-table input[type="text"],
table.widefat.sp-data-table input[type="number"] {
min-width: 1.25em;
width: 100%;
}
table.widefat.sp-data-table input.name {
min-width: 0;
width: auto;
}
.sp-admin-config-table th,
.sp-admin-config-table td {
width: 20%;
}
table.widefat th.column-sp_icon,
table.widefat td.column-sp_icon {
width: 32px;
text-align: center;
}
#sp_venue-adder h4,
#sp_team-adder h4,
#sp_season-adder h4,
#sp_player-adder h4,
#sp_position-adder h4 {
margin: 10px 0;
}
.form-field .sp-location-picker {
width: 95%;
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 {
width: 99%;
}
.form-field td .sp-location-picker {
width: 100%;
}
}