From d7c1f65209bad2703a424736cab2af0b0de426dc Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 3 Jun 2012 19:02:45 +0100 Subject: [PATCH] Made Callsign search box smaller --- css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 97be68c3b..ef117605e 100644 --- a/css/main.css +++ b/css/main.css @@ -24,4 +24,8 @@ input[type="text"] { .icon_qsl { background: transparent url('../images/icons/qslcard.png') no-repeat center left; padding-left: 20px; font-weight: bold; } -.icon_stats { background: transparent url('../images/icons/stats.png') no-repeat center left; padding-left: 20px; font-weight: bold; } \ No newline at end of file +.icon_stats { background: transparent url('../images/icons/stats.png') no-repeat center left; padding-left: 20px; font-weight: bold; } + +.topbar input { + width: 100px !important; +} \ No newline at end of file