Questions tagged as 'css'

1
answer

Why is header-logo and header-links not on the same line?

.container { width: 100%; display: grid; align-content: center; grid-gap: 10px; grid-template-columns: auto; grid-template-rows: 3fr 15fr 10fr auto; grid-template-areas: 'header-top header-top' 'heade...
asked by 27.08.2017 / 15:24
1
answer

Problem with component width with form-inline bootstrap

I'm building a form and I'm having trouble organizing the form's components the way I would like it to be. When I use the col-md class of the bootstrap the components are getting all unconfigured and when I size the fields by CSS, when...
asked by 05.09.2017 / 15:39
1
answer

Selection css in tables

I'm trying to apply the selection css property to a css table, but it's not working. I'd have to do it another way. Here is the code below. <style> .hora::selection{ background-color: #000; } </style> <table class="table...
asked by 28.08.2017 / 13:34
1
answer

CSS formatting does not apply in HTML2PDF plugin

I'm using the html2pdf plugin, but when trying to use CSS :    table {line-height: 10px} The same is not applied, I did not find anything in the plugin documentation, does anyone know how to fix it? Example of what does CSS...
asked by 05.09.2017 / 22:32
1
answer

display grid using different grid-row-gap for each row

Friends do you know if you can put a different gap value for each grid line? Type in the case below put grid-row-gap: 0px between the first and second line and then put 10px between the other lines link pro codepen html, body { h...
asked by 28.08.2017 / 21:44
0
answers

My error Notice: Undefined index: file in C: \ xampp \ htdocs \ zayonet \ start.php on line 99

I have a problem with this code below. I have a form in which the user has two options between simply typing text and publishing or text with image. Unfortunately $_FILES["file"] is being identified giving an error similar to:    Notic...
asked by 09.09.2017 / 10:04
1
answer

Navbar Bootstrap 4 collapse already automatic

I am copying EXACTLY any navbar template I found in the new bootstrap 4 documentation I am using in my projects. But, it already comes "collapsed" so to speak. Is there any function in javascript that I can put so it does not "collaspse" a...
asked by 23.08.2017 / 20:27
1
answer

Overflow-y is leaving a blank space in the table width

Hello. I'm trying to get my table to have a scroll, like this: <table ng-if="vm.model.id" width="100%" class="table table-striped table-bordered table-hover dataTable no-footer" style="width: 100%; height: 350px; overflow-y: auto; displa...
asked by 23.08.2017 / 14:29
1
answer

How to remove screen header on some routes

Good morning, on my angular project 4 I completed the adm screen and I wish the header did not appear in it, I know I could do this with ngIf but I'm lost > _ & gt ;, Can anyone give a light? The module.html app looks like this <app-navb...
asked by 22.08.2017 / 22:55
1
answer

How to lower the icons a bit more?

I'd like to go down the WhatsApp, Facebook and Skype icons a bit more but I can not. Here is the code: function relogio() { var data = new Date(); var horas = data.getHours(); var minutos = data.getMinutes(); var segundos = d...
asked by 10.08.2017 / 18:20