FINALLY fix this f***ing whitespace mess
This commit is contained in:
parent
a984d1fd6f
commit
f6c83dc692
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue