Subversion Repositories SmartDukaan

Rev

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

Rev 568 Rev 595
Line 319... Line 319...
319
#customerService #customerPhone,
319
#customerService #customerPhone,
320
#customerService #customerPhone img,
320
#customerService #customerPhone img,
321
#customerService #customerPhone span{float:left;}
321
#customerService #customerPhone span{float:left;}
322
#customerService #customerPhone span{margin-top:10px;}
322
#customerService #customerPhone span{margin-top:10px;}
323
 
323
 
-
 
324
/*___ Error & Success Message ___*/
-
 
325
#messageError,
-
 
326
#messageSuccess{
-
 
327
	margin:5px 0 15px 0;
-
 
328
	padding:10px;
-
 
329
}
-
 
330
#messageError{
-
 
331
	background:#ffffdd;
-
 
332
	border:1px solid #cc0000;		
-
 
333
}
-
 
334
#messageSuccess{
-
 
335
	background:#ffffdd;
-
 
336
	border:1px solid #006600;		
-
 
337
}
-
 
338
 
-
 
339
#messageError span,
-
 
340
#messageSuccess span{
-
 
341
	display:block;
-
 
342
	float:left;
-
 
343
	width:35px;
-
 
344
	height:34px;
-
 
345
}
-
 
346
/*
-
 
347
#messageError span{background:url(images/error_success_icon.png);}
-
 
348
#messageSuccess span{background:url(images/error_success_icon.png) 0 -34px;}
-
 
349
*/
-
 
350
#messageError h6,
-
 
351
#messageSuccess h6{
-
 
352
	margin:0 0 5px 45px;
-
 
353
	font-size:14px;
-
 
354
}
-
 
355
#messageError h6{color:#e47911;}
-
 
356
#messageSuccess h6{color:#009900;}
-
 
357
 
-
 
358
#messageError p,
-
 
359
#messageSuccess p{
-
 
360
	margin-left:45px;
-
 
361
	font-size:12px;
-
 
362
	line-height:18px;
-
 
363
}
-
 
364
#messageError p{color:#b31941;}
-
 
365
#messageSuccess p{color:#003300;}
-
 
366
 
-
 
367
 
324
/*___ Footer ___*/
368
/*___ Footer ___*/
325
#footer{
369
#footer{
326
	background:#fff;
370
	background:#fff;
327
	padding:10px 0;
371
	padding:10px 0;
328
}
372
}