Subversion Repositories SmartDukaan

Rev

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

Rev 20226 Rev 20253
Line 228... Line 228...
228
div.wrap div {
228
div.wrap div {
229
	position: relative;
229
	position: relative;
230
	margin: 20px 0
230
	margin: 20px 0
231
}
231
}
232
 
232
 
233
.label {
233
.inactivelabel {
234
	position: absolute;
234
	position: absolute;
235
	top: 0;
235
	top: 0;
236
	font-size: 16px;
236
	font-size: 16px;
237
	margin: 25px 25px 25px -5px;
237
	margin: 25px 25px 25px -5px;
238
	color: grey;
238
	color: grey;
Line 251... Line 251...
251
div.wrap input {
251
div.wrap input {
252
	width: 100%;
252
	width: 100%;
253
	margin: 20px 20px 5px 5px;
253
	margin: 20px 20px 5px 5px;
254
	border: none;
254
	border: none;
255
	border-bottom: 1px solid grey;
255
	border-bottom: 1px solid grey;
256
	font-size: 20px;
256
	font-size: 16px;
257
	background-color: transparent;
257
	background-color: transparent;
258
	color: grey;
258
	color: grey;
259
	position: relative;
259
	position: relative;
260
	outline: 0
260
	outline: 0
261
}
261
}