Subversion Repositories SmartDukaan

Rev

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

Rev 5175 Rev 6866
Line 344... Line 344...
344
 
344
 
345
#filterBy .bottomBorder{
345
#filterBy .bottomBorder{
346
	background:url(../images/filter-divider.gif) repeat-x top left;
346
	background:url(../images/filter-divider.gif) repeat-x top left;
347
}
347
}
348
 
348
 
349
#filterBy h2{margin:20px 0 0 10px;}
-
 
350
#filterBy .filterHeading{
349
#filterBy .filterHeading{
351
	cursor:pointer;
350
	cursor:pointer;
352
	margin:8px 0 18px 0;
351
	margin:8px 0 18px 0;
353
	padding:8px 0 6px 15px;
352
	padding:8px 0 6px 5px;
354
	background:url(../images/filter-divider.gif) repeat-x top left;
353
	background:url(../images/filter-divider.gif) repeat-x top left;
355
}
354
}
356
#filterBy .filterArrow{
355
#filterBy .filterArrow{
357
	float:left;
356
	float:left;
358
	margin:6px 6px 0 0;
357
	margin:6px 6px 0 0;
Line 374... Line 373...
374
	font-weight:bold;
373
	font-weight:bold;
375
	color:#666;
374
	color:#666;
376
}
375
}
377
#filterBy .filterOption{
376
#filterBy .filterOption{
378
	clear:both;
377
	clear:both;
379
	margin:0 0 25px 34px;
378
	margin:0 0 25px 6px;
-
 
379
	max-height: 200px;
-
 
380
	overflow-y: auto;
380
}
381
}
381
 
382
 
382
#filterBy .filterOption ul{list-style:none;}
383
#filterBy .filterOption ul{list-style:none;}
383
#filterBy .filterOption input{float:left;}
384
#filterBy .filterOption input{float:left;}
384
#filterBy .filterOption .clearLine{
385
#filterBy .filterOption .clearLine{
385
	clear:both;
386
	clear:both;
386
	margin-bottom:5px;
387
	margin-bottom:5px;
387
}
388
}
388
 
389
 
389
#filterBy .filterOption input{margin:3px 8px 0 0;}
390
#filterBy .filterOption input{margin:3px 2px 0 0;}
390
 
391
 
391
#filterBy .filterOption label{
392
#filterBy .filterOption label{
392
	display:block;
393
	display:block;
393
	margin-bottom:5px;
394
	margin-bottom:5px;
394
	clear:both;
395
	clear:both;
Line 686... Line 687...
686
#forgetPass dd{
687
#forgetPass dd{
687
	margin:10px 0 30px 50px;
688
	margin:10px 0 30px 50px;
688
	width:300px;
689
	width:300px;
689
}
690
}
690
#forgetPass .spacing{margin-top:20px;}
691
#forgetPass .spacing{margin-top:20px;}
-
 
692
 
-
 
693
 
-
 
694
#filterByTalkTime {
-
 
695
	
-
 
696
}
-
 
697
.filterOption li.zero_count, a.zero_count {
-
 
698
	color:grey;
-
 
699
}
-
 
700
.filterOption li.checked,  {
-
 
701
	font-weight:bold; 
-
 
702
}
-
 
703
 
-
 
704
a.mk_bold.mk_subcategory:hover,a.zero_count:hover {
-
 
705
	text-decoration:none;
-
 
706
}
-
 
707
a.zero_count:hover {
-
 
708
	color:grey;
-
 
709
}
-
 
710
 
-
 
711
ul.sub-category {
-
 
712
	padding-left: 6px;	
-
 
713
}
691
714