Style for attribution control

This commit is contained in:
Tim Schaub
2013-05-24 19:02:43 -05:00
parent e50c314c33
commit 439a8a5330
+7 -1
View File
@@ -1,6 +1,5 @@
.ol-attribution { .ol-attribution {
position: absolute; position: absolute;
font-size: 10px;
text-align: right; text-align: right;
color: #eeeeee; color: #eeeeee;
bottom: 0; bottom: 0;
@@ -13,9 +12,16 @@
color: white; color: white;
text-decoration: none; text-decoration: none;
} }
.ol-attribution ul {
margin: 3px 0;
padding: 0;
font-size: 10px;
line-height: 12px;
}
.ol-attribution li { .ol-attribution li {
display: inline; display: inline;
list-style: none; list-style: none;
line-height: inherit;
} }
.ol-attribution li:not(:last-child):after { .ol-attribution li:not(:last-child):after {
content: "\2003"; content: "\2003";