Subversion Repositories SmartDukaan

Rev

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

Rev 17821 Rev 17871
Line 759... Line 759...
759
.checkout{
759
.checkout{
760
	margin-bottom: 10px;
760
	margin-bottom: 10px;
761
	margin-top: 10px;
761
	margin-top: 10px;
762
	background-color:#58d936; 
762
	background-color:#58d936; 
763
	color : #fff;
763
	color : #fff;
-
 
764
	padding: 5px 5px;
764
}
765
}
765
.pmfooter{
766
.pmfooter{
766
	background-color:#fff;
767
	background-color:#fff;
767
	border-top: 1px #939292 solid;
768
	border-top: 1px #939292 solid;
768
}
769
}
Line 862... Line 863...
862
  font-size: 8pt;
863
  font-size: 8pt;
863
  padding: 2px;
864
  padding: 2px;
864
}*/
865
}*/
865
.itemmsgclose{
866
.itemmsgclose{
866
  font-size: 14px;
867
  font-size: 14px;
-
 
868
}
-
 
869
.close {
-
 
870
  float: right;
-
 
871
  font-size: 21px;
-
 
872
  font-weight: 700;
-
 
873
  line-height: 1;
-
 
874
  color: #000;
-
 
875
  text-shadow: 0 1px 0 #fff;
-
 
876
  filter: alpha(opacity=20);
-
 
877
  opacity: .2;
-
 
878
  padding: 2px;
-
 
879
  background-color:#fff;
-
 
880
}
-
 
881
.cartmsg-info{
-
 
882
  background-color:#5bc0de;
-
 
883
  width:100%;
-
 
884
  padding:5px;
-
 
885
}
-
 
886
.cartmsg-danger{
-
 
887
  background-color:#d9534f;
-
 
888
  width:100%;
-
 
889
  padding:5px;
-
 
890
}
-
 
891
.carttotalitems, .carttotalitemsval{
-
 
892
  top: 5px;
-
 
893
  border: 1px solid #fff;
-
 
894
  color: #555;
-
 
895
  font-size: 8pt;
-
 
896
  position: relative;
-
 
897
  right: 30px;
-
 
898
}
-
 
899
.carttotalamt{
-
 
900
  margin-left: 0;
-
 
901
  position: relative;
-
 
902
  right: 25px;
-
 
903
  bottom: 8px;
867
}
904
}
868
905