mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Added text and submit classes to search form input and submit buttons, respectively. Fixed the width of the search form in IE. Button height's off in IE 8 compatbility mode.
This commit is contained in:
committed by
Bharat Mediratta
parent
33e76f5e33
commit
3fc08dfd4c
@@ -8,10 +8,10 @@
|
||||
<ul>
|
||||
<li>
|
||||
<label for="q"><?= t("Search the gallery") ?></label>
|
||||
<input name="q" id="q" type="text" value="<?= html::clean_attribute($q) ?>"/>
|
||||
<input name="q" id="q" type="text" value="<?= html::clean_attribute($q) ?>" class="text" />
|
||||
</li>
|
||||
<li>
|
||||
<input type="submit" value="<?= t("Search")->for_html_attr() ?>" />
|
||||
<input type="submit" value="<?= t("Search")->for_html_attr() ?>" class="submit" />
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user