From ad39e42222cbb058e643ac1244ec847e5b943fc1 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 19 Jun 2014 08:14:38 +0000 Subject: feature 3091: remove inline CSS (but doesn't work with selectize) git-svn-id: http://piwigo.org/svn/trunk@28732 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/search.tpl | 4 ++-- themes/default/theme.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 3ddad7378..b9d712cee 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -51,7 +51,7 @@ jQuery(document).ready(function() {
{'Search for Author'|@translate}

- {foreach from=$AUTHORS item=author} {/foreach} @@ -63,7 +63,7 @@ jQuery(document).ready(function() {

{'Search tags'|@translate}

- {foreach from=$TAGS item=tag} {/foreach} diff --git a/themes/default/theme.css b/themes/default/theme.css index 99e586b10..f31d7a31e 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -536,7 +536,7 @@ FIELDSET { line-height:20px; } -.filter input[name="search_allwords"] { +.filter input[name="search_allwords"], .filter #authors, .filter #tags { width:500px; } -- cgit v1.2.3