Questions tagged as 'twitter-bootstrap'

2
answers

Sort by Value in DataTables

I'm using the Bootstrap SB Admin2, which makes use of the DataTables component. In my jsp page I'm loading the following table: <table class="table table-striped table-bordered table-hover" id="dataTables-example"> <thead>...
asked by 05.03.2015 / 21:33
1
answer

Vertical Sidebar Menu using Bootstrap 3.3.2

My problem is to replicate something like this. I'm having a hard time solving this: link The difference is: without words. When I hover over the entire bar, the rest of the width appears telling what each page is (on the bottom what eac...
asked by 18.02.2015 / 12:45
1
answer

An image about two divs

I am currently dealing with a project and using Bootstrap v3.2.0 as the main tool. My layout follows the single page line, and each topic is approached as a window for the user, with all available space being taken advantage of. I need to mak...
asked by 09.10.2014 / 18:18
2
answers

Button next to input text bootstrap 3

I have a problem that I can not put my input file button next to my input text. I searched, tried some things I saw there and nothing. Maybe it's a silly thing, but I'm kind of new to CSS so I'm kind of lost. I made a JSFiddle with my current...
asked by 02.12.2015 / 15:36
1
answer

Avoid line wrap (collapsing) in col-md bootstrap

I'm doing a grid that will appear some products, up to 3 per line, in mobile 1 per line, the problem is that the height varies and hence in the monitors it 'pushes' one over the other. Solution would be to put a height: 270px fixed, ho...
asked by 17.05.2016 / 19:57
1
answer

Menu made in Bootstrap [closed]

How to center a menu made in Pingendo Bootstrap? <html> <head> <meta charset="utf-8"> <title>Boletim Online</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> &l...
asked by 25.11.2014 / 14:07
3
answers

Prevent Bootstrap collapse

I'm using Bootstrap on my site and I'm making a bar with navbar. The menu consists of a brand, 3 "li" items, a search bar and a link. How could I do that by using smaller screens or even resizing the browser, the search bar would not go in...
asked by 11.02.2016 / 01:27
3
answers

Default date format brazil does not work in bootstrap

I have this bootstrap datepicker component <div class="col-md-2"> <input id="dataSolicitacao" type="text" name="timepicker" class="b-datepicker form-control form-white" placeholder="Informe a data" data-orientation="top"> </di...
asked by 01.04.2016 / 13:15
1
answer

How to make collapsible divs open without the buttons of other divs going down?

I'm doing a portfolio gallery, based on Bootstrap so you're responsive. So I have a set of thumbnails that will correspond to a job that should be aligned: ClickingthemopensacollapsibleDIV.Iintendthatwhenthisdivopens,theotherthumbnailsonthesamel...
asked by 27.03.2014 / 23:32
2
answers

Paging within modal window in bootstrap

I have a modal window in bootstrap, and inside it a pagination, it happens that every time I click on some paging link, the modal closes. Does anyone know how I can make the modal always open? jQuery: $.post("busca-usuarios.php", {busca: bu...
asked by 26.12.2013 / 17:26