diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-12-30 02:08:15 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-12-30 02:08:15 +0000 |
commit | 868d5d661987483ac10214216a2ceda5d0c1cd7a (patch) | |
tree | 98b43904dd6f76279c85b7fd633317f814f3f256 /map.css | |
parent | 3407c6aea9c93d1abf62fe2bec61cd4f2807f619 (diff) |
reenables login
readded reaload control (basic version)
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -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; } |