From 71d864f28310d35b683e8f024c7dc5af586f486f Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 13 Nov 2013 10:44:21 +0100 Subject: more searchbar style work --- view/theme/redbasic/css/style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ee3534a11..15044324d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -57,7 +57,6 @@ input { padding: 3px; } - code { font-family: Courier, monospace; display: block; @@ -2864,8 +2863,8 @@ div.jGrowl div.info { } .autocomplete-w1 { - position:fixed; - top:24px; + position: fixed; + top: 24px; } .autocomplete { @@ -2877,18 +2876,19 @@ div.jGrowl div.info { text-align: left; max-height: 350px; overflow: auto; - border-bottom-left-radius:$radiuspx; - border-bottom-right-radius:$radiuspx; + border-bottom-left-radius: $radiuspx; + border-bottom-right-radius: $radiuspx; } .autocomplete .selected { - background:$bgcolour; + background: $search_background; } .autocomplete div { - padding:2px 5px; - white-space:nowrap; - overflow:hidden; + padding: 2px 5px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } #datebrowse-sidebar select { -- cgit v1.2.3