From 4ca319a5310b0caa0ed15a60bfd9980ed32c0327 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 17 Jan 2012 12:17:46 +0000 Subject: [PATCH] adjusted the country/beam headings boxes so they dont wrap onto new line --- css/global.css | 2 +- css/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/global.css b/css/global.css index 750f5888..4dc4aa92 100644 --- a/css/global.css +++ b/css/global.css @@ -71,7 +71,7 @@ td.item { padding-bottom: 5px; } .input_date { width: 70px; } .input_time { width: 54px; } #locator { width: 55px; text-transform: uppercase; } -#country { border: none; } +#country { border: none; width: 150px !important; } #locator_info { font-size: 13px; } #name { width: 208px; } #comment { width: 63.7%; } diff --git a/css/main.css b/css/main.css index b1da33e9..cd28999c 100644 --- a/css/main.css +++ b/css/main.css @@ -15,6 +15,7 @@ table .title { font-weight: bold; color: #439BF6; } .band { width: 80px; } .mode { width: 80px; } #callsign { text-transform: uppercase; } +#country { border: none; width: 140px !important; } input[type="text"] { color: #000000 !important;