From b8426972bbda6aca2a4f29d6f5ab55429430f923 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Dec 2008 15:11:33 +0000 Subject: moved button style to map.css --- map.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'map.css') 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; +} + -- cgit v1.2.1