Authored by yyq

header css

2.67 KB | W: | H:

3.62 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -314,7 +314,7 @@ @@ -314,7 +314,7 @@
314 background: resolve('layout/outlets.png') no-repeat center center; 314 background: resolve('layout/outlets.png') no-repeat center center;
315 width: 200px; 315 width: 200px;
316 height: 34px; 316 height: 34px;
317 - left: 42%; 317 + left: 45%;
318 margin-top: 28px; 318 margin-top: 28px;
319 position: absolute; 319 position: absolute;
320 display: none; 320 display: none;
@@ -437,19 +437,20 @@ @@ -437,19 +437,20 @@
437 top: 30px; 437 top: 30px;
438 right: -14px; 438 right: -14px;
439 width: 378px; 439 width: 378px;
440 - background: #f8f8f8 resolve('layout/empty_car.png') no-repeat 106px 132px;  
441 z-index: 1000; 440 z-index: 1000;
  441 + background: #f8f8f8;
442 display: none; 442 display: none;
443 443
444 .empty-cart { 444 .empty-cart {
445 padding: 280px 0 200px; 445 padding: 280px 0 200px;
446 text-align: center; 446 text-align: center;
  447 + background: resolve('layout/empty_car.png') no-repeat 106px 132px;
447 } 448 }
448 449
449 .loading-cart { 450 .loading-cart {
450 padding: 200px 0; 451 padding: 200px 0;
451 text-align: center; 452 text-align: center;
452 - background: #f8f8f8 reslove('layout/loading.gif') no-repeat center 170px; 453 + background: resolve('layout/loading.gif') no-repeat center 170px;
453 } 454 }
454 455
455 .rich-cart { 456 .rich-cart {
@@ -744,7 +745,6 @@ @@ -744,7 +745,6 @@
744 } 745 }
745 746
746 .sub-nav-list { 747 .sub-nav-list {
747 - padding-left: 15%;  
748 748
749 a { 749 a {
750 color: #222; 750 color: #222;
@@ -760,6 +760,10 @@ @@ -760,6 +760,10 @@
760 li:hover a { 760 li:hover a {
761 border-color: #555; 761 border-color: #555;
762 } 762 }
  763 +
  764 + li:first-child {
  765 + margin-left: 15%;
  766 + }
763 } 767 }
764 } 768 }
765 769
@@ -57,4 +57,8 @@ @@ -57,4 +57,8 @@
57 57
58 } 58 }
59 } 59 }
  60 +
  61 + .brand .attr-content {
  62 + max-width: 730px;
  63 + }
60 } 64 }