Hey Jeff,

This is indeed a big difference between bootstrap 2 and bootstrap 3. It's
one of the reasons why you cannot simply switch from bootstrap 2 to
bootstrap 3.

At Emweb, we keep all existing projects to bootstrap 2, and use bootstrap 3
only for new projects.

Regards,
koen


2014-03-29 21:49 GMT+01:00 Jeffrey Scott Flesher Gmail <
jeffrey.scott.fles...@gmail.com>:

>  If I pick theme 2, no class is set, and it uses the bootstrap css select
> which sets the width to 220px, which is fine,
> but if I pick theme 3, it sets the class to form-control and sets the
> width to 100%, which is not fine.
>
> I want to use theme 3, but I want the width to be 220px, as a workaround I
> did:
>
> select.form-control
> {
>     width: 220px;
> }
>
> My question is, is this the behavior you intended, or would it be better
> to use another class for selectors?
> It seems to me that form-control is not a very good class to use for
> selectors.
>
> Thanks
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to