X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2da8c8c413ce7ed6048b32b25c013e0061f54c36..8255553e9743d0f21ee05b704b4ea2910bf983cc:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 93547a207..49a784704 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -692,7 +692,12 @@ table { } .search_results_entry { - margin-bottom: 0 ; + margin-bottom: 0; + + .search_details { + display: block; + text-align: right; + } } .search_results_entry .search_searching { @@ -1784,3 +1789,11 @@ a.button.submit { text-align: right; } } + +/* + * Rules for the iD editor + */ +.id-embed { + width: 100%; + height: 100%; +}