aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_photos.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css
index f95a0ca2f..7718289c3 100644
--- a/view/css/mod_photos.css
+++ b/view/css/mod_photos.css
@@ -19,7 +19,6 @@
}
#photo-edit,
-#photo-map,
#photo-album-edit-wrapper,
#photo-upload-form {
display: none;
@@ -29,3 +28,9 @@
padding: 4px;
width: 100%;
}
+
+#photo-map {
+ position: absolute;
+ left: -9999px;
+ top: -9999px;
+} \ No newline at end of file