Changeset 2045


Ignore:
Timestamp:
Jun 26, 2007, 3:23:39 AM (17 years ago)
Author:
rvelices
Message:

removed the quick search text in the menubar (above the input)

Location:
trunk/template/yoga
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar.tpl

    r1900 r2045  
    7777      <!-- BEGIN quick_search -->
    7878      <form action="{pwg_root}qsearch.php" method="get" id="quicksearch">
    79       <p><span class="qsearch">{lang:qsearch}<br /></span>
     79      <p>
    8080      <input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" />
    8181      </p>
    8282      </form>
    83       <script type="text/javascript">var qsearch_prompt="{lang:search}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script>
     83      <script type="text/javascript">var qsearch_prompt="{lang:qsearch}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script>
    8484      <!-- END quick_search -->
    8585      <!-- END summary -->
  • trunk/template/yoga/theme/clear/theme.css

    r1900 r2045  
    100100.calForeDate { color: #fff; }
    101101.virtual_cat { background: #fff !important; }
    102 .qsearch { font-size: 80%; font-style: normal; }
    103102#mbMenu #quicksearch > p { text-align: left; }
    104103#qsearchInput { color: #d3d3d3; }
  • trunk/template/yoga/theme/dark/theme.css

    r1950 r2045  
    147147.calForeDate { color: #fff; }
    148148.virtual_cat { background: #3f3f3f !important; }
    149 .qsearch { font-size: 80%; font-style: normal; }
    150149#mbMenu #quicksearch > p { text-align: left; }
  • trunk/template/yoga/theme/p0w0/theme.css

    r1972 r2045  
    277277  font-style: normal;
    278278}
    279 .qsearch { font-size: 80%; font-style: italic; }
    280279* { outline: none; }
    281280
  • trunk/template/yoga/theme/wipi/theme.css

    r1913 r2045  
    332332#imageToolBar .navButtons a:hover { background-color: #111; }
    333333#menubar .menuInfoCat,
    334 #menubar .menuInfoCatByChild, .qsearch,
     334#menubar .menuInfoCatByChild,
    335335h2.showtitle, #theImage p.showlegend { display: none }
    336336* { outline-width: 0px; }
Note: See TracChangeset for help on using the changeset viewer.