Subversion Repositories SmartDukaan

Rev

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

Rev 25670 Rev 25671
Line 47... Line 47...
47
		  position: relative;
47
		  position: relative;
48
		  font-family: FontAwesome;
48
		  font-family: FontAwesome;
49
		}
49
		}
50
		 
50
		 
51
		.stars-outer::before {
51
		.stars-outer::before {
52
		  content: "\f006 \f006 \f006 \f006 \f006 \f006 \f006 \f006 \f006 \f006";
52
		  content: "\f006 \f006 \f006 \f006 \f006";
53
		}
53
		}
54
		 
54
		 
55
		.stars-inner {
55
		.stars-inner {
56
		  position: absolute;
56
		  position: absolute;
57
		  top: 0;
57
		  top: 0;
Line 60... Line 60...
60
		  overflow: hidden;
60
		  overflow: hidden;
61
		  width: 0;
61
		  width: 0;
62
		}
62
		}
63
		 
63
		 
64
		.stars-inner::before {
64
		.stars-inner::before {
65
		  content: "\f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005";
65
		  content: "\f005 \f005 \f005 \f005 \f005";
66
		  color: #f8ce0b;
66
		  color: #f8ce0b;
67
		}
67
		}
68
    	
68
    	
69
    	
69
    	
70
	.table-striped > tbody > tr:nth-child(odd) > td{
70
	.table-striped > tbody > tr:nth-child(odd) > td{