Questions tagged as 'twitter-bootstrap'

2
answers

Bootstrap list panel problem

I have this margin (or padding) spoiling my panel, how do I remove it? I've tried several things with CSS, changing padding , margin etc, but nothing worked. This is the margin I want to remove: Thisisthe(simplified)codeI'musi...
asked by 23.05.2015 / 22:51
2
answers

Use submit to submit a form, within modal, using bootstrap

I'm trying to submit a form within a modal, but it's not submitting what I'm sending in the tag. My VIEW: <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">Novo</button> <div c...
asked by 11.05.2015 / 16:28
1
answer

CSS bootstrap does not load when the application is published in IIS

When I'm running the application in visual studio 2010 I have no problem with the CSS boostrap and javascript, but when I publish it to IIS, all javascripts and css's are not recognized. I created a simple page in html to test if it is a html fo...
asked by 27.05.2015 / 22:07
1
answer

Disable class when closing modal

I have the following JS for my modal: <script type="text/javascript"> $('#modal').modal('hide'); $('.linkModal').on('click', function(event){ event.preventDefault(); var title = ($(this).attr("title")); if...
asked by 28.05.2015 / 16:23
2
answers

Bootstrap dropdown menu is not working

My dropdown menu does not work. <div class="btn-group"> <button type="button" class="btn btn-warning">Menu Dropdowb</button> <button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown" aria-exp...
asked by 24.03.2015 / 21:05
1
answer

wysiwyg does not let you type

I am using wysiwyg to create a field with rich text but it is not accepting me to type. What am I doing wrong? Setting Javascript: <script> $(document).ready(function(){ $('#editor').wysiwyg(); });...
asked by 06.07.2015 / 18:16
1
answer

Bootstrap glyphicons are not working [closed]

Can anyone tell me why bootstrap glyphicons are not working? It looks like this Insteadofstayinglikethis... Code: <a href="" style="color: #ffffff;"><span class="glyphicon glyphicon-refresh"></span> Novidades <...
asked by 15.05.2015 / 05:44
1
answer

text-overflow: ellipsis - Displaying text when hovering over

I did appear "..." at the end of a very large title, when I hover the mouse over it I can already make it display the rest of the title, but it does not use a line break. How do I want it to work? When you move the mouse over it, remove "..."...
asked by 07.05.2015 / 23:24
2
answers

Show error in field instead of flash / notice

I have a Rails application with Twitter Bootstrap that, when creating a record and displaying errors, shows the error in a flash / notice as the image: However, I would like errors to appear in the fields, and change the input class to .has-...
asked by 11.09.2014 / 22:05
2
answers

Image alignment to the right of the div in Bootstrap

I know what is central alignment and center-block in bootstrap, but I would like to know how to align a right image of a div? I can not put the picture of the phone next to the number, I have to leave both numbers in the center of the page. I...
asked by 27.01.2015 / 19:34