summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2013-12-30 02:08:15 +0000
committerChristian Pointner <equinox@ffgraz.net>2013-12-30 02:08:15 +0000
commit868d5d661987483ac10214216a2ceda5d0c1cd7a (patch)
tree98b43904dd6f76279c85b7fd633317f814f3f256 /map.css
parent3407c6aea9c93d1abf62fe2bec61cd4f2807f619 (diff)
reenables login
readded reaload control (basic version)
Diffstat (limited to 'map.css')
-rw-r--r--map.css26
1 files changed, 15 insertions, 11 deletions
diff --git a/map.css b/map.css
index 034feb7..dcaf43c 100644
--- a/map.css
+++ b/map.css
@@ -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;
}