aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-03-30 17:10:14 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-03-30 17:10:14 +0200
commit3f94721d6257b4fe31054682b258223b992c4011 (patch)
tree65ec079df32c9d3ae0bb9696f62178ff96bf06cc /view/theme
parent9acccb2b90ff5276c0cc84b3b006c7a393c53786 (diff)
downloadvolse-hubzilla-3f94721d6257b4fe31054682b258223b992c4011.tar.gz
volse-hubzilla-3f94721d6257b4fe31054682b258223b992c4011.tar.bz2
volse-hubzilla-3f94721d6257b4fe31054682b258223b992c4011.zip
first work
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/photo-menu.jpgbin0 -> 459 bytes
-rw-r--r--view/theme/duepuntozero/style.css32
2 files changed, 32 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/photo-menu.jpg b/view/theme/duepuntozero/photo-menu.jpg
new file mode 100644
index 000000000..fde5eb535
--- /dev/null
+++ b/view/theme/duepuntozero/photo-menu.jpg
Binary files differ
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 042cc380f..ac6ebf807 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -866,6 +866,37 @@ input#dfrn-url {
margin-bottom: 10px;
width: 100px;
}
+.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: 90px;
+ 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-photo-menu li a[href=""] { display: none }
+
+
+.comment .wall-item-photo-menu-button { top: 44px;}
+.comment .wall-item-photo-menu { top: 60px; }
.wallwall .wwto {
left: 50px;
@@ -878,6 +909,7 @@ input#dfrn-url {
width: 30px;
height: 30px;
}
+
.wallwall .wall-item-photo-end {
clear: both;
}