Jump to content
  • 0

Bootstrap + search form


Леонардо
 Share

Question

Не могу понять, как в Bootstrap изменить дину поисковой формы.

В Друпал + Омега выглядит так:

1. 15 знаков длины

2. Кнопка в одной линии с формой.

0_9e83e_6546f460_L.png

Включаю библиотеку Bootstrap, и форма приобретает такой вид,

0_9e83c_b9e205ad_L.png

Если в настройках блока (модуль Block Class) указать

класс span1, то все приобретает такой вид:

0_9e83d_368c9442_L.png

т.е. размеры блока меняются, но поле ввода, конечно, остается прежним.

Как сделать, чтобы с Bootstrap это выглядело как обычно?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

посмотри исходник бутстрапа. там что то типа этого

.input-mini{width:60px;}

.input-small{width:90px;}

.input-medium{width:150px;}

.input-large{width:210px;}

.input-xlarge{width:270px;}

.input-xxlarge{width:530px;}

Пример:

<input class="input-xlarge focused" id="commentName" type="text" value="">

для кнопки есть класс button. ну и погугли

Link to comment
Share on other sites

  • 0

Извиняюсь перепутал .btn - в css не заглядывал. По поводу внешнего вида кнопок можно не ограничиваться предоставленными. Есть хорошие генераторы кнопок аля бутстрап

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy