diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 15:11:33 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 15:11:33 +0000 |
commit | b8426972bbda6aca2a4f29d6f5ab55429430f923 (patch) | |
tree | baca1238f0fc6ff7849c97bc2cb4c6f94a90627c /map.css | |
parent | 7eee8168e478919606eba5821c661fa32a43c147 (diff) |
moved button style to map.css
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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; +} + |