More compact high contrast appearance.
This commit is contained in:
parent
de6e67f071
commit
9614be3db5
|
@ -1,6 +1,7 @@
|
||||||
input {
|
input {
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
min-width: auto !important;
|
||||||
position: static !important;
|
position: static !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,6 +18,11 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
input.preset {
|
||||||
|
margin: 0 .5em !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-indent: 0 !important;
|
text-indent: 0 !important;
|
||||||
}
|
}
|
||||||
|
@ -32,9 +38,21 @@ label {
|
||||||
padding: 4px !important;
|
padding: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.preset {
|
.url {
|
||||||
|
white-space: nowrap !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.full-address {
|
||||||
display: block;
|
display: block;
|
||||||
width: auto !important;
|
}
|
||||||
|
|
||||||
|
.presets {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.preset {
|
||||||
|
display: inline;
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,7 +82,7 @@ tr.site {
|
||||||
-moz-appearance: initial !important;
|
-moz-appearance: initial !important;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: inline-flex !important;
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
font-family: sans-serif !important;
|
font-family: sans-serif !important;
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
|
@ -76,7 +94,6 @@ tr.site {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
#top a.icon:hover {
|
#top a.icon:hover {
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
Loading…
Reference in New Issue