mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Various UI things #7
This commit is contained in:
@@ -12,17 +12,20 @@
|
||||
span.flag-wrapper {
|
||||
display: inline-block;
|
||||
width: 1.7em;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
span.icon-wrapper {
|
||||
display: inline-block;
|
||||
width: 1.5em;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
span.freq-mhz {
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
min-width: 1.5em;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -35,7 +38,13 @@ span.freq-hz {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
span.mode-q {
|
||||
padding-left: 0.5em;
|
||||
font-size: 0.7em;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
tr.table-faded td {
|
||||
color: gray;
|
||||
color: lightgray;
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
Reference in New Issue
Block a user