Style for attribution control
This commit is contained in:
+7
-1
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user