minor fix

This commit is contained in:
fbsanchez 2019-11-22 15:37:32 +01:00
parent d6ce54cddf
commit 8001ba0d41

View File

@ -4989,6 +4989,7 @@ input:checked + .p-slider:before {
.action_buttons a, .action_buttons a,
.action_buttons input[type="image"] { .action_buttons input[type="image"] {
margin-right: 5px; margin-right: 5px;
display: inline-block;
} }
.action_buttons a:last-child, .action_buttons a:last-child,
@ -4998,7 +4999,6 @@ input:checked + .p-slider:before {
.action_buttons a:hover { .action_buttons a:hover {
background-color: #fff; background-color: #fff;
display: inline-block;
border-radius: 4px; border-radius: 4px;
} }