Changeset 28732


Ignore:
Timestamp:
Jun 19, 2014, 10:14:38 AM (10 years ago)
Author:
plg
Message:

feature 3091: remove inline CSS (but doesn't work with selectize)

Location:
trunk/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/search.tpl

    r28710 r28732  
    5252  <legend>{'Search for Author'|@translate}</legend>
    5353  <p>
    54     <select id="authors" placeholder="{'Type in a search term'|translate}" name="authors[]" multiple style="width:500px;">
     54    <select id="authors" placeholder="{'Type in a search term'|translate}" name="authors[]" multiple>
    5555{foreach from=$AUTHORS item=author}
    5656      <option value="{$author.author|strip_tags:false|escape:html}">{$author.author|strip_tags:false} ({$author.counter|translate_dec:'%d photo':'%d photos'})</option>
     
    6464  <legend>{'Search tags'|@translate}</legend>
    6565  <p>
    66   <select id="tags" placeholder="{'Type in a search term'|translate}" name="tags[]" multiple style="width:500px;">
     66  <select id="tags" placeholder="{'Type in a search term'|translate}" name="tags[]" multiple>
    6767{foreach from=$TAGS item=tag}
    6868    <option value="{$tag.id}">{$tag.name} ({$tag.counter|translate_dec:'%d photo':'%d photos'})</option>
  • trunk/themes/default/theme.css

    r28715 r28732  
    537537}
    538538
    539 .filter input[name="search_allwords"] {
     539.filter input[name="search_allwords"], .filter #authors, .filter #tags {
    540540  width:500px;
    541541}
Note: See TracChangeset for help on using the changeset viewer.