mod_finder (Smart search module)
Search field size as per option 'Search Field Size'
Search field width is hard coded at 150px
mod_finder/tmpl/default.php row 21 - input_medium class
Size option to be like drop-down list of the pre-defined BS 2 sizes (.input-medium, .input-large, etc..)
Or to wait BS3 implementation in future Joomla versions.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-02 18:06:27 |
Closed_By | ⇒ | roland-d |
Sorry, wrong PR, this is another topic.
Status | Closed | ⇒ | New |
Closed_Date | 2015-05-02 18:06:27 | ⇒ | |
Closed_By | roland-d | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-02 18:10:49 |
Closed_By | ⇒ | roland-d |
Not a bug.
It does not make sense to remove class input-medium because there are other width rules for INPUT elements in bootstrap that will be used instead.
You can get rid of it simply by resetting width in your CSS file.
e.g.
#mod-finder-searchword.input-medium{
width:auto;
}