From: Tom Hughes Date: Tue, 23 Oct 2007 09:21:11 +0000 (+0000) Subject: Stylesheet changes for permalink from crschmidt. X-Git-Tag: live~9166 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d858edd4e39e0781bb21c4a5b4fe99a16c8d9c8b?hp=e373c6383713967cb2e4769c127fc2e543691dcf Stylesheet changes for permalink from crschmidt. Part of fix for case #566. --- diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index b11eb191d..28d840b72 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -564,3 +564,11 @@ input { text-align: Left; font-weight: normal; } + +#permalink { + z-index:10000; + position:absolute; + bottom:15px; + right:15px; + font-size:smaller; +}