FINALLY fix this f***ing whitespace mess

This commit is contained in:
Ludovic Stephan 2020-07-27 01:26:51 +02:00
parent a984d1fd6f
commit f6c83dc692

View file

@ -25,6 +25,9 @@
.jconfirm .jconfirm-box .content-pane {
border-bottom:1px solid #ddd;
margin: 0px !important;
/* fixes whitespace below block
see https://stackoverflow.com/a/5804278 */
vertical-align: middle;
}
.jconfirm .jconfirm-box .content {
@ -51,7 +54,6 @@
}
.jconfirm .jconfirm-box .buttons {
margin-top:-6px; /* j'arrive pas à voir pk y'a un espace au dessus sinon... */
padding:0;
height:40px;
}