diff options
author | plegall <plg@piwigo.org> | 2014-06-19 08:14:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-06-19 08:14:38 +0000 |
commit | ad39e42222cbb058e643ac1244ec847e5b943fc1 (patch) | |
tree | 61652456c234ee9b54f54ab077c4b7b5eeb021d5 /themes/default/theme.css | |
parent | 3edeaed602c8fb0823bd08162844cb5de32676cf (diff) |
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
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |