Add Google Maps selector to venue

This commit is contained in:
Brian Miyaji
2014-01-09 23:28:36 +11:00
parent 40b6cc6840
commit 080dc44888
6 changed files with 410 additions and 58 deletions

View File

@@ -11,7 +11,7 @@ table.widefat.sp-data-table td:first-child {
}
table.widefat.sp-data-table input[type="text"],
table.widefat.sp-data-table input[type="number"] {
min-width: 14px;
min-width: 1.25em;
width: 100%;
}
table.widefat.sp-data-table input.name {
@@ -34,4 +34,20 @@ table.widefat td.column-sp_logo {
#sp_player-adder h4,
#sp_position-adder h4 {
margin: 10px 0;
}
.form-field .sp-location-picker {
width: 95%;
height: 320px;
}
@media only screen and (max-width: 768px) {
.form-field .sp-location-picker {
width: 99%;
}
.form-field td .sp-location-picker {
width: 100%;
}
}