diff options
author | marijus <mario@localhost.localdomain> | 2013-11-13 10:44:21 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-13 10:44:21 +0100 |
commit | 71d864f28310d35b683e8f024c7dc5af586f486f (patch) | |
tree | c7f7ea1255de661ffe91c13a17585fc5e99c1e69 | |
parent | a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd (diff) | |
download | volse-hubzilla-71d864f28310d35b683e8f024c7dc5af586f486f.tar.gz volse-hubzilla-71d864f28310d35b683e8f024c7dc5af586f486f.tar.bz2 volse-hubzilla-71d864f28310d35b683e8f024c7dc5af586f486f.zip |
more searchbar style work
-rw-r--r-- | view/theme/redbasic/css/style.css | 18 |
1 files changed, 9 insertions, 9 deletions
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 { |