stylesheet fix

This commit is contained in:
Leon van Kammen 2023-12-06 23:11:06 +01:00
parent a9c01b9b3e
commit 51e918f677
1 changed files with 5 additions and 2 deletions

View File

@ -86,7 +86,7 @@ input[type="submit"] {
}
#overlay > #uri {
height: 29px;
height: 18px;
font-size: 21px;
position: absolute;
left: 200px;
@ -96,6 +96,9 @@ input[type="submit"] {
width: calc( 63% - 200px);
background: #f0f0f0;
border-color: #Ccc;
border: 2px solid #CCC;
border-radius: 7px;
color: #555;
}
.btn-foot{