Questions tagged as 'bootstrap-3'

2
answers

Bootstrap input width using form-inline

I have a% bootstrap%, how do I control the input of input without losing responsiveness? Example w3schools form-inline bootstrap <form class="form-inline" role="form"> <div class="form-group"> <label for="email">Em...
asked by 11.06.2015 / 04:22
1
answer

How to center a Modal Box in Horizontal and Vertical with CSS3? It's possible?

My ModalBox (modal-fade in Boostrap) is appearing at the top of the page! Can I centralize it in Horizontal and Vertical using only CSS3 ? If yes, what would be the right way? Follow my Modal code. <div class="container">...
asked by 27.11.2015 / 15:11
1
answer

How to use scrollbar bottom when opening modal?

In the code: .modal-body { max-height: calc(100vh - 210px); overflow-y: auto; } <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"/> <link href="https://cdnjs.cloudflar...
asked by 31.03.2017 / 22:05
2
answers

Angled route link does not work in bootstrap

Person I'm having trouble on the menu. The links made in Bootstrap are not bringing my angular routes. If I put the command in the navigation bar is going well. I already researched several things and nothing works. If someone came up, please he...
asked by 12.02.2016 / 14:04
4
answers

Menu and submenu with bootstrap

I'm trying to add a subitem below about but I can not. I tested with ul and li tags, but it did not work. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2"> <ul class="nav navbar-nav">...
asked by 11.04.2016 / 20:03
2
answers

Next tab when clicking the button

I have a registration form divided into tabs, where the tabs are disabled until the user clicks the button to enable and go to next. The problem is that the way the user is has to enable the button and then click on the next tab. I need when the...
asked by 24.02.2015 / 13:18
4
answers

Remove button border

I have a Jumbotron btn that I can not get the hover of the button (the blue rectangle), already tried to disable all styles in the chrome console but it does not work. <button type="submit" class="btn">Entrar</button>...
asked by 03.02.2016 / 17:48
3
answers

Error Calling Jquery function

I have the following button: <button class="btn btn-default details" data-id="@fornecedores.Codigo"><i class="glyphicon glyphicon-file"></i></button> On the same page I have the following script: $(document).ready(...
asked by 10.09.2015 / 21:23
3
answers

How to disable the "View Details" button in the image preview?

I'm using: link Here is an example in jsfidde: link How to disable this button: Hereisthecode:HTML:<inputid="input-id" type="file" class="file" data-preview-file-type="text"> JS: $("#input-id").fileinput({ showRemove:...
asked by 18.02.2017 / 19:14
2
answers

Editable table in PHP [closed]

I have a table with a list of companies. I want from a click on the table line to load a modal with the information of this company. Any suggestions on how to do it?     
asked by 23.05.2016 / 22:47