From 439a8a5330f326e6854e5e2ef7d1ba49ed385ac2 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 24 May 2013 19:02:43 -0500 Subject: [PATCH 1/2] Style for attribution control --- css/ol.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/ol.css b/css/ol.css index 5fdca84a9e..008fdbd643 100644 --- a/css/ol.css +++ b/css/ol.css @@ -1,6 +1,5 @@ .ol-attribution { position: absolute; - font-size: 10px; text-align: right; color: #eeeeee; bottom: 0; @@ -13,9 +12,16 @@ color: white; text-decoration: none; } +.ol-attribution ul { + margin: 3px 0; + padding: 0; + font-size: 10px; + line-height: 12px; +} .ol-attribution li { display: inline; list-style: none; + line-height: inherit; } .ol-attribution li:not(:last-child):after { content: "\2003"; From 7e20ea160c5ca47317e15be31f37a85081f96420 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 30 May 2013 08:59:31 -0600 Subject: [PATCH 2/2] Simplify style --- css/ol.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/ol.css b/css/ol.css index 008fdbd643..132b35deec 100644 --- a/css/ol.css +++ b/css/ol.css @@ -6,14 +6,14 @@ right: 0; background: rgba(0,60,136,0.3); font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif; - padding: 2px 4px; + padding: 6px; } .ol-attribution a { color: white; text-decoration: none; } .ol-attribution ul { - margin: 3px 0; + margin: 0; padding: 0; font-size: 10px; line-height: 12px;