button positionning
This commit is contained in:
parent
22b5e75fde
commit
4b0663ecfd
3 changed files with 52 additions and 104 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue