Просмотр исходного кода

Modificaciones espacios imagenes, tamaños, colores, estructura

edgar 8 лет назад
Родитель
Сommit
bea6980d61

BIN
static/src/img/telefonista.jpg


+ 1 - 1
static/src/less/footer.less

@@ -124,7 +124,7 @@ footer {
                     margin-bottom:7px;
                 }
                 input[type="email"] {
-                    width: 100%;
+                    width: 260px;
                     height: 36px;
                     padding: 10px;
                     border: none;

+ 3 - 0
static/src/less/header.less

@@ -461,6 +461,8 @@ header {
 			}
 			@media (max-width:767px) {
 				width: 100%;
+				max-height: 62px;
+				border-bottom: 1px solid #ebebeb;
 			}
 		}
 		.header-cart {
@@ -956,6 +958,7 @@ header {
 
 							@media (max-width:767px) {
 								line-height: normal;
+
 							}
 						}
 						&:hover {

+ 2 - 2
static/src/less/product.less

@@ -13,7 +13,7 @@
 .related-products {
 	.cs-product {
 		.pwp-img {
-			height: 280px;
+			height: 386px;
 		}
 	}
 	.owl-stage-outer {
@@ -99,7 +99,7 @@
 }
 .cs-product {
 	margin-bottom: 0px;
-	width: 100%;
+	width: 397;
 	vertical-align: top;
 
 	.pwp-img {

+ 14 - 9
static/src/less/web.less

@@ -712,7 +712,7 @@ a:hover {
 /* products slider 
 -------------------------------*/
 .products-slider-section {
-	padding-top:25px;
+	padding-top:45px;
 
 	.psb-inner {
 		width: 100%;
@@ -726,22 +726,22 @@ a:hover {
 	display: inline-block;
 
 	.pwp-img {
-		height: 390px;
+		height: 397px;
 
 		>a {
 			img {
-				max-width: 100%;
+				max-width: 263;
 				height: auto;
 				position: absolute;
 				top: 0;
 				right: 0;
 				left: 0;
 				bottom: 0;
-				margin: auto;
-				max-height: 100%;
-				width:100%;
+				margin: 0;
+				max-height: 397px;
+				width:263;
 				@media (max-width:1000px) {
-			width:auto;
+			width:341;
 		}
 
 
@@ -2164,7 +2164,12 @@ body ul.wizard {
 .navbar-default {
 	background-color: @light-color;
 	max-height: 118px;
+	@media (max-width:750px){
+	border-bottom: transparent;
+    }
 }
+
+
 @media (max-width:1200px) {
 	.quotecarousel {
 		.content {
@@ -2374,7 +2379,7 @@ table {
 			}
 		}
 	}
-	.cs-product { width:100%;
+	.cs-product { width:230px;
 		border: 1px solid lighten(@dark-color, 70%);
 		.transition(all, 0.5s, ease);
 
@@ -2875,7 +2880,7 @@ header a.navbar-brand img {
 	}
 	&.search-toggle-open {
 		.st-toggle {
-			background: @theme;
+			background: #ffffff;
 
 			.fa-search {
 				color: @theme;

+ 2 - 2
views/snippets.xml

@@ -234,7 +234,7 @@
                 <t t-foreach="slider_details" t-as="slide">
                     <t t-if="slider_type == 'product'">
                         <div class="cs-product">
-                            <div class="pwp-img">
+                            <div class="pwp-img" style="height: 346px;">
                                 <div t-if="slide and slide.product_style_tag_id" t-att-class="'%s' % slide.product_style_tag_id.color if slide and slide.product_style_tag_id else ''">
                                     <t t-esc="slide.product_style_tag_id.name"/>
                                 </div>
@@ -247,7 +247,7 @@
                                 <div class="view">
                                     <div class="shopping-cart">
                                         <a t-att-href="'/shop/product/%s' % slug(slide)">
-                                            <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
+                                            <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA !</h5>
                                         </a>
                                     </div>
                                 </div>

+ 5 - 5
views/theme.xml

@@ -404,9 +404,9 @@
                                     <li>
                                         <a href="/page/contactus">Contacto</a>
                                     </li>
-                                    <li>
+                                   <!--  <li>
                                         <a href="/page/atencion-al-cliente">Atención al Cliente</a>
-                                    </li>
+                                    </li> -->
                                     <li class="last-li">
                                         <a href="/page/politica-de-privacidad">Politica de Privacidad</a>
                                     </li>
@@ -642,7 +642,7 @@
                     <!-- Nav tabs -->
                     <ul id="description_reviews_tabs" class="nav nav-tabs" role="tablist">
                         <li role="presentation" >
-                            <a href="#description" aria-controls="more_info" role="tab" data-toggle="tab">Descripción</a>
+                            <a href="#description" class="hidden" aria-controls="more_info" role="tab" data-toggle="tab">Descripción</a>
                         </li>
                     </ul>
 
@@ -766,7 +766,7 @@
                 <div id="recommended_products_slider" class="owl-carousel">
                     <t t-foreach="product.alternative_product_ids" t-as="product">
                         <div class="cs-product">
-                            <div class="pwp-img" style="height: 371px">
+                            <div class="pwp-img">
                                 <a t-att-href="'/shop/product/%s' % slug(product)">
                                     <img t-att-src="website.image_url(product, 'image')" t-att-title="product.name" t-att-alt="product.name"/>
                                 </a>
@@ -808,7 +808,7 @@
         <form action="/shop/cart/update" method="post">
             <div itemscope="itemscope" itemtype="http://schema.org/Product">
                 <div class="cs-product">
-                    <div class="pwp-img" style="height: 371px">
+                    <div class="pwp-img">
                         <a itemprop="url" t-att-href="keep('/shop/product/%s' % slug(product), page=(pager['page']['num'] if pager['page']['num']>1 else None))">
                             <img class="img img-responsive" itemprop="image" t-att-alt="product.name" t-att-src="website.image_url(product, 'image', None if product_image_big else '300x300')"/>
                         </a>