Subversion Repositories SmartDukaan

Rev

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

Rev 11589 Rev 11631
Line 673... Line 673...
673
 
673
 
674
.conf-cont .mobile-recharge{
674
.conf-cont .mobile-recharge{
675
      padding:0px;
675
      padding:0px;
676
}
676
}
677
 
677
 
-
 
678
.mobile-recharge{
-
 
679
  h1{
-
 
680
   text-align:center;
-
 
681
   color:@grey;
-
 
682
   font-weight: normal;
-
 
683
  }
-
 
684
 
-
 
685
}
-
 
686
 
678
/*----------------------error-msg---------------------------*/
687
/*----------------------error-msg---------------------------*/
679
 
688
 
680
.error_msg{
689
.error_msg{
681
  padding:5px;
690
  padding:5px;
682
  display:block;
691
  display:block;
Line 1152... Line 1161...
1152
    color:@grey;
1161
    color:@grey;
1153
    li{
1162
    li{
1154
      .font(1.4em);
1163
      .font(1.4em);
1155
    }
1164
    }
1156
}
1165
}
1157
}
1166
}
1158
.ordertable{
-
 
1159
	font: 1.4em/1.2em Helvetica,Arial,sans-serif;
-
 
1160
	width: 100%;
-
 
1161
	border-left: 1px solid #CCCCCC;
-
 
1162
	border-top: 1px solid #CCCCCC;
-
 
1163
	th{
-
 
1164
		background: none repeat scroll 0 0 #DAF0F8;
-
 
1165
		border-bottom: 1px solid #CCCCCC;
-
 
1166
		padding: 7px 6px;
-
 
1167
	}
-
 
1168
	td{
-
 
1169
		border-bottom: 1px solid #CCCCCC;
-
 
1170
		border-right: 1px solid #CCCCCC;
-
 
1171
		padding: 7px 6px;	
-
 
1172
	}
-
 
1173
}
-
 
1174
1167