Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7226 anupam.sin 1
.left	{	float: left;	}
2
 
3
.row {
4
	height:45px;
5
	line-height:45px;
6
}
7
.text {
8
  		text-align: right;
9
          float: left;
10
          width: 27%;
11
          color: #666;
12
          font-size: 21px;
13
}
14
 
15
.confirmtext {
16
	text-align: left;
17
	padding-left: 10px;
18
	color: black;
19
	font-style: italic;
20
	float: left;
21
    width: 25%;
22
    font-size: 21px;
23
}
24
body {
25
	font-family: Arial,Arial, sans-serif;
26
}
27
.padding-row{
28
	height:20px;
29
}
30
 
31
.inputbox {
32
  		background-color: white;
33
  		height: 100%;
34
  		font-size: 18px;
35
  		border: solid 1px grey;
36
}
37
 
38
      .padding48 {
39
  		width: 227px;
40
          padding-left: 48px;
41
}
42
 
43
.padding15 {
44
          padding-left: 15px;
45
          width: 260px;
46
}
47
 
48
.num-prefix {
49
	background: white url('/rch/images/+91.png') no-repeat 2px;
50
}
51
 
52
.rupee {
53
	background: white url('/rch/images/Rupee.png') no-repeat 2px;
54
}
55
 
56
.input-div {
57
  		padding: 10px 15px 0px 5px;
58
          display: inline-block;
59
          height: 25px;
60
          width: 280px;
61
          float: left;
62
}
63
 
64
h3 {
65
	padding-left:20px;
66
}