Improved high contrast layout.

This commit is contained in:
hackademix 2022-03-10 19:49:52 +01:00
parent a0c0e3a126
commit d4f623a0e2
1 changed files with 6 additions and 8 deletions

View File

@ -44,10 +44,6 @@ label {
padding: 4px !important; padding: 4px !important;
} }
.url {
white-space: nowrap !important;
}
.full-address { .full-address {
display: block; display: block;
} }
@ -57,9 +53,9 @@ label {
flex-wrap: wrap; flex-wrap: wrap;
} }
span.preset { span.preset, .url {
display: inline; display: flex;
white-space: nowrap !important; align-items: center;
} }
input.temp { input.temp {
@ -73,10 +69,12 @@ input.temp {
tr.site { tr.site {
border-top: 1px solid #888; border-top: 1px solid #888;
display: flex;
align-items: center;
} }
#top { #top {
display:flex; display: flex;
flex-flow: row; flex-flow: row;
justify-content: space-around; justify-content: space-around;
height: auto; height: auto;