button positionning

This commit is contained in:
Joachim Happel 2024-06-05 10:55:48 +02:00
parent 22b5e75fde
commit 4b0663ecfd
3 changed files with 52 additions and 104 deletions

View file

@ -121,13 +121,16 @@
#openModal {
background-color: #007bff;
color: #fff;
padding: 6px 19px;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
max-width: 110px;
}
.media-modal #openModal {
position: fixed;
margin-top: 26px;
font-size: 14px;
font-weight: bold;
text-align: center;
margin-top: 10px;
}
#openModal:hover {
background-color: #0056b3;
}