diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-04 09:28:19 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-04 09:28:19 +0200 |
commit | b48e82d12ab3d5ea07f9e8410aacb9c3ae842539 (patch) | |
tree | b8c673730fa59bdd05cfff04358d5a71503a10b7 /view/theme/duepuntozero | |
parent | 454c4d0b70cb6e3f9b858beb97e4b3bf25714e99 (diff) | |
download | volse-hubzilla-b48e82d12ab3d5ea07f9e8410aacb9c3ae842539.tar.gz volse-hubzilla-b48e82d12ab3d5ea07f9e8410aacb9c3ae842539.tar.bz2 volse-hubzilla-b48e82d12ab3d5ea07f9e8410aacb9c3ae842539.zip |
put popupmenu above all
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 1 |
1 files changed, 1 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; } |