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:
@@ -9,8 +9,33 @@
|
||||
}
|
||||
}
|
||||
|
||||
span.flag-wrapper {
|
||||
display: inline-block;
|
||||
width: 1.7em;
|
||||
}
|
||||
|
||||
span.icon-wrapper {
|
||||
display: inline-block;
|
||||
width: 1.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
span.freq-mhz {
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.freq-khz {
|
||||
padding: 0 0.2em;
|
||||
}
|
||||
|
||||
span.freq-hz {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
tr.table-faded td {
|
||||
color: gray;
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
Reference in New Issue
Block a user