Subversion Repositories SmartDukaan

Rev

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

Rev 4325 Rev 4815
Line 383... Line 383...
383
.primary-address-container-inner.address-container-inner{
383
.primary-address-container-inner.address-container-inner{
384
margin-bottom:0px !important;
384
margin-bottom:0px !important;
385
}
385
}
386
#orderDetail{
386
#orderDetail{
387
float:left;
387
float:left;
388
width:531px;
388
width:250px;
389
margin-left:18px;
389
margin-left:18px;
390
}
390
}
391
#orderDetail .orderDetail-left,
391
#orderDetail .orderDetail-left,
392
#courierAWB .orderDetail-left {
392
#courierAWB .orderDetail-left {
393
float:left;
393
float:left;
Line 483... Line 483...
483
 
483
 
484
.form-item {
484
.form-item {
485
	margin-bottom: 1px solid #cccccc;
485
	margin-bottom: 1px solid #cccccc;
486
}*/
486
}*/
487
 
487
 
-
 
488
#frmCancelOrder	{
-
 
489
	padding-top:10px;
-
 
490
	padding-bottom:30px;
-
 
491
	padding-left: 40px;
-
 
492
	width: 400px;
-
 
493
	float: left;
-
 
494
	display: none;
-
 
495
}
-
 
496
 
-
 
497
#frmCancelOrder label.error {
-
 
498
	float:right !important;
-
 
499
	display:block;
-
 
500
	color:#f00;
-
 
501
	font-size:11px;
-
 
502
	text-align:right !important;
-
 
503
	width: 80%;
-
 
504
}
488
 
505
 
-
 
506
#frmCancelOrder label {
-
 
507
	width: 120px;
-
 
508
	float: left;
-
 
509
	font-weight: bold;
-
 
510
}
-
 
511
 
-
 
512
#frmCancelOrder .textbox-image {
-
 
513
	margin-top: 10px;
-
 
514
}
489
 
515
 
-
 
516
#frmCancelOrder input[type="text"] {
-
 
517
	width: 200px;
-
 
518
}
-
 
519
 
-
 
520
#frmCancelOrder textarea {
-
 
521
    height: 100px;
-
 
522
    width: 250px;
-
 
523
}
-
 
524
 
-
 
525
#frmCancelOrder .contact-form-button {
-
 
526
	margin-left: 50px;
-
 
527
}