Ignore:
Timestamp:
2015-05-19T10:31:17+12:00 (9 years ago)
Author:
davidb
Message:

Graphics equalizer tidyup. Tooltips on Game On sections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/transform/pages/document.xsl

    r29895 r29898  
    843843            var offset = (35 * numSliders) + 12;
    844844        if (side == "L") {
     845            offset += 30; // fudge factor
    845846            $('#grapheqControlL').css("left","-" + offset + "px");
    846847        }
    847848        else if (side == "R") {
    848             offset += 5; // fudge factor
     849            offset += 35; // fudge factor, used to be 5
    849850            $('#grapheqControlR').css("right","-" + offset + "px");
    850851        }
     
    941942
    942943
    943     <div id="grapheqControlL" class="control" style="position: absolute; top: 0px; left: -132px; heightXX: 200px">
     944    <div id="grapheqControlL" class="control" style="position: absolute; top: 280px; left: -132px; heightXX: 200px">
    944945
    945946      <h3 style="float: left;">Graphic Equalizer (left channel)</h3>
     
    982983-->
    983984
    984     <div id="grapheqControlR" class="control" style="position: absolute; top: 0px; right: -330px; heightXX: 200px">
     985    <div id="grapheqControlR" class="control" style="position: absolute; top: 280px; right: -330px; heightXX: 200px">
    985986      <h3 style="float: left;">Graphic Equalizer (right channel)</h3>
    986987
     
    13271328<div>
    13281329
     1330
    13291331  <div id='media-player' style="width: 96%">
    13301332
     
    14201422        <span id="mediaPlayerTotalTime">0:00.0</span>
    14211423      </div>
     1424      <button id="eq-button" class="button" title="Show/Hide graphics equalilzer" onclick="return toggleGraphicEQ()">EQ</button>
    14221425      <button id='volume-dec-button' class='button volume-minus' title='decrease volume' onclick="changeVolume('-');">Decrease volume</button>
    14231426      <button id='volume-inc-button' class='button volume-plus' title='increase volume' onclick="changeVolume('+');">Increase volume</button>
     
    14271430    </div>
    14281431
     1432
     1433    <div style="clear: both;"><xsl:comment>clear floats</xsl:comment></div>
     1434
     1435    <xsl:call-template name="graphic-equalizers"/>
    14291436
    14301437    <div style="clear: both;"><xsl:comment>clear floats</xsl:comment></div>
Note: See TracChangeset for help on using the changeset viewer.