Subversion Repositories SmartDukaan

Rev

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

Rev 6737 Rev 13460
Line 240... Line 240...
240
	text-align:center;
240
	text-align:center;
241
	font-size: 12px;
241
	font-size: 12px;
242
	font-weight:bold;
242
	font-weight:bold;
243
}
243
}
244
 
244
 
-
 
245
 
-
 
246
.newtext {
-
 
247
	font-size: 15px;
-
 
248
	line-height: 15px;
-
 
249
	font-weight: normal;
-
 
250
	padding-bottom: 10px;
-
 
251
	color: #999;
-
 
252
	width: 100%;
-
 
253
	padding: 10px 0 0 30px;
-
 
254
	
-
 
255
}
-
 
256
 
245
.center-text-bold13 {
257
.center-text-bold13 {
246
	text-align:center;
258
	text-align:center;
247
	font-size: 13px;
259
	font-size: 13px;
248
	font-weight:bold;
260
	font-weight:bold;
249
}
261
}
Line 358... Line 370...
358
	text-align: left;
370
	text-align: left;
359
}
371
}
360
 
372
 
361
p#messageSuccess {
373
p#messageSuccess {
362
	width:500px;
374
	width:500px;
363
}
-
 
364
375
}
-
 
376
 
-
 
377
.select-style {
-
 
378
	border: 1px solid #d0d0d0;
-
 
379
	cursor: pointer;
-
 
380
	width: 316px;
-
 
381
	overflow: hidden;
-
 
382
	background: #fff;
-
 
383
	position: relative;
-
 
384
	padding: 0;
-
 
385
	margin:10px 0 25px 25px;
-
 
386
}
-
 
387
 
-
 
388
#bankSelection select {
-
 
389
	padding: 12px 0 12px 10px;
-
 
390
	width: 110%;
-
 
391
	height:auto;
-
 
392
	float:none;
-
 
393
	cursor: pointer;
-
 
394
	border: none;
-
 
395
	box-shadow: none;
-
 
396
	background: transparent;
-
 
397
	background-image: none;
-
 
398
	-webkit-appearance: none;
-
 
399
	color: #808080;
-
 
400
	font-size: 13px;
-
 
401
	position: relative;
-
 
402
	z-index: 10;
-
 
403
}
-
 
404
 
-
 
405
.select-style select:focus {
-
 
406
    outline: none;
-
 
407
}
-
 
408
 
-
 
409
.select-style span.arrw_bg {
-
 
410
float: right;
-
 
411
position: absolute;
-
 
412
width: 28px;
-
 
413
height: 31px;
-
 
414
background: url(http://poskod.my/wp-content/plugins/slidedeck2-pro/images/icon-fancy-select.png) no-repeat;
-
 
415
top: 5px;
-
 
416
right: 10px;
-
 
417
cursor: pointer;
-
 
418
z-index: 5;
-
 
419
365
420