Subversion Repositories SmartDukaan

Rev

Rev 7572 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7572 Rev 20110
Line 72... Line 72...
72
    width:100%;
72
    width:100%;
73
}
73
}
74
 
74
 
75
/*___ orderTopLeft ___*/
75
/*___ orderTopLeft ___*/
76
#orderTopLeft{
76
#orderTopLeft{
77
    float:left;
77
    float:
-
 
78
;
78
    width:33%;
79
    width:33%;
79
}
80
}
80
 
81
 
81
/*___ orderTopMiddle ___*/
82
/*___ orderTopMiddle ___*/
82
#orderTopMiddle{
83
#orderTopMiddle{
Line 265... Line 266...
265
}
266
}
266
 
267
 
267
#common-activity-desc {
268
#common-activity-desc {
268
	display: none;
269
	display: none;
269
}
270
}
-
 
271
 
-
 
272
.return-transaction-option {
-
 
273
	font-size:14px;
-
 
274
}
-
 
275
 
-
 
276
.return-pickup-option {
-
 
277
	font-size:14px;
-
 
278
}
-
 
279
 
-
 
280
.view-all-return-transactions {
-
 
281
	font-size:14px;
-
 
282
}
-
 
283
 
-
 
284
#return-transactions-outer-div {
-
 
285
	margin :auto;
-
 
286
	padding : 10px 10px 5px;
-
 
287
}
-
 
288
.create-return-transaction {
-
 
289
	font-size: 16px;
-
 
290
	color: blue;
-
 
291
	text-decoration: underline;
-
 
292
}
-
 
293
 
-
 
294
.return-transaction-left {
-
 
295
	float:left;
-
 
296
	width:50%;
-
 
297
	letter-spacing:1px;
-
 
298
}
-
 
299
 
-
 
300
.return-transaction-right {
-
 
301
	float:left;
-
 
302
	width:50%;
-
 
303
	letter-spacing:1px;
-
 
304
}
-
 
305
 
-
 
306
.return-order-left {
-
 
307
	float:left;
-
 
308
	width:50%;
-
 
309
	letter-spacing:1px;
-
 
310
}
-
 
311
 
-
 
312
.return-order-right {
-
 
313
	float:left;
-
 
314
	width:50%;
-
 
315
	letter-spacing:1px;
-
 
316
}
270
317