Subversion Repositories SmartDukaan

Rev

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

Rev 7324 Rev 7343
Line 96... Line 96...
96
.name {
96
.name {
97
	font-size:16px;
97
	font-size:16px;
98
	font-weight:bold;
98
	font-weight:bold;
99
	color:#333333;
99
	color:#333333;
100
	margin:5px 0 5px 0;
100
	margin:5px 0 5px 0;
-
 
101
}
-
 
102
 
-
 
103
.inputbox {
-
 
104
	background-color: white;
-
 
105
	height: 100%;
-
 
106
	font-size: 18px;
-
 
107
	border: solid 1px grey;
-
 
108
}
-
 
109
 
-
 
110
.padding15 {
-
 
111
    padding-left: 15px;
-
 
112
    width: 260px;
-
 
113
}
-
 
114
 
-
 
115
.text {
-
 
116
	text-align: right;
-
 
117
    float: left;
-
 
118
    width: 27%;
-
 
119
    color: #666;
-
 
120
    font-size: 21px;
-
 
121
}
-
 
122
 
-
 
123
.row {
-
 
124
	height:45px;
-
 
125
	line-height:45px;
-
 
126
}
-
 
127
 
-
 
128
.input-div {
-
 
129
	padding: 10px 15px 0px 5px;
-
 
130
    display: inline-block;
-
 
131
    height: 25px;
-
 
132
    width: 280px;
-
 
133
    float: left;
101
}
134
}
102
135