?
Referenced as Pull Request for: # 6877
avatar pl71
pl71
21 Oct 2014

Steps to reproduce the issue

mod_finder (Smart search module)

Expected result

Search field size as per option 'Search Field Size'

Actual result

Search field width is hard coded at 150px
mod_finder/tmpl/default.php row 21 - input_medium class

System information (as much as possible)

Additional comments

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.

avatar pl71 pl71 - open - 21 Oct 2014
avatar ghost
ghost - comment - 25 Oct 2014

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;
}

avatar brianteeman brianteeman - change - 3 Jan 2015
Labels Added: ?
avatar bertmert
bertmert - comment - 1 May 2015

Please see and test PR #6877

avatar roland-d
roland-d - comment - 2 May 2015

Closing this as the issue is fixed in #6873.

avatar roland-d roland-d - change - 2 May 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-05-02 18:06:27
Closed_By roland-d
avatar roland-d roland-d - close - 2 May 2015
avatar roland-d roland-d - close - 2 May 2015
avatar roland-d
roland-d - comment - 2 May 2015

Sorry, wrong PR, this is another topic.

avatar roland-d roland-d - change - 2 May 2015
Status Closed New
Closed_Date 2015-05-02 18:06:27
Closed_By roland-d
avatar roland-d roland-d - reopen - 2 May 2015
avatar roland-d roland-d - reopen - 2 May 2015
avatar roland-d
roland-d - comment - 2 May 2015

Closing this anyway because we have a PR at #6877

avatar roland-d roland-d - change - 2 May 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-05-02 18:10:49
Closed_By roland-d
avatar roland-d roland-d - close - 2 May 2015
avatar roland-d roland-d - close - 2 May 2015

Add a Comment

Login with GitHub to post a comment