Questions tagged as 'twitter-bootstrap'

1
answer

CSS Alignment + Bootstrap

I'm using the bootstrap thumbnail but I do not find a bootstrap class to leave them inline; I'm using this thumbnail. and would like it to look exactly like it is in the example; I already tried to <div class="row"> put i...
asked by 12.08.2015 / 16:02
1
answer

CSS Menu disconfigured mobile

When the site is responsive the menu is with that button to open a menu. The problem I'm experiencing is the CSS issue of it. It should have a cute style, stay in block , but it stays that way: Idonotknowwhy,thecodelookslikethis:...
asked by 16.05.2015 / 09:57
4
answers

Bootstrap Modal on Modal by JS

Good afternoon, I saw several examples on the internet of a modal opening on another modal with the bootstrap, but none of them using javascript. Can not open a modal over the other with the bootstrap using javascript?     
asked by 13.07.2015 / 20:06
1
answer

Grid System BootStrap

I'm setting up this grid Bootstrap, but in the last row , it looks like the grid margin is misaligned. Is my semantics wrong? <divclass="container"> <div class="row"> <div class="col-xs-4"> <i...
asked by 20.02.2015 / 12:39
1
answer

Set fixed sidebar for mobile devices

I made a layout with a fixed sidebar, everything is ok, but what is not working and when will I use it in mobile version (screens with resolution less than 768px). I need it when it is at a resolution lower than 768px (Mobile) the menu is at...
asked by 05.02.2015 / 21:12
2
answers

Bootstrap Datepicker

I developed an application using bootstrap (getbootstrap.com). I created a date field and linked the datepicker from the bootstrap itself. How do I change the size of the calendar? I need to display it smaller.     
asked by 25.11.2014 / 02:38
1
answer

Change navbar style with scroll

I've been looking for a way to make a navbar bootstrap 3 have a behavior similar to Google+ navbar, while scrolling down it gets smaller and displays instead of menus with icon and title only menus with icon, when returning to the top it...
asked by 29.01.2015 / 16:44
1
answer

Customize my modal bootstrap

I have a modal working: <!-- Bootstrap Modal Dialog --> <div class="modal fade" id="myModal" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <asp:UpdatePanel ID="upModal...
asked by 16.03.2015 / 03:28
1
answer

Modify a button's property when closing modal bootstrap

I have a table with a button to add a comment about the item on that row. In this button I have a class = adicionar that allows me to apply to all with this class the action of opening a bootstrap modal. My problem is that I can not ident...
asked by 16.03.2015 / 21:12
1
answer

Modal made in bootstrap

Why my modal is not opening? The page I call below is inside the main.php, where I put the correct include links: <div class = "conteudo"> <div class="container-fluid"> <div align="left" id="inserir">...
asked by 01.06.2015 / 20:05