diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-17 16:45:35 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-17 16:45:35 +0000 |
| commit | 3c1790d4b46db47f16de82644e5db81a2ee3e299 (patch) | |
| tree | f2de111c0b6e9eedf168e9146cebd4d7b31a8b21 /modules/googlemap/places_edit.php | |
| parent | 829e5ce4d30260ee53d1a8a1ec20befd29708749 (diff) | |
| download | webtrees-3c1790d4b46db47f16de82644e5db81a2ee3e299.tar.gz webtrees-3c1790d4b46db47f16de82644e5db81a2ee3e299.tar.bz2 webtrees-3c1790d4b46db47f16de82644e5db81a2ee3e299.zip | |
move styles to new css file
Diffstat (limited to 'modules/googlemap/places_edit.php')
| -rw-r--r-- | modules/googlemap/places_edit.php | 47 |
1 files changed, 5 insertions, 42 deletions
diff --git a/modules/googlemap/places_edit.php b/modules/googlemap/places_edit.php index 1000cb8072..9d537ed132 100644 --- a/modules/googlemap/places_edit.php +++ b/modules/googlemap/places_edit.php @@ -51,50 +51,13 @@ if (!WT_USER_IS_ADMIN) { exit; } ?> - -<style type="text/css"> - #map_type - { - margin: 0; - padding: 0; - font-family: Arial; - font-size: 10px; - list-style: none; - } - #map_type li - { - display: block; - width: 70px; - text-align: center; - padding: 2px; - border: 1px solid black; - cursor: pointer; - float: left; - margin-left: 2px; - } - #map_type li.non_active - { - background: white; - color: black; - font-weight: normal; - } - #map_type li.active - { - background: gray; - color: white; - font-weight: bold; - } - #map_type li:hover - { - background: #ddd; - } -</style> +<link type="text/css" href ="modules/googlemap/css/googlemap_style.css" rel="stylesheet" /> <script type="text/javascript"> <!-- - function edit_close() { - if (window.opener.showchanges) window.opener.showchanges(); - window.close(); - } +function edit_close() { + if (window.opener.showchanges) window.opener.showchanges(); + window.close(); +} function showchanges() { updateMap(); |
