Subversion Repositories SmartDukaan

Rev

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

Rev 4232 Rev 4923
Line 214... Line 214...
214
	font-weight: bold;
214
	font-weight: bold;
215
}
215
}
216
 
216
 
217
.net-amount td	{
217
.net-amount td	{
218
	border-bottom: 1px solid #BBBBBB;
218
	border-bottom: 1px solid #BBBBBB;
-
 
219
	vertical-align: top;
219
}
220
}
220
 
221
 
221
#cart .net-amount td.label	{
222
#cart .net-amount td.label	{
222
	width: 190px;
223
	width: 190px;
223
	text-align: right;
224
	text-align: right;
Line 276... Line 277...
276
	font-size: 12px;
277
	font-size: 12px;
277
	font-weight: bold;
278
	font-weight: bold;
278
}
279
}
279
 
280
 
280
#shippingDetails .net-amount td.label	{
281
#shippingDetails .net-amount td.label	{
281
	width: 110px;
282
	width: 120px;
282
	text-align: right;
283
	text-align: right;
283
	padding-right: 8px;
284
	padding-right: 8px;
284
}
285
}
285
 
286
 
286
 
287