From 8fbc60661656b52681dc763e0e93ef6052bc1c11 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 31 Mar 2011 17:02:13 +0200 Subject: [PATCH] popup styles to loozah theme --- view/theme/loozah/photo-menu.jpg | Bin 0 -> 464 bytes view/theme/loozah/style.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 view/theme/loozah/photo-menu.jpg diff --git a/view/theme/loozah/photo-menu.jpg b/view/theme/loozah/photo-menu.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd39696a2404ac9062990337959ff16e2d4b472d GIT binary patch literal 464 zcmex=&g!NbMF!_CFb&C4ewz{@Ad$IUGuCLky*A}T7%!!Ir&CL$pu zA}RthgpnDjhlQ1sm6cP3mz!6FWbpq0gCGZk0D}NCqY?v?AS1INk^)i34xu5^%6xO!Lc`^j5E!kyH)IQazDm*&LbK$Q#cDYY4bSKFz L`;_tR`Tv^$L;Y}I literal 0 HcmV?d00001 diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a61838157..a9295344b 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -959,6 +959,7 @@ input#dfrn-url { .wall-item-content-wrapper { margin-top: 10px; border: 1px solid #CCC; + position: relative; } .wall-item-content-wrapper.comment { @@ -973,6 +974,34 @@ input#dfrn-url { width: 100px; float: left; } + +.wall-item-photo-menu-button { + display: block; + position: absolute; + background-image: url("photo-menu.jpg"); + background-position: top left; + background-repeat: no-repeat; + margin: 0px; padding: 0px; + width: 16px; + height: 16px; + top: 74px; left:10px; + overflow: hidden; + text-indent: 40px; + display: none; +} +.wall-item-photo-menu { + width: auto; + border: 2px solid #444444; + background: #FFFFFF; + position: absolute; + left: 10px; top: 90px; + display: none; +} +.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none } +.wall-item-photo-menu li a { display: block; padding: 2px; } +.wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; } + + .wall-item-arrowphoto-wrapper { margin-top: 40px; margin-right: 20px;