Subversion Repositories SmartDukaan

Rev

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

Rev 13715 Rev 13717
Line 318... Line 318...
318
#push{margin-top: 60px;}
318
#push{margin-top: 60px;}
319
.form-signin label{width: 150px;}
319
.form-signin label{width: 150px;}
320
 
320
 
321
/*mobile app css */
321
/*mobile app css */
322
.product_image{padding: 10px 0 0 10px;}
322
.product_image{padding: 10px 0 0 10px;}
323
/*.product_image img{max-width: 80%;}*/
323
.productthumb img{max-width: 100px;}
-
 
324
.productthumb{padding-left:5px;}
324
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
325
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
325
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
326
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
326
.product_prices,{margin: 0 0 0 10px !important;}
327
.product_prices{margin: 0 0 5px 0;}
327
.producttitle{margin: 0 0 0 5px !important;font-size: 14px;overflow: hidden;text-overflow:ellipsis;height: 15px;}
328
.producttitle{margin: 0 0 5px 5px;font-size: 14px;}
328
.product_price{font-size: 14px !important; font-weight: bold !important;color: #ff0000;}
329
.product_price{font-size: 14px !important; font-weight: bold !important;color: #ff0000;}
329
span.rupee{background-image: url("/img/sprite.png"); float:left;height: 12px; width: 11px; background-position: 0px -103px; margin: 5px;vertical-align: top;}
330
span.rupee{background-image: url("/img/sprite.png"); float:left;height: 12px; width: 11px; background-position: 0px -103px; margin: 5px;vertical-align: top;}
330
.product_cashback label{padding: 0px;margin: 0px;display: block;font-size: 10px;}
331
.product_cashback label{padding: 0px;margin: 0px;display: block;font-size: 10px;}
331
.product_cashback span.rupee{background-image: url("/img/sprite.png"); float:left;height: 15px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: middle;}
332
.product_cashback span.rupee{background-image: url("/img/sprite.png"); float:left;height: 15px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: middle;}
332
.deal_price{float: right}
333
.deal_price{float: right}
333
.deal_price span.rupee{background-image: url("/img/sprite.png"); float:left;height: 12px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: top;}
334
.deal_price span.rupee{background-image: url("/img/sprite.png"); float:left;height: 12px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: top;}
334
.text-striked{text-decoration: striked;}
335
.text-striked{text-decoration: striked;}
335
.product_cashback{float:right;font-size: 10px !important;margin-right: 5px;}
336
.product_cashback{float:right;font-size: 10px !important;margin-right: 5px;}
336
.productdetails{border-left: 1px solid #eaeaea;min-height: 120px;position: relative;}
337
.productdetails{min-height: 100px;position: relative;padding:0;}
337
.product_short_description{margin:0px !important;font-size:12px !important; line-height: 20px; overflow: hidden !important;text-overflow: ellipsis;color:#737373;height: 20px;padding-left: 5px;}
338
.product_short_description{margin:0px !important;font-size:12px !important; line-height: 20px; color:#737373;padding-left: 5px;}
338
.product_actions{float: right;width: 30px;height: 120px;}
339
.product_actions{padding:0;height: 95px;}
339
.product_actions li{float: right;}
340
.product_actions li{float: right;}
340
.product_actions li.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;}
341
.product_actions li.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;}
341
.product_actions li.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px;}
342
.product_actions li.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px;}
342
.product_actions li.dislikedeal{position: absolute;bottom: 0; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;}
343
.product_actions li.dislikedeal{position: absolute;bottom: 0; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;right:5px; }
343
.product_actions li.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;}
344
.product_actions li.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;}
344
/*.list:last-child{margin: 0 0 10px 0 !important};*/
345
/*.list:last-child{margin: 0 0 10px 0 !important};*/
345
.list{background-color: #fff;margin: 2px;width: 170px;height: 220px;padding: 0 !important;}
346
.list{background-color: #fff;margin: 2px;width: 170px;height: 220px;padding: 0 !important;}
346
.card{background-color: white;margin: 5px 0 0 0;padding: 5px;}
347
.card{background-color: white;margin: 5px 0 0 0;padding: 5px 5px 0 5px;}
347
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
348
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
348
.scroll{-webkit-overflow-scrolling: touch;}
349
.scroll{-webkit-overflow-scrolling: touch;}
349
.swipable{display: inline-block;white-space: nowrap;}
350
.swipable{display: inline-block;white-space: nowrap;}
350
.swipable li{border-right: 1px solid $c6c6c6;}
351
.swipable li{border-right: 1px solid $c6c6c6;}
351
.likedeal button.active{background-color:green;}
352
.likedeal button.active{background-color:green;}
Line 368... Line 369...
368
.subheader{height: 40px;clear: both;}
369
.subheader{height: 40px;clear: both;}
369
.subheader h4,.subheader h5{color:#737373;}
370
.subheader h4,.subheader h5{color:#737373;}
370
.nav-tabs a{color: #fff;}
371
.nav-tabs a{color: #fff;}
371
.howitworks img{height: 400px !important;}
372
.howitworks img{height: 400px !important;}
372
.viewproduct{cursor: crosshair !important;}
373
.viewproduct{cursor: crosshair !important;}
373
.dealoffer{background-color: #fafd26; color: #000; position: absolute;bottom: 0;height: auto;}
374
.dealoffer{color: #000; height: auto;width:100%;padding:2px;}
374
.noshow{visibility: hidden;}
375
.noshow{visibility: hidden;}
375
.offerlabel{padding: 6px;font-size: 12px;}
376
.offerlabel{font-weight:bold;font-size: 12px;padding:0;}
376
.offertext{padding: 10px;font-size: 10px;line-height: 12px;}
377
.offertext{font-size: 12px;padding:0;text-align:right;font-style:italic;}
377
.categorypreferences{background-color: #fff;margin-bottom:10px;}
378
.categorypreferences{background-color: #fff;margin-bottom:10px;}
378
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
379
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
379
.categoryname{width: 60px;display: inline-block;}
380
.categoryname{width: 60px;display: inline-block;}
380
.brandpreferences{padding: 10px;}
381
.brandpreferences{padding: 10px;}
381
.brandpreferences h5{font-weight: bold;}
382
.brandpreferences h5{font-weight: bold;}