Questions tagged as 'css'

1
answer

Background color in header Jqgrid

I am trying to place the background for the colNames of Jqgrid I wish something like this: I get this by placing the following directly in the Javascript: colNames:['', '<span class="badge bg-green">Orden N°</span>','Pr...
asked by 13.12.2018 / 23:45
1
answer

How to remove the spaces between divs and inputs?

I have the following problem, I can not eliminate the spaces I have between two divs and inputs I am using bootstrap the code for inputs is as follows: <input class="form-control form-control-sm col-sm-2 col-2 col-md-...
asked by 05.12.2018 / 19:39
0
answers

Ionic Adjust image and icon

Good morning, I would like to know how to achieve that in the next image, the icon is placed on top of the image. This is what I have for now. HTML <ion-row responsive-sm> <ion-col col-12 width-50 text-center> &...
asked by 05.12.2018 / 18:32
2
answers

Class css is not applied when there is an input in focus with jquery

I have an input I am using bootstrap 3 for css <form> <div class="row"> <div class="form-group col-md-6"> <label>Número de Filas:</label> <input type="text" id="no_filasVal" class="form-control">...
asked by 05.12.2018 / 21:33
1
answer

Pre-loader with javascript loaded only once

Sorry friends what happens is that I have a question with javascript I have a pre-loader and I would like to know how I could make that pre-loader appear only once, what I mean is that the user at the moment of being navigating through the tabs...
asked by 05.12.2018 / 02:33
1
answer

Mix CSS with ASP c #

I would like to know if it is possible to mix C # code with css in a style sheet, at this moment I have this: :root { --fond_Size: 14px !important; --title_Size: 20px !important; --padding_span: 5% !important; --fond_Size_Popup...
asked by 04.12.2018 / 02:15
0
answers

my web does not show styles using friendly urls with htaccess

I'm making my page and I use htaccess to create friendly urls, in it, I tell an item to do a href to a "contact" file html: <a href="contacto/"> .htaccess Rewriterule contacto/ contacto.html and the...
asked by 02.12.2018 / 18:23
1
answer

div increases too high when adding buttons

I put a button on a div but when you add it, the div increases a lot and is stuck to the footer, besides the button leaves the div, I do not know what it can be. <div class='caja'>--CONTENIDO</div> <a href="javascript:cargar()...
asked by 03.12.2018 / 04:27
1
answer

Content and footer overlapping

I am developing a site and I have a problem with the template AdminLTE . I'm not a CSS expert by any means, but the problem arises that my content, just a div that thanks to ACE Editor becomes a text editor, exceeds the given margins and is s...
asked by 30.11.2018 / 23:00
0
answers

Problem with my Flexbox layout

I have a problem wanting to do a responsive web using flexbox. I have a content with 4 figures and their figcaption, in the PC view I want to be distributed 2 up and 2 down, I'm using flexbox but I do not understand where I'm wrong. When I want...
asked by 07.12.2018 / 06:57