From b48e82d12ab3d5ea07f9e8410aacb9c3ae842539 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 4 Apr 2011 09:28:19 +0200 Subject: [PATCH] put popupmenu above all --- view/theme/duepuntozero/style.css | 1 + view/theme/loozah/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3543c3a4d2..c29c8795f5 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 a9295344b2..66cc583561 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; }