stylesheets: fix controls styling

This commit is contained in:
Zankaria 2024-08-29 16:28:46 +02:00
parent 691cd0b531
commit 36fddc852e
9 changed files with 71 additions and 71 deletions

View file

@ -235,17 +235,17 @@ br.clear {
clear: left;
display: block;
}
span.controls {
div.controls {
float: right;
margin: 0;
padding: 0;
font-size: 80%;
}
span.controls.op {
div.controls.op {
float: none;
margin-left: 10px;
}
span.controls a {
div.controls a {
margin: 0;
}
div#wrap {
@ -465,7 +465,7 @@ background: #333333;
border: 1px solid #666666;
color: #999999;
}
input[type="submit"]:hover
input[type="submit"]:hover
{
color: #9999CC;
}