mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
removed the quick search text in the menubar (above the input)
git-svn-id: http://piwigo.org/svn/trunk@2045 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -76,11 +76,11 @@
|
||||
<!-- BEGIN summary -->
|
||||
<!-- BEGIN quick_search -->
|
||||
<form action="{pwg_root}qsearch.php" method="get" id="quicksearch">
|
||||
<p><span class="qsearch">{lang:qsearch}<br /></span>
|
||||
<p>
|
||||
<input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" />
|
||||
</p>
|
||||
</form>
|
||||
<script type="text/javascript">var qsearch_prompt="{lang:search}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script>
|
||||
<script type="text/javascript">var qsearch_prompt="{lang:qsearch}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script>
|
||||
<!-- END quick_search -->
|
||||
<!-- END summary -->
|
||||
<ul>
|
||||
|
||||
@@ -99,7 +99,6 @@ TD.calDayCellEmpty { color: silver; }
|
||||
.calBackDate { color: #000; }
|
||||
.calForeDate { color: #fff; }
|
||||
.virtual_cat { background: #fff !important; }
|
||||
.qsearch { font-size: 80%; font-style: normal; }
|
||||
#mbMenu #quicksearch > p { text-align: left; }
|
||||
#qsearchInput { color: #d3d3d3; }
|
||||
#qsearchInput:focus { color: #005e89; }
|
||||
|
||||
@@ -146,5 +146,4 @@ TD.calDayCellEmpty { color: silver; }
|
||||
.calBackDate { color: #000; }
|
||||
.calForeDate { color: #fff; }
|
||||
.virtual_cat { background: #3f3f3f !important; }
|
||||
.qsearch { font-size: 80%; font-style: normal; }
|
||||
#mbMenu #quicksearch > p { text-align: left; }
|
||||
|
||||
@@ -276,7 +276,6 @@ input.submit:active {
|
||||
font-size: 80%;
|
||||
font-style: normal;
|
||||
}
|
||||
.qsearch { font-size: 80%; font-style: italic; }
|
||||
* { outline: none; }
|
||||
|
||||
tr.throw td a { color: #fff; }
|
||||
|
||||
@@ -331,7 +331,7 @@ a.PWG:hover .G { color : #f92; }
|
||||
#imageToolBar .randomButtons a:hover,
|
||||
#imageToolBar .navButtons a:hover { background-color: #111; }
|
||||
#menubar .menuInfoCat,
|
||||
#menubar .menuInfoCatByChild, .qsearch,
|
||||
#menubar .menuInfoCatByChild,
|
||||
h2.showtitle, #theImage p.showlegend { display: none }
|
||||
* { outline-width: 0px; }
|
||||
ul.tabsheet {
|
||||
|
||||
Reference in New Issue
Block a user