Ticket #4755: help_text.diff

File help_text.diff, 1.2 KB (added by ma9mwah <ma9mwah@…>, 16 years ago)
  • mythweb/skins/default/header.css

     
    8888    overflow:           hidden;
    8989    white-space:        nowrap;
    9090}
    91 #help_text_default {
    92     position: relative;
    93 }
    94 #help_text {
    95     display: none;
    96 }
    9791#search {
    9892    margin-top:         2px;
    9993    padding:            3px 5px;
  • mythweb/modules/_shared/tmpl/default/header.php

     
    105105    <div id="extra_header">
    106106        <div id="help_wrapper">
    107107            <div id="help_box">
    108                 <div id="help_text_default">
     108                <div id="help_text_default" style="position:relative;">
    109109                MythWeb: <?php echo strftime($_SESSION['date_statusbar'], time()) ?>
    110110                </div>
    111                 <div id="help_text">
     111                <div id="help_text" style="display:none;">
    112112                </div>
    113113            </div>
    114114        </div>