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