update 5.11.13

This commit is contained in:
TMMeilleur
2013-11-05 17:27:57 +02:00
parent 21209d799f
commit 0ffa6ab059
38 changed files with 12 additions and 3976 deletions
-24
View File
@@ -2,120 +2,96 @@
/***********************************************************
Stores Page Styles
************************************************************/
/* line 8, ../sass/stores.scss */
#stores #map {
width: 100%;
height: 447px;
margin-bottom: 26px;
}
/* line 14, ../sass/stores.scss */
#stores input#addressInput {
display: inline-block;
width: 269px;
}
/* line 19, ../sass/stores.scss */
#stores .address-input {
float: left;
margin-right: 19px;
/* max 767px */
}
@media (max-width: 767px) {
/* line 19, ../sass/stores.scss */
#stores .address-input {
width: 100%;
margin: 0 0 20px 0;
}
}
/* line 28, ../sass/stores.scss */
#stores .address-input label {
margin-right: 5px;
}
/* line 31, ../sass/stores.scss */
#stores .radius-input {
float: left;
line-height: 23px;
margin-right: 20px;
}
/* line 36, ../sass/stores.scss */
#stores .radius-input label, #stores .radius-input .selector {
float: left;
}
/* line 40, ../sass/stores.scss */
#stores .radius-input label {
margin-right: 10px;
}
/* line 44, ../sass/stores.scss */
#stores .radius-input #radiusSelect {
width: 78px;
}
/* line 49, ../sass/stores.scss */
#stores .store-content {
padding-bottom: 30px;
}
/* line 55, ../sass/stores.scss */
#stores .store-content-select .selector {
visibility: hidden;
display: none;
}
/* line 59, ../sass/stores.scss */
#stores .store-content-select.active {
padding-top: 30px;
margin-bottom: 30px;
border-top: 1px solid #d6d4d4;
}
/* line 64, ../sass/stores.scss */
#stores .store-content-select.active .selector {
visibility: visible;
display: block;
}
/* line 71, ../sass/stores.scss */
#stores .store-title {
margin-bottom: 16px;
}
/* line 73, ../sass/stores.scss */
#stores label {
font-weight: normal;
color: #777777;
}
/* line 78, ../sass/stores.scss */
#stores #stores_loader {
display: none;
margin-left: 5px;
}
/* line 83, ../sass/stores.scss */
#stores #locationSelect {
max-width: 356px;
visibility: hidden;
}
/* line 88, ../sass/stores.scss */
#stores #stores-table {
display: none;
}
/* line 93, ../sass/stores.scss */
#stores #stores-table tbody td {
padding: 20px;
}
/* line 96, ../sass/stores.scss */
#stores #stores-table tbody td.num {
background: #fbfbfb;
width: 46px;
}
/* line 101, ../sass/stores.scss */
#stores #stores-table tbody td.name {
/* max 767px */
}
/* line 103, ../sass/stores.scss */
#stores #stores-table tbody td.name span {
padding-left: 15px;
}
@media (max-width: 767px) {
/* line 108, ../sass/stores.scss */
#stores #stores-table tbody td.name img {
display: none;
}
}
/* line 115, ../sass/stores.scss */
.store-image img {
width: 100%;
min-width: 100px;