diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-10-18 19:09:10 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-10-18 19:09:10 +0000 |
commit | 965ec8b61bfafc2b24b58ce8b7a7207c52cf29b8 (patch) | |
tree | c275647c43d5045ff3c3ee8d12e93c4c458c92be /themes/default/template/search.tpl | |
parent | ed076b09705159790fca014cc0df6b80e8de7631 (diff) |
removed inline style width
git-svn-id: http://piwigo.org/svn/trunk@24981 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/search.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index c27b33202..4db60eb96 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -21,7 +21,7 @@ <ul class="categoryActions"> {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" class="pwg-state-default pwg-button"> - <span class="pwg-icon pwg-icon-help"> </span><span class="pwg-button-text">{'Help'|@translate}</span> + <span class="pwg-icon pwg-icon-help"></span><span class="pwg-button-text">{'Help'|@translate}</span> </a></li> </ul> <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Search'|@translate}</h2> @@ -33,7 +33,7 @@ <fieldset> <legend>{'Filter'|@translate}</legend> <label>{'Search for words'|@translate} - <input type="text" style="width: 300px" name="search_allwords" size="30"> + <input type="text" name="search_allwords" size="35"> </label> <ul> <li><label> @@ -44,7 +44,7 @@ </label></li> </ul> <label>{'Search for Author'|@translate} - <input type="text" style="width: 300px" name="search_author" size="30"> + <input type="text" name="search_author" size="35"> </label> </fieldset> @@ -111,7 +111,7 @@ <fieldset> <legend>{'Search in albums'|@translate}</legend> <label>{'Albums'|@translate} - <select class="categoryList" name="cat[]" multiple="multiple" > + <select class="categoryList" name="cat[]" multiple="multiple" size="15"> {html_options options=$category_options selected=$category_options_selected} </select> </label> |