This commit is contained in:
zmagod 2018-05-03 14:51:49 +02:00
parent 60e5aa8716
commit abbc0995f2

View file

@ -1728,6 +1728,7 @@ th.custom-field .modal-tooltiptext {
} }
#alert-flash { #alert-flash {
button { button {
margin-right: 400px; margin-right: 400px;
} }
@ -1737,9 +1738,11 @@ th.custom-field .modal-tooltiptext {
} }
@media(max-width:768px) { @media(max-width:768px) {
button { button {
display: none; display: none;
} }
.glyphicon { .glyphicon {
margin-left: 10px; margin-left: 10px;
} }