mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
TX ID, UI fixes
This commit is contained in:
@@ -20,6 +20,12 @@ h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin: 0;
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
p#tuner-desc {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -54,6 +60,10 @@ label {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
#data-station-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
float: left;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@@ -58,6 +58,14 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.opacity-full {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.opacity-half {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.flex-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user