Subversion Repositories SmartDukaan

Rev

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

Rev 1127 Rev 1143
Line 317... Line 317...
317
#customerService{
317
#customerService{
318
	background:#f5f5f5;
318
	background:#f5f5f5;
319
	border:1px solid #ccc;
319
	border:1px solid #ccc;
320
	height:70px;
320
	height:70px;
321
	position:relative;
321
	position:relative;
322
	width:238px;  
322
	width:238px;
323
}
323
}
324
#customerService img {
324
#customerService img {
325
	position: absolute;
325
	position: absolute;
326
	top: 0;
326
	top: 0;
327
}
327
}
Line 351... Line 351...
351
	margin:5px 0 15px 0;
351
	margin:5px 0 15px 0;
352
	padding:10px;
352
	padding:10px;
353
}
353
}
354
#messageError{
354
#messageError{
355
	background:#ffffdd;
355
	background:#ffffdd;
356
	border:1px solid #cc0000;		
356
	border:1px solid #cc0000;
357
}
357
}
358
#messageSuccess{
358
#messageSuccess{
359
	background:#ffffdd;
359
	background:#ffffdd;
360
	border:1px solid #006600;		
360
	border:1px solid #006600;		
361
}
361
}
Line 728... Line 728...
728
   background: url("../images/search-result-border.jpg") no-repeat scroll center bottom transparent;
728
   background: url("../images/search-result-border.jpg") no-repeat scroll center bottom transparent;
729
   float: left;
729
   float: left;
730
   margin-bottom: 10px;
730
   margin-bottom: 10px;
731
}
731
}
732
/** Ebizon changes Registration page ***/
732
/** Ebizon changes Registration page ***/
733
#frmRegister .error,
-
 
-
 
733
 
734
#frmShippingAddress .error,
734
#frmShippingAddress .error,
735
#frmLogin .error {
735
#frmLogin .error {
736
	float:none !important;
736
	float:none !important;
737
	display:block;
737
	display:block;
738
	color:#f00;
738
	color:#f00;
Line 862... Line 862...
862
	background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 83px -58px transparent;
862
	background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 83px -58px transparent;
863
}
863
}
864
.yellow-center {
864
.yellow-center {
865
	background: url("../images/buttons/big-button-sprite.png") repeat-x scroll 0 0 transparent;
865
	background: url("../images/buttons/big-button-sprite.png") repeat-x scroll 0 0 transparent;
866
	height:28px !important;
866
	height:28px !important;
867
	margin:0 5px;
867
	margin:0 7px;
868
}
868
}
869
/* .yellow-center .button {
869
/* .yellow-center .button {
870
	background:transparent none repeat scroll 0 0;
870
	background:transparent none repeat scroll 0 0;
871
	border:medium none;
871
	border:medium none;
872
	cursor:pointer;
872
	cursor:pointer;
Line 1260... Line 1260...
1260
	width: 197px;
1260
	width: 197px;
1261
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -104px 0px transparent;
1261
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -104px 0px transparent;
1262
	min-height: 42px;
1262
	min-height: 42px;
1263
}
1263
}
1264
/*==== End img src sprite images css ====*/
1264
/*==== End img src sprite images css ====*/
-
 
1265
 
-
 
1266
/* 23 march */
-
 
1267
 
-
 
1268
.registration-form #messageError{
-
 
1269
	 width: 650px;
-
 
1270
}
-
 
1271
 
-
 
1272
#forgetPass .middle .content  {
-
 
1273
    min-height: 640px !important;
-
 
1274
}
-
 
1275
 
-
 
1276
#frmRegister .error {
-
 
1277
	float: left !important;
-
 
1278
	display: block;
-
 
1279
	color: #f00;
-
 
1280
}
-
 
1281
#frmRegister .register-row .newsletter {
-
 
1282
    line-height: 13px;
-
 
1283
}
-
 
1284
#frmRegister .register-row .newsletter label.error {
-
 
1285
    float: left !important;
-
 
1286
    margin-top: 5px;
-
 
1287
    clear: both;
-
 
1288
}
-
 
1289
 
-
 
1290
#addNewAddress .select-list select#state {
-
 
1291
    width: 180px;
-
 
1292
}
-
 
1293
 
-
 
1294
 
1265
1295