aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-04-04 09:28:19 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-04-04 09:28:19 +0200
commitb48e82d12ab3d5ea07f9e8410aacb9c3ae842539 (patch)
treeb8c673730fa59bdd05cfff04358d5a71503a10b7 /view
parent454c4d0b70cb6e3f9b858beb97e4b3bf25714e99 (diff)
downloadvolse-hubzilla-b48e82d12ab3d5ea07f9e8410aacb9c3ae842539.tar.gz
volse-hubzilla-b48e82d12ab3d5ea07f9e8410aacb9c3ae842539.tar.bz2
volse-hubzilla-b48e82d12ab3d5ea07f9e8410aacb9c3ae842539.zip
put popupmenu above all
Diffstat (limited to 'view')
-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; }