Subversion Repositories SmartDukaan

Rev

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

Rev 13583 Rev 13672
Line 1... Line 1...
1
/* custom template */
1
/* custom template */
2
html, body {
2
html, body {
3
   height: 100%;
3
   height: 100%;
4
   font-family:verdana,arial,sans-serif;
4
   font-family:verdana,arial,sans-serif;
5
   color:#555555;
5
   color:#555555;
-
 
6
   background-color: #58d936;
6
}
7
}
7
 
8
 
8
body > .container{
9
body > .container{
9
	padding-top: 60px 15px 0;
10
	padding-top: 60px 15px 0;
10
}
11
}
Line 320... Line 321...
320
/*mobile app css */
321
/*mobile app css */
321
/*.product_image{margin: 16px 0 0 5%;}*/
322
/*.product_image{margin: 16px 0 0 5%;}*/
322
/*.product_image img{height: 120px;max-width: 80%;}*/
323
/*.product_image img{height: 120px;max-width: 80%;}*/
323
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
324
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
324
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
325
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
325
.product_prices{margin: 0 0 0 10px !important;}
326
.product_prices,{margin: 0 0 0 10px !important;}
-
 
327
.producttitle{margin: 0 0 0 5px !important;font-size: 16px;overflow: hidden;text-overflow:ellipses;}
326
.product_price{height: 15px; font-size: 14px !important; font-weight: bold !important;}
328
.product_price{font-size: 18px !important; font-weight: bold !important;color: #ff0000;}
327
.product_price img{height: 14px;vertical-align: middle;}
329
span.rupee{background-image: url("/img/sprite.png"); float:left;height: 15px; width: 11px; background-position: 0px -103px; margin: 5px;vertical-align: middle;}
328
.product_cashback{margin-left:5px;font-size: 10px !important;}
330
.product_cashback label{padding: 0px;margin: 0px;display: block;}
-
 
331
.product_cashback span.rupee{background-image: url("/img/sprite.png"); float:left;height: 15px; width: 10px; background-position: 0px -186px; margin: 0px;vertical-align: middle;}
329
.product_cashback img{height: 10px;vertical-align: middle;}
332
.product_cashback{float:right;font-size: 12px !important;margin-right: 5px;}
330
.product_short_description{margin:0px !important;font-size:12px !important; height: 40px; overflow: hidden !important;text-overflow: ellipsis;text-align: center; }
333
.product_short_description{margin:0px !important;font-size:12px !important; line-height: 20px; overflow: hidden !important;text-overflow: ellipsis;color:#737373; }
331
.product_actions{float: right;width: 15%}
334
.product_actions{float: right;width: 15%;height: 120px;}
-
 
335
.product_actions li.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;}
332
.product_actions li{margin: 5px}
336
.product_actions li.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px;}
-
 
337
.product_actions li.dislikedeal{margin: 70px 5px 0 0; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;}
-
 
338
.product_actions li.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;}
333
.list:last-child{margin: 0 0 10px 0 !important};
339
/*.list:last-child{margin: 0 0 10px 0 !important};*/
-
 
340
.list{background-color: #fff;margin: 5px;width: 160px;height: 245px;}
334
.productthumb{height:120px;}
341
.productthumb{height:120px;}
335
.product_actions .iliked button{background-color: #33FF00 !important;}
-
 
336
.product_actions .disliked button{background-color: orange !important;}
342
.card{height:220px;background-color: white;margin: 1%;width: 48%;float: left;}
337
span.rupee{background-image: url("/img/rupee.png");  background-repeat: no-repeat;    display: inline-block;    height: 15px;    width: 15px;}
-
 
338
.card{height:220px;}
-
 
339
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
343
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
340
.scroll{-webkit-overflow-scrolling: touch;}
344
.scroll{-webkit-overflow-scrolling: touch;}
341
.swipable{display: inline-block;white-space: nowrap;}
345
.swipable{display: inline-block;white-space: nowrap;}
342
.swipable li{border-right: 1px solid $c6c6c6;}
346
.swipable li{border-right: 1px solid $c6c6c6;}
343
.productthumb{max-width: 115px;}
347
.productthumb{max-width: 115px;}
344
.likedeal button.active{background-color:green;}
348
.likedeal button.active{background-color:green;}
345
.dislikedeal button.active{background-color:orange;}
-
 
346
349
.dislikedeal button.active{background-color:orange;}
-
 
350
.suborder{background-color: #fff;margin: 5px;padding: 5px;}
-
 
351
.suborder h4{font-weight: bold;}
-
 
352
span.deliverydate{font-weight: bold;}
-
 
353
.filters p{margin: 5px;color: #fff;font-weight: bold;}
-
 
354
347
355