summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-05 15:11:33 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-05 15:11:33 +0000
commitb8426972bbda6aca2a4f29d6f5ab55429430f923 (patch)
treebaca1238f0fc6ff7849c97bc2cb4c6f94a90627c /map.css
parent7eee8168e478919606eba5821c661fa32a43c147 (diff)
moved button style to map.css
Diffstat (limited to 'map.css')
-rw-r--r--map.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/map.css b/map.css
index 8741c61..c64beab 100644
--- a/map.css
+++ b/map.css
@@ -37,3 +37,17 @@ div.box {
right: 10px;
bottom: 10px;
}
+
+div.btn {
+ color: #0000cc;
+ background-color: white;
+ border: 1px solid black;
+ font: small Arial;
+ text-decoration: underline;
+ text-align: center;
+ padding: 2px;
+ margin-bottom: 3px;
+ width: 10em;
+ cursor: pointer;
+}
+