Subversion Repositories SmartDukaan

Rev

Rev 7039 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7039 Rev 7825
Line 451... Line 451...
451
 
451
 
452
#signin label{
452
#signin label{
453
float:left;
453
float:left;
454
width:70px;
454
width:70px;
455
margin-right:5px;
455
margin-right:5px;
-
 
456
display:block;
456
}
457
}
457
 
458
 
458
#signin #edit-name-wrapper, #signin #edit-password-wrapper {
459
#signin #edit-name-wrapper, #signin #edit-password-wrapper {
459
float:left;
460
float:left;
460
margin-left: 10px;
461
margin-left: 10px;
Line 588... Line 589...
588
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -1044px;
589
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -1044px;
589
	padding:0;
590
	padding:0;
590
	float: left;
591
	float: left;
591
	border-left: 1px solid #CCCCCC;
592
	border-left: 1px solid #CCCCCC;
592
  border-right: 1px solid #CCCCCC;
593
  border-right: 1px solid #CCCCCC;
593
  border-bottom: none;
594
  /*border-bottom: none;*/
594
  border-top: none;
595
  border-top: none;
595
  width:210px;
596
  width:210px;
596
  text-align: left;
597
  text-align: left;
597
  height:16px;
598
  height:16px;
598
  padding:4px;
599
  padding:4px;
Line 892... Line 893...
892
}
893
}
893
/*==== End img src sprite images css ====*/
894
/*==== End img src sprite images css ====*/
894
 
895
 
895
.registration-form #messageError{
896
.registration-form #messageError{
896
	 width: 650px;
897
	 width: 650px;
-
 
898
	 display: none;
897
}
899
}
898
 
900
 
899
#forgetPass .middle .content  {
901
#forgetPass .middle .content  {
900
    min-height: 640px !important;
902
    min-height: 640px !important;
901
}
903
}
Line 912... Line 914...
912
	float: left !important;
914
	float: left !important;
913
	display: block;
915
	display: block;
914
	color: #f00;
916
	color: #f00;
915
}
917
}
916
 
918
 
-
 
919
#alternate-logins
-
 
920
{
-
 
921
		
-
 
922
}
-
 
923
 
917
#frmRegister .register-row .newsletter {
924
#frmRegister .register-row .newsletter {
918
    line-height: 13px;
925
    line-height: 13px;
919
}
926
}
920
#frmRegister .register-row .newsletter label.error {
927
#frmRegister .register-row .newsletter label.error {
921
    float: left !important;
928
    float: left !important;
Line 936... Line 943...
936
.rupeeimage {
943
.rupeeimage {
937
	background: url(/images/rupee-symbol.png) no-repeat scroll 0 0 transparent; 
944
	background: url(/images/rupee-symbol.png) no-repeat scroll 0 0 transparent; 
938
	height:14px;
945
	height:14px;
939
	width:10px;
946
	width:10px;
940
	margin:0px 5px;
947
	margin:0px 5px;
941
}
-
 
942
948
}
-
 
949
 
-
 
950