From: John Firebaugh Date: Sun, 29 Sep 2013 22:51:29 +0000 (-0700) Subject: Clean up search CSS X-Git-Tag: live~4625^2~253 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d7c2152d3ac8fed861bcb4dd3ca4b4cba24fce84 Clean up search CSS --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index bab99fdaf..10450e748 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -856,7 +856,16 @@ nav.secondary { } .search_results_entry { - margin-bottom: 0; + .search_searching { + text-align: center; + margin: $lineheight auto; + width: $lineheight; + display: block; + } + + ul li { + border-bottom: 1px solid #ccc; + } .search_details { display: block; @@ -867,15 +876,6 @@ nav.secondary { } } -.search_results_entry .search_searching { - text-align: center; - margin: $lineheight auto; - width: $lineheight; - display: block; -} - -ul.results-list li { border-bottom: 1px solid #ccc; } - .search_results_error { color: #f00; }