aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/duepuntozero/style.css1
-rw-r--r--view/theme/loozah/style.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 3543c3a4d..c29c8795f 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -888,6 +888,7 @@ input#dfrn-url {
position: absolute;
left: 10px; top: 90px;
display: none;
+ z-index: 10000;
}
.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
.wall-item-photo-menu li a { display: block; padding: 2px; }
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index a9295344b..66cc58356 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -996,6 +996,7 @@ input#dfrn-url {
position: absolute;
left: 10px; top: 90px;
display: none;
+ z-index: 10000;
}
.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
.wall-item-photo-menu li a { display: block; padding: 2px; }