forked from PrestaShop/blockwishlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blockwishlist.css
260 lines (236 loc) · 6.14 KB
/
blockwishlist.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
/* module blockwishlist */
/* lnk on detail product page */
#wishlist_button {
padding:2px 0 2px 20px;
background:url(img/icon/add.png) no-repeat 0 0 transparent
}
/* bt add */
.add_wishlist_button a {padding:5px 7px 5px 18px}
.add_wishlist_button a span {
z-index:10;
display:block;
position:absolute;
top:-1px;
left:-12px;
height:26px;
width:26px;
background:url(img/icon/pict_add_wishlist.png) no-repeat 0 0 transparent
}
/* bloc */
#wishlist_block #wishlist_block_list {
margin:5px 0 10px 0;
padding-bottom:10px;
border-bottom:1px dotted #ccc
}
#wishlist_block_list dt {
position:relative;
margin-top:5px;
padding-right:20px
}
#wishlist_block_list .quantity-formated {
display:inline-block;
margin-right:5px;
width:15px
}
#wishlist_block_list .cart_block_product_name {font-weight:bold}
#wishlist_block_list .ajax_cart_block_remove_link {
display:inline-block;
position:absolute;
right:0;
top:0;
margin:1px 0 0 5px;
height:12px;
width:12px
}
#wishlist_block_list dd {margin:0 0 0 24px}
#wishlist_block_list .ajax_cart_block_remove_link a {
display:inline-block;
height:12px;
width:12px;
background: url(img/icon/delete.gif) no-repeat 0 0
}
#wishlist_block_list .price {
float:right
}
#wishlist_block select#wishlists {
margin-bottom:10px;
width:99%;
border:1px solid #ccc;
}
#wishlist_block .lnk {padding:0}
#wishlist_block .lnk a {
display:block;
font-weight:bold;
text-align:right
}
/* page in my account ************************************************************************* */
#module-blockwishlist-mywishlist #left_column {display:none}
#module-blockwishlist-mywishlist #center_column{width:757px}
#module-blockwishlist-mywishlist #mywishlist fieldset {
padding:10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background:#eee
}
#module-blockwishlist-mywishlist #mywishlist p.text label {
display:inline-block;
padding-right:10px;
width:174px;
font-weight:bold;
font-size:12px;
text-align:right
}
#module-blockwishlist-mywishlist #mywishlist p.text input {
padding:0 5px;
height:20px;
width:288px;
border:1px solid #ccc;
}
#module-blockwishlist-mywishlist #mywishlist p.submit {
margin-right:25px;
padding-bottom:5px;
text-align:right
}
#mywishlist td.wishlist_delete {
text-align:center;
border-right: 1px solid #999
}
#mywishlist td.wishlist_delete a {
display:inline-block;
font-size:8px;
padding:1px 2px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#666;
text-shadow:0 1px 0 #fff;
text-transform:uppercase;
background: none repeat scroll 0 0 #ccc;
}
/* form add ****************************************** */
#form_wishlist {}
#form_wishlist fieldset { padding: 20px }
#form_wishlist label {
display:inline-block;
padding:6px 15px;
width:150px;
font-size:12px;
text-align:right;
}
#form_wishlist input.inputTxt {
padding:0 5px;
height:26px;
width:260px;
font-size:12px;
color:#666;
border:1px solid #ccc;
}
/* block-order-detail ********************************** */
#module-blockwishlist-mywishlist #block-order-detail {margin-top:20px}
/* wishlistLinkTop */
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
display:inline-block;
height:12px;
width:12px;
background: url(img/icon/delete.gif) no-repeat 0 0
}
#module-blockwishlist-mywishlist .wishlistLinkTop {}
#module-blockwishlist-mywishlist .wishlistLinkTop ul {
list-style-type:none;
border-bottom:1px dotted #ccc
}
#module-blockwishlist-mywishlist .wishlistLinkTop ul.wlp_bought_list {border:none;}
#module-blockwishlist-mywishlist .wishlistLinkTop li {float:left}
#module-blockwishlist-mywishlist .wishlistLinkTop .display_list li a {
display:inline-block;
padding:7px 11px 5px 22px;
color: #333;
background:url(img/arrow_right_2.png) no-repeat 10px 10px transparent
}
#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
float:right;
display:block;
height:12px;
width:12px;
text-indent:-5000px;
background: url(img/icon/delete.gif) no-repeat 0 0
}
#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {display:none}
/* wishlisturl */
#module-blockwishlist-mywishlist .wishlisturl {
margin:20px 0;
padding:10px;
background:#eee
}
#module-blockwishlist-mywishlist .wishlisturl input {
padding:2px 5px;
border:1px solid #ccc
}
/* wlp_bought ****************************************** */
/* wlp_bought_list */
ul.wlp_bought_list {
list-style-type:none;
margin-bottom:20px
}
ul.wlp_bought_list li {
position:relative;
float:left;
margin:20px 20px 0 0;
padding:5px;
width:218px;/* 230 */
border:1px solid #d1d1d1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
ul.wlp_bought_list li .product_image {
float:left;
width:82px
}
ul.wlp_bought_list li .product_image a {
display:block;
padding:0;
border:1px solid #d1d1d1
}
ul.wlp_bought_list li .product_infos {
float:left;
margin-left:10px;
width:126px
}
ul.wlp_bought_list li .product_infos .s_title_block.product_name {
padding:5px 0;
font-size:12px;
color:#222
}
ul.wlp_bought_list li .product_infos .wishlist_product_detail input,
ul.wlp_bought_list li .product_infos .wishlist_product_detail select {
border:1px solid #d1d1d1
}
ul.wlp_bought_list li .btn_action {
clear:both;
margin-top:10px
}
ul.wlp_bought_list li .btn_action .lnksave {float:right}
ul.wlp_bought_list li .lnkdel {
position:absolute;
top:5px;
right:5px;
display:block;
height:12px;
width:12px;
text-indent:-5000px;
background: url(img/icon/delete.gif) no-repeat 0 0
}
ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover {
padding: 0;
min-width: 160px; }
ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover .popover-content {
padding: 0;
min-width: 158px; }
ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table {
margin-bottom: 2px; }
ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table td:hover {
background-color: #cccccc;
cursor: pointer; }