Questions tagged as 'bootstrap'

1
answer

Go from variable to modal

In my view I have a foreach to bring all the results of a query. And two buttons one to open a page related to its id and another button that opens the id in a modal. The first button works well since when you print each foreach the path to the...
asked by 01.12.2016 / 18:23
2
answers

Complex component as a modal. Angular 2

How to use a complex form component (with services, injections, etc) as a modal without having to put your html in the parent component? My structure is as follows: src ----- app.component.ts ----- app.component.html ----- modals/ ---------...
asked by 28.02.2017 / 20:19
1
answer

Put buttons to the bottom of the container

I'm trying to put three buttons down all of the red div. I tried using position:relative bottom:0px; but it does not work. body{ text-align:center; } input{ max-width:15%; } .pomodoro{ background:#e5...
asked by 29.11.2016 / 00:54
2
answers

Create pop up with bootstrap help

I am creating a "pop up" type pop-up window (as if it were a confirm () but I want instead of having the typical OK-Cancel buttons, have the values: Button1 - Button2, and each do X code. .. I have the following code in the index.php: echo...
asked by 17.11.2016 / 15:17
2
answers

Modify responsive dimensions of the bootstrap 3 navbar

I am using the following navbar: And I'm having this problem: You can see that by the amount of elements that the navbar has, when I reduce the resolution of the screen, the elements that are aligned to the right, are passed do...
asked by 14.11.2016 / 05:07
3
answers

Problem with bootstrap columns occupy space in lower columns

My problem is to dynamically generate columns of type "col-md-4" but if one exceeds the content as seen in the image causes the following columns to skip that space. What I'm looking for is that it respects the space of the div above and d...
asked by 18.10.2016 / 17:37
2
answers

Active Class with a NavBar - Bootstrap3

Good morning everyone, the post is to ask for help with a project I am preparing for the institute, we are asked to make a help desk system (handling of attention tickets) and a scorecard (reports in statistical tables, etc.) I am working on...
asked by 14.12.2016 / 20:14
1
answer

Problem with accommodating Divs

I am doing a medical examination, only that I have a problem with the CSS or with the code. I need the box that says diagnosis to appear under previous visits. I tried to do it but it keeps appearing below, in fact on the right side of these two...
asked by 04.10.2016 / 19:36
1
answer

My dropdown works as a button

I do not know what happened, from one day to the next my dropdown began to work as if it were a button. In my project they always worked well and I started to continue with what I was doing and I realized that now when I give a dropdown it do...
asked by 03.10.2016 / 02:27
2
answers

collapse submenu when selecting another option from the menu

I have a vertical menu with submenus, the process that makes my current menu is that each one clicks on the option it displays a submenu, and it is hidden until the user clicks on the parent menu again, as I can do so that when you click on anot...
asked by 29.08.2016 / 19:22