mage-eventpress/css/admin_style.css

98 lines
1.5 KiB
CSS
Raw Normal View History

.inside .sec {
display: block;
font-size: 15px;
font-weight: normal;
margin: 15px 0;
}
.sec label {
font-size: 16px;
font-weight: bold;
}
.mep_status .active {
background: green none repeat scroll 0 0;
color: #fff;
padding: 6px 10px;
}
.mep_status .err {
background: red none repeat scroll 0 0;
color: #fff;
padding: 6px 10px;
}
#mep_uid {
width: 65px;
}
.inside .sec input {
border: 1px solid #ddd;
padding: 5px;
width: 100%;
color: #000;
}
.inside .sec label {
font-weight: normal;
display: block;
}
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 250px;
}
#infowindow-content .title {
font-weight: bold;
}
#infowindow-content {
display: none;
}
#map #infowindow-content {
display: inline;
}
.pac-card {
margin: 10px 10px 0 0;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
}
#pac-container {
padding-bottom: 12px;
margin-right: 12px;
}
.pac-controls {
display: inline-block;
padding: 5px 11px;
}
.pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}
#pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 400px;
}
#pac-input:focus {
border-color: #4d90fe;
}