diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 26fba699..916885fe 100644 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -177,7 +177,7 @@ IOTA - e.g: EU-005 + e.g: EU-005 @@ -204,12 +204,12 @@ - + - +
Sat Name
Sat Mode
diff --git a/css/main.css b/css/main.css index ef117605..670429ee 100644 --- a/css/main.css +++ b/css/main.css @@ -15,6 +15,10 @@ table .title { font-weight: bold; color: #439BF6; } .band { width: 80px; } .mode { width: 80px; } #callsign { text-transform: uppercase; } +#locator { text-transform: uppercase; } +#sat_name { text-transform: uppercase; } +#sat_mode { text-transform: uppercase; } +#iota_ref { text-transform: uppercase; } input[type="text"] { color: #000000 !important;