Ticket #6666: mythweb_fixes_helptext.patch

File mythweb_fixes_helptext.patch, 1.8 KB (added by Tom Dexter <digitalaudiorock@…>, 15 years ago)

Main icon help text fix for 0.21-fixes

  • skins/default/header.css

     
    9191#help_text_default {
    9292    position: relative;
    9393}
    94 #help_text {
    95     display: none;
    96 }
    9794#search {
    9895    margin-top:         2px;
    9996    padding:            3px 5px;
  • skins/grey/header.css

     
    7777#help_text_default {
    7878    position: relative;
    7979}
    80 #help_text {
    81     display: none;
    82 }
    8380#search {
    8481    margin-top:         2px;
    8582    padding:            3px 5px;
  • modules/_shared/tmpl/default/header.php

     
    131131                <div id="help_text_default">
    132132                MythWeb: <?php echo strftime($_SESSION['date_statusbar'], time()) ?>
    133133                </div>
    134                 <div id="help_text">
     134                <div id="help_text" style="display:none;">
    135135                </div>
    136136            </div>
    137137        </div>
  • modules/_shared/tmpl/lite/header.php

     
    8181                <div id="help_text_default">
    8282                MythWeb: <?php echo strftime($_SESSION['date_statusbar'], time()) ?>
    8383                </div>
    84                 <div id="help_text">
     84                <div id="help_text" style="display:none;">
    8585                </div>
    8686            </div>
    8787        </div>