Subversion Repositories SmartDukaan

Rev

Rev 2469 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2468 varun.gupt 1
.unlike, .like	{display:none;}
2
 
3
.bigImgButton {
4
    float: left;
5
}
6
 
7
.yellow-image {
8
	background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
9
	border: 1px solid #BFA864;
10
	color: black;
11
	cursor: pointer;
12
	float: left;
13
	font-size: 13px;
14
	font-weight: bold;
15
	height: 18px;
16
	padding: 4px 7px;
17
	text-align: center;
18
}
19
 
20
input.button {
21
	background: none repeat scroll 0 0 transparent;
22
	border: medium none;
23
	cursor: pointer;
24
	font-size: 13px;
25
	font-weight: bold;
26
	outline: medium none;
27
}
28
 
29
.coupon-pallet	{
30
	background-color: #F2F2F2;
31
	padding: 2px;
32
	border: 1px solid #BFA864;
33
	margin-bottom: 5px;
34
	font-size:13px;
35
	font-family: Verdana,Verdana,Geneva,sans-serif;
36
}