X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53e4d600e712dea988028a12f68927c3400a6901..ea6926d3de0e0f12f70f0c993261f0dae54aa482:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index bab99fdaf..fb3c997c0 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; } @@ -1079,8 +1079,18 @@ ul.results-list li { border-bottom: 1px solid #ccc; } float: right; } -/* Rules for the changeset list shown by the history tab etc */ +/* Rules for the changeset list shown by the history tab */ + +#sidebar .changesets { + li { + padding: $lineheight; + border-bottom: $keyline; + } + p { + padding: 0; + } +} /* Rules for the data browser */