Subversion Repositories SmartDukaan

Rev

Rev 4136 | Rev 4815 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4136 Rev 4325
Line 93... Line 93...
93
#myAccount .content table{
93
#myAccount .content table{
94
	border-top:1px solid #ccc;
94
	border-top:1px solid #ccc;
95
	border-left:1px solid #ccc;
95
	border-left:1px solid #ccc;
96
	margin-left:5px;
96
	margin-left:5px;
97
}
97
}
-
 
98
 
98
#myAccount .content td{
99
#myAccount .content td{
99
	padding:7px 6px;
100
	padding:7px 6px;
100
	border-right:1px solid #ccc;
101
	border-right:1px solid #ccc;
101
	border-bottom:1px solid #ccc;
102
	border-bottom:1px solid #ccc;
102
}
103
}
Line 170... Line 171...
170
 
171
 
171
#myAccount #orderDetail dt{
172
#myAccount #orderDetail dt{
172
float:left;
173
float:left;
173
}
174
}
174
 
175
 
175
#myAccount div.content #paySuccess	{
176
#myAccount div.content #paySuccess {
176
	margin-left: 100px;
177
	margin-left: 100px;
177
}
178
}
-
 
179
 
-
 
180
div#orderShippingAddress {
-
 
181
	width: 440px;
-
 
182
}
-
 
183
 
-
 
184
div#changeAddress {
-
 
185
	float: right;
-
 
186
}
-
 
187
 
-
 
188
#myAccount .new-button {
-
 
189
	padding: 3px 4px;
-
 
190
}
-
 
191
 
-
 
192
div.saveCancelDiv {
-
 
193
	width: 200px;
-
 
194
	margin-bottom: 10px;
-
 
195
}
-
 
196
 
-
 
197
#myAccount form#frmShippingAddress td {
-
 
198
    border-bottom: none !important; 
-
 
199
    border-right: none !important;
-
 
200
}
-
 
201
 
-
 
202
#myAccount table#addresses td {
-
 
203
    border-right: none !important;
-
 
204
}
-
 
205
 
-
 
206
div.saveCancelDiv #changeAddressCancel {
-
 
207
	float: right;
-
 
208
	text-align: right;
-
 
209
}
-
 
210
 
178
/*#myAccount #orderDetail dt, 
211
/*#myAccount #orderDetail dt, 
179
#myAccount #courierAWB dt{
212
#myAccount #courierAWB dt{
180
	float:left;
213
	float:left;
181
	margin-right:5px;
214
	margin-right:5px;
182
}
215
}
Line 364... Line 397...
364
#orderDetail .orderDetail-right,
397
#orderDetail .orderDetail-right,
365
#courierAWB .orderDetail-right {
398
#courierAWB .orderDetail-right {
366
float:left;
399
float:left;
367
margin-bottom:5px;
400
margin-bottom:5px;
368
}
401
}
-
 
402
 
-
 
403
#myAccount .addNewAddressRight {
-
 
404
    float: right;
-
 
405
}
-
 
406
 
369
#myAccount .content table.myaccount-orders {
407
#myAccount .content table.myaccount-orders {
370
width:400px;
408
width:400px;
371
}
409
}
372
 
410
 
373
#myAccount .required{color:#f00;}
411
#myAccount .required{color:#f00;}