mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Finishing up style fixes across pages
This commit is contained in:
parent
db347e14ec
commit
b88a4d9c9e
10 changed files with 200 additions and 123 deletions
|
@ -16,6 +16,11 @@ body {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 10px;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
li {
|
||||
padding: 2px 0px;
|
||||
}
|
||||
|
@ -412,6 +417,21 @@ select:hover {
|
|||
border: 1px solid #f2cb05;
|
||||
}
|
||||
|
||||
.checkbContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 10px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.checkbContainer > input {
|
||||
width: 5%;
|
||||
background-color: #9c9c98;
|
||||
color: azure;
|
||||
font-family: inherit;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.selectContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue