Subversion Repositories SmartDukaan

Rev

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

Rev 5242 Rev 5550
Line 416... Line 416...
416
 
416
 
417
.quicklink	{
417
.quicklink	{
418
	height: 35px;
418
	height: 35px;
419
    padding: 6px 5px;
419
    padding: 6px 5px;
420
    width: 200px;
420
    width: 200px;
-
 
421
}
-
 
422
 
-
 
423
.fb-icon {
-
 
424
    background: url('/images/Facebook.png') no-repeat scroll 0 0 transparent;
-
 
425
}
-
 
426
.g-plus-icon {
-
 
427
    background: url('/images/Google_Plus.png') no-repeat scroll 0 0 transparent;
-
 
428
}
-
 
429
.twitter-icon {
-
 
430
    background: url('/images/Twitter.png') no-repeat scroll 0 0 transparent;
-
 
431
}
-
 
432
 
-
 
433
a.fb-icon, a.g-plus-icon, a.twitter-icon {
-
 
434
	display: block;
-
 
435
    line-height: 24px;
-
 
436
    padding-left: 30px;
-
 
437
    width: 50%;
421
}
438
}
422
439