Subversion Repositories SmartDukaan

Rev

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

Rev 3863 Rev 4017
Line 1... Line 1...
1
#cartFlowHeader {
1
#cartFlowHeader {
2
	background-color: #DBEEFF;
2
	background-color: #DBEEFF;
3
	border: 1px solid #67ABD3;
3
	border: 1px solid #67ABD3;
4
	padding: 10px;
4
	padding: 10px 10px 10px 14px;
5
	overflow: auto;
5
	overflow: auto;
6
}
6
}
7
.cartflow-header-tab	{
7
.cartflow-header-tab	{
8
	width: 250px;
8
	width: 254px;
9
	padding: 25px 0px;
9
	padding: 25px 0px;
10
	text-align: center;
10
	text-align: center;
11
	font-size: 17px;
11
	font-size: 17px;
12
}
12
}
13
 
13
 
Line 267... Line 267...
267
#shippingDetails .new-button	{
267
#shippingDetails .new-button	{
268
	padding: 3px 4px;
268
	padding: 3px 4px;
269
}
269
}
270
 
270
 
271
#shippingDetails .cart-container	{
271
#shippingDetails .cart-container	{
272
	width: 428px;
272
	width: 438px;
273
	margin-top: 30px;
273
	margin-top: 30px;
274
}
274
}
275
 
275
 
276
#addresses	{
276
#addresses	{
277
	width: 482px;
277
	width: 492px;
278
	margin-top: 30px;
278
	margin-top: 30px;
279
	border: 1px solid #AAAAAA;
279
	border: 1px solid #AAAAAA;
280
	color: #666666;
280
	color: #666666;
281
}
281
}
282
 
282