Subversion Repositories SmartDukaan

Rev

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

Rev 14992 Rev 15015
Line 423... Line 423...
423
.filters{padding: 5px;color: #fff;height: auto;background-color: #fff;}
423
.filters{padding: 5px;color: #fff;height: auto;background-color: #fff;}
424
.filters div{padding: 0;margin: 0;}
424
.filters div{padding: 0;margin: 0;}
425
.filters .herotext{padding-top: 7px;font-weight: bold;color: #58d936;}
425
.filters .herotext{padding-top: 7px;font-weight: bold;color: #58d936;}
426
.filters ul.dropdown-menu{padding: 0px !important;margin: 0 !important;}
426
.filters ul.dropdown-menu{padding: 0px !important;margin: 0 !important;}
427
.filters .dropdown button{background-color: #58d936;color:#fff;font-weight: bold;border-radius: 0;}
427
.filters .dropdown button{background-color: #58d936;color:#fff;font-weight: bold;border-radius: 0;}
428
li.menu-item:not(:first-child) {padding: 5px 0;}
428
li.menu-item:not(:first-child):not(.dropdown-header) {padding: 5px 0;}
429
.menu-item:not(:last-child){border-bottom: 1px solid #e5e5e5}
429
.menu-item:not(:last-child){border-bottom: 1px solid #e5e5e5}
430
.menu-item a:hover,.menu-item.selected{background-color: #36d98a !important;}
430
.menu-item a:hover,.menu-item.selected{background-color: #36d98a !important;}
431
.dropdown-header.menu-item{padding-top: 10px;padding-bottom: 5px;color: #30b20d;font-weight: bold;}
431
.dropdown-header.menu-item{padding-top: 10px;padding-bottom: 5px;color: #30b20d;font-weight: bold;}
432
/*.categorypreferences .brandselector{background-image: url('/img/checkbox.png') no-repeat;height: 15px;width: 15px;}*/
432
/*.categorypreferences .brandselector{background-image: url('/img/checkbox.png') no-repeat;height: 15px;width: 15px;}*/
433
input[type="checkbox"]:checked {background: url('/img/checkbox_checked.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
433
input[type="checkbox"]:checked {background: url('/img/checkbox_checked.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
Line 496... Line 496...
496
.notificationMessage{font-size: 1.2em;text-align: center;font-weight: 100;}
496
.notificationMessage{font-size: 1.2em;text-align: center;font-weight: 100;}
497
.closepopup{float: right;margin-top: -10px;margin-right: -5px;}
497
.closepopup{float: right;margin-top: -10px;margin-right: -5px;}
498
.timeago{font-size: 0.8em;padding-left: 5px;}
498
.timeago{font-size: 0.8em;padding-left: 5px;}
499
a.okbtn.btn{border-radius: 0;color: #fff !important;background-color: #58d936 !important;}
499
a.okbtn.btn{border-radius: 0;color: #fff !important;background-color: #58d936 !important;}
500
.modal-dialog{width: 75%;margin: 100px auto;}
500
.modal-dialog{width: 75%;margin: 100px auto;}
501
span.clock{background: url('/img/clock.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;display: inline-block;vertical-align: middle;}
-
 
502
501
span.clock{background: url('/img/clock.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;display: inline-block;vertical-align: middle;}
-
 
502
.greyarrow{background: url('/img/greyarrow.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;float: right; display: inline-block;margin-top: 4px;}
-
 
503
.dropdown-menu>li{display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;white-space: nowrap;}
-
 
504
span.sortlabel{margin-left: 20px;}
-
 
505
.btn-desc{display: inline-block !important;padding: 3px 10px !important;background-color: #f9f9f9;}
-
 
506
.btn-asc{display: inline-block !important;padding: 3px 10px !important;background-color: #58d936;color: #fff;border-radius: 0 !important;}
-
 
507
ul.brands{background-color: #fff;margin: 0 15px;padding: 10px 20px;}
-
 
508
li.brand{border-bottom: 1px solid #f9f9f9;padding: 5px 0;}
-
 
509
.brandname{margin-right: 5px;color: #58d936;}
-
 
510
.brandcount{color: #ccc;}
-
 
511
.filteractions{text-align: center;margin: 0 15px;height: 40px;}
-
 
512
.filteractions div{padding: 0 !important;}
-
 
513
.filteractions a {font-size: 1.5em;height: 40px;width: 100%;display: block;padding-top: 5px;}
-
 
514
.filteractions a.clearfilter{background-color: #ccc;color: #000;}
-
 
515
.filteractions a.applyfilter{background-color: blue;color: #fff;}
-
 
516
.filterbrand{float: right !important;}
-
 
517
#showallbrands{background-color: #fff;font-size: 1.2em;margin: 0 15px;text-align: center;height: 30px;}
-
 
518
503
519