From 8f0c1cbfec8c5ac7c02b212723f25d9573f305d1 Mon Sep 17 00:00:00 2001 From: Robin Hawkes Date: Tue, 1 Jul 2014 23:39:10 +0100 Subject: [PATCH] Updated attribution --- css/vizicities.css | 15 +++++++++++++++ examples/index.html | 1 + src/client/ui/Attribution.js | 33 +++++++++++++-------------------- 3 files changed, 29 insertions(+), 20 deletions(-) create mode 100644 css/vizicities.css diff --git a/css/vizicities.css b/css/vizicities.css new file mode 100644 index 0000000..e40a76a --- /dev/null +++ b/css/vizicities.css @@ -0,0 +1,15 @@ +/* Extending defaults from Attribution.js */ +.ui-attribution { + background: rgba(255, 255, 255, 0.6); + border-radius: 3px 0 0; + padding: 3px 5px; +} + +.ui-attribution a { + color: #222; + text-decoration: none; +} + + .ui-attribution a:hover { + text-decoration: underline; + } \ No newline at end of file diff --git a/examples/index.html b/examples/index.html index 3ea590e..a193369 100644 --- a/examples/index.html +++ b/examples/index.html @@ -7,6 +7,7 @@ +