Questions tagged as 'twitter-bootstrap'

1
answer

How to put the * Bootstrap ('glyphicon-bootstrap') icons in the Yii framework menu

I'm starting a project at the company where I develop, and we're thank you for using the Yii Framework along with Bootstrap , but I'm not you can put the Bootstrap ( glyphicon-bootstrap ) icons in the menu, follow the code example:...
asked by 07.07.2014 / 15:18
1
answer

How to use bootstrap for font sizes?

I'd like a didactic answer on how to use Bootstrap to determine font sizes. To help, I'm using exactly the following half-queries: /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { } /* Landsca...
asked by 14.06.2014 / 21:25
1
answer

visibility of tabs using bootstrap

In my spring application, I'm using the bootstrap in my views to create the user interface. In one of the views, called listagem , I have four tabs, and initially only one is visible (the one that gets the same name as the view, listing)....
asked by 20.06.2014 / 21:32
2
answers

Adjust horizontal and vertical orientation in Bootstrap

My page is horizontal the way I want it: But if you leave the phone upright it's going like this: How do you make it vertical in the following way? Follow my code: <div class="row"> <div class="co...
asked by 08.09.2014 / 18:02
1
answer

Installation template wrapbootstrap

I bought the Genius Bootstrap template and had a problem using it along with Rails. I performed the following steps: I created a new app (rails new experiment) [Rails 3.2.13] I moved the contents of the assets folder from the template to vend...
asked by 17.02.2014 / 20:11
1
answer

Using Bootstrap in legacy layout without adoption of Grid system

Consider a complex and legacy table-dependent layout that can not be converted to tableless. From this premise, if we inserted CSS and Javascript from Bootstrap, could we use some components (such as Glyphicons or Navbar) or CSS as .visibl...
asked by 16.07.2014 / 15:24
2
answers

How to use a border image (or character) via CSS?

I have a tag with text inside that I would like to use the% c key as the border for this text. Code: .indicacoes { font-family: 'AmaticBold'; font-size: 40px; margin-top: 30px; text-align: center; } <div class="container">...
asked by 23.11.2018 / 05:56
1
answer

How to prevent the Google translator dropdown from disappearing?

I'm trying to implement the google translator dropdown, within a button. Now by clicking on the google translator dropdown, it does not show the countries / languages. Here is the code I'm currently using with bootstrap: <div class="drop...
asked by 13.03.2018 / 12:29
2
answers

Input date ta in English

I made an input date from the bootstrap and it is in English, is there any way to get it in pt-br? HTML <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap-datetimepicker.min.css"...
asked by 07.02.2018 / 17:19
3
answers

Doubt of how to increase input size according to div size using bootstrap

I'm having difficulty increasing the size of my inputs using the bootstrap classes, I'd like to leave them depending on the sizes of my div for example, in a row with 12 columns I create the div with col-md-12 and leave the input of the size of...
asked by 24.10.2017 / 19:13