diff options
author | Christian Pointner <equinox@spreadspace.org> | 2013-12-30 13:18:58 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2013-12-30 13:18:58 +0100 |
commit | 92b6585130b4d719d236da0e2cdce9649e538f8b (patch) | |
tree | f79d174c3be10cbf80eea6debca80042a1d8cdaa /map.css | |
parent | 4c98da1ceff06e565a8e85e395c747b28edef19d (diff) | |
parent | 70b378464945443b234380c5098ec7066bb0b15f (diff) |
Merge branch 'master' into stable
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 30 |
1 files changed, 17 insertions, 13 deletions
@@ -58,8 +58,8 @@ div.box { #southeastcontainer { position: absolute; - right: center; - bottom: 40px; + left: 1ex; + bottom: 1ex; padding: 0; } @@ -91,14 +91,21 @@ div.box { } div.btn { - color: #0000cc; - background-color: white; - border: 1px solid black; - font: small Arial; - text-decoration: underline; + overflow: hidden; text-align: center; - padding: 2px; - margin-bottom: 3px; + position: relative; + color: black; + font-family: Roboto,Arial,sans-serif; + font-size: 11px; + background-color: white; + padding: 1px 6px; + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3); + min-width: 28px; + font-weight: 500; cursor: pointer; } @@ -106,10 +113,6 @@ div.btn { width: 10em; } -#reloadbtn { - width: 10em; -} - *.locinfo,table { font-size: 8pt; color: black; @@ -119,6 +122,7 @@ div.btn { font-size: 8pt; color: black; } + table.legend { margin-top: 3px; } |