Subversion Repositories SmartDukaan

Rev

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

Rev 1799 Rev 1804
Line 8... Line 8...
8
  float:left;
8
  float:left;
9
  padding-right:5px;
9
  padding-right:5px;
10
  height: 30px;
10
  height: 30px;
11
}
11
}
12
.comparision-bc {
12
.comparision-bc {
13
  float:left;
13
  float: left;
-
 
14
  height: 37px;
14
  margin:4px 0 6px;
15
  margin: 4px 0 6px;
15
  *min-height:43px;
16
  width: 100%;
16
}
17
}
17
.comparision-bc a {
18
.comparision-bc a {
18
  font-size:14px;
19
  font-size:14px;
19
  font-weight: normal;
20
  font-weight: normal;
20
}
21
}
Line 212... Line 213...
212
.scoretext{
213
.scoretext{
213
  font-weight:bold;
214
  font-weight:bold;
214
  float:left;
215
  float:left;
215
  color:#666;
216
  color:#666;
216
  font-size:14px;
217
  font-size:14px;
217
 
-
 
218
  height:20px;
218
  height:20px;
219
}
219
}
220
.scoretextnormal{
220
.scoretextnormal{
221
  font-weight:normal;
221
  font-weight:normal;
222
  float:left;
222
  float:left;
Line 503... Line 503...
503
  font-size:12px;
503
  font-size:12px;
504
  line-height:17px;
504
  line-height:17px;
505
  background:url(../images/product-sprite.png) no-repeat 8px -343px;
505
  background:url(../images/product-sprite.png) no-repeat 8px -343px;
506
}
506
}
507
 
507
 
508
div.introduction{
-
 
509
	margin-top:20px;
-
 
510
	font-size:0.9em;
-
 
511
	line-height:2em;
-
 
512
	padding:0;
-
 
513
	margin:0;
-
 
514
	text-align:left;
-
 
515
}
-
 
516
 
-
 
517
 
508
 
518
li.subFeaturePunchline{
509
li.subFeaturePunchline{
519
  margin-left:18px;
510
  margin-left:18px;
520
  padding-left:18px;
511
  padding-left:18px;
521
  color:#666;
512
  color:#666;
Line 651... Line 642...
651
.comparision-border-inner {
642
.comparision-border-inner {
652
  background: url("../images/column-right-border.jpg") repeat-y scroll right top transparent;
643
  background: url("../images/column-right-border.jpg") repeat-y scroll right top transparent;
653
  float: left;
644
  float: left;
654
  width: 3px;
645
  width: 3px;
655
}
646
}
-
 
647
.product-name-left-cart .phone-name {
-
 
648
  float: left;
-
 
649
  clear: both;
-
 
650
  margin-left: 0;
-
 
651
}
-
 
652
.scroller-content-inner .product-name {
-
 
653
    margin-left: 0;
-
 
654
}
656
#comparision-right .comparision-product-name .comparision-border-inner {
655
#comparision-right .comparision-product-name .comparision-border-inner {
657
  height: 70px;
656
  height: 71px;
658
  min-height:50px;
657
  min-height:50px;
659
}
658
}
660
#comparision-left #slideGuideNav{
659
#comparision-left #slideGuideNav{
661
  /* min-height:815px; */
660
  /* min-height:815px; */
662
}
661
}
Line 700... Line 699...
700
  font-weight: bold;
699
  font-weight: bold;
701
  line-height: 8px;
700
  line-height: 8px;
702
  padding: 2px 0 4px;
701
  padding: 2px 0 4px;
703
}
702
}
704
.product-name-left-cart {
703
.product-name-left-cart {
705
  float:left;
704
    float: left;
706
  margin-top: 4px;
705
    margin-top: 4px;
-
 
706
    padding-left: 14px;
707
  width: 68%;
707
    width: 63%;
708
}
708
}
709
.product-name-right-image {
709
.product-name-right-image {
710
  float:right;
710
  float:right;
711
  margin-top: 4px;
711
  margin-top: 4px;
712
  width: 30%;
712
  width: 30%;
713
}
-
 
714
713
}
-
 
714
.jspScrollable .scroller-content-inner .product-name-left-cart {
-
 
715
  padding-left: 0px;
-
 
716
}
-
 
717
 
-
 
718
.featureslisting ul li.introduction {
-
 
719
    color: #333333;
-
 
720
    font-size: 13px;
-
 
721
    font-weight: normal;
-
 
722
    margin-top: 10px;
-
 
723
}
-
 
724