Questions tagged as 'css'

1
answer

Change the time format of the Bootstrap Time Picker

As I can include the 0 in the morning hours, by default I get it: 8:00:00 9:30:00 I would like the schedule to show like this: 08:00:00 09:30:00 How can I change the time format of the Bootstrap timepicker to be displaye...
asked by 11.07.2017 / 19:05
1
answer

Because when I add a font awesome icon to a text box does the icon only show me a rectangle?

Currently I would like to add a icono within my textfield so that the user can see something related to what the field represents. HTML code: <input type="text" name="nombre" placeholder="&#xf075; Add Comment" id="txtno...
asked by 13.07.2017 / 20:48
1
answer

Field entered that goes down and a new field empty

Hello, I have the following code when pressing the "Add +" button, a new row is added to the table to continue entering data. My question is the following one there is some form where when pressing the button "To add +" the field that I add it l...
asked by 06.09.2017 / 17:51
4
answers

Change css using js vanilla

I am trying to change the dimensions of a div by modifying the css of it by the DOM model of JavaScript . var mi_div = document.getElementById("prueba"); var get_width, get_height; get_width = mi_div.offsetWidth; g...
asked by 30.06.2017 / 21:41
1
answer

Error in the web with: "bad URI or cross-site access not allowed source:"

I have this error:    downloadable font: download failed (font-family: "font-test"   style: normal weight: normal stretch: normal src index: 1): bad URI or   cross-site access not allowed source:    link The folder structure is this: /...
asked by 06.06.2017 / 09:58
1
answer

The responsive does not work

I have a responsive page, supposedly, because while on the computer screen, when resizing it shows me well, when opening it with a small screen device (less than 500px wide) it does not work . I attached the goal I have set and how are the que...
asked by 02.06.2017 / 10:39
2
answers

Deactivate a tab in Semantic UI

I continue to give the implementation of Semantic-UI and I am with a problem that I would have to see why it does not work. It turns out that I have a system of 5 tabs that depend on the certain values I take from the database. One of those...
asked by 04.07.2017 / 15:23
1
answer

How do I use Masonry horizontally?

I have the following code .grid{ column-count: 2; column-gap: 1em; } .grid-item{ margin: 10px; background-color: #333; display: inline-block; margin: 0 0 1em; width: 100%; } .grid-item:nth-child...
asked by 03.07.2017 / 02:01
3
answers

Div of 100% width is superimposed on a 'span' floating to the left

I have the following HTML code: <div class="tags-notice"> <span class="item-tags"></span> <div class="content-etiquetas"></div> </div> And I want the div.content-etiquetas to face the...
asked by 14.06.2017 / 18:57
1
answer

Evaluate variable in SASS

I'm working with SASS and I have a large color list that I need to try (and that can be changed later). I define the colors in their variables, two lists with the colors and their names, and I'm doing a loop with @each to generate the tes...
asked by 16.05.2017 / 14:49