Files
PrestaShop/themes/default/css/stores.css
2011-12-02 15:24:40 +00:00

43 lines
790 B
CSS

#stores #center_colum label {
display:inline-block;
width:150px;
font-weight:bold;
text-align:right
}
input#addressInput {
padding:2px 5px;
width:300px;
border:1px solid #ccc
}
select#radiusSelect {
margin: 0 5px 0 0;
width:50px;
border:1px solid #ccc
}
#stores_loader {
display: none;
margin-left: 5px
}
#locationSelect {
visibility: hidden;
width: 400px;
border:1px solid #ccc
}
#stores #center_column p .button {float:right}
#map {
margin:15px auto;
height:375px;
width:535px
}
#stores-table {border-bottom:1px solid #999}
#stores-table tr:nth-child(odd) {background-color: #f3f3f3;}
#stores-table td {
border-top:1px solid #ccc;
border-bottom:none
}
#stores-table td.distance {border-right:1px solid #999}