Changeset 33864


Ignore:
Timestamp:
2020-01-23T14:09:31+13:00 (4 years ago)
Author:
davidb
Message:

Changes to make the Whakatohea banner narrower

Location:
main/trunk/model-interfaces-dev/whakatohea
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/whakatohea/iframe/wmtb-header.html

    r33835 r33864  
    191191<body class="header-page page-has-banner  wsite-theme-light  wsite-page-t299puna banner-overlay-on alternate-banner-off sticky-nav-on minicart-total-on more-nav-on reveal-elements">
    192192
    193   <div class="wrapper" style="height:500px;">
     193  <div class="wrapper" styleXX="height:500px;">
    194194    <div class="dusk-header">
    195195      <div class="nav-wrap">
     
    536536
    537537
    538     <div class="site-canvas">
     538    <div class="site-canvas" style="height: inherit;">
    539539      <div class="banner-wrap">
    540540        <div class="wsite-elements wsite-not-footer wsite-header-elements">
    541541      <div class="wsite-section-wrap">
    542542<!-- **** height used to be 'auto' now explicitly set to 392px -->
    543         <div class="wsite-section wsite-header-section wsite-section-bg-image" style="height: 392px;background-image: url(&quot;background-images/1620214336.jpg&quot;) ;background-repeat: no-repeat ;background-position: 50.00% 21.77% ;background-size: 100% ;background-color: transparent ;background-size: cover;">
     543        <div class="wsite-section wsite-header-section wsite-section-bg-image" style="height: 100px;background-image: url(&quot;background-images/whakatohea-banner-narrow.jpg&quot;) ;background-repeat: no-repeat ;background-position: 50.00% 21.77% ;background-size: 100% ;background-color: transparent ;background-sizeXXX: cover;">
    544544          <div class="wsite-section-content">
    545            
    546         <div class="container">
    547           <div class="banner">
     545
     546        <div class="container" style="padding: 0px;">
     547          <div class="banner" style="padding: 0px;">
    548548            <div class="wsite-section-elements">
    549549              <h2 class="wsite-content-title" style="text-align:center;"><span style="font-weight:700"><font size="6">TÄ«puna</font></span></h2>
     
    551551          </div>
    552552        </div>
     553
    553554       
    554555          </div>
  • main/trunk/model-interfaces-dev/whakatohea/transform/layouts/main.xsl

    r33835 r33864  
    5252
    5353                                <iframe src="interfaces/{$interface_name}/iframe/wmtb-header.html"
    54                                         style="positionXXXX: absolute; height: 500px; border: none; width: 100%">
     54                                        style="positionXXXX: absolute; height: 220px; border: none; width: 100%">
    5555                                  <gsf:comment>filler</gsf:comment>
    5656                                </iframe>
Note: See TracChangeset for help on using the changeset viewer.