aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-26 09:37:14 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-03-26 09:37:14 +0200
commitc4c69959e21f1053224166c65b80a7dcdc2357ad (patch)
tree625babd1e9a33a34dec369cf732b150b5550e9d2 /view
parent5b3fe48ec675541fb7bbc3689229056ae840ac14 (diff)
downloadvolse-hubzilla-c4c69959e21f1053224166c65b80a7dcdc2357ad.tar.gz
volse-hubzilla-c4c69959e21f1053224166c65b80a7dcdc2357ad.tar.bz2
volse-hubzilla-c4c69959e21f1053224166c65b80a7dcdc2357ad.zip
add screenshots to diabook
Diffstat (limited to 'view')
-rw-r--r--view/theme/diabook-blue/screenshot.pngbin0 -> 278712 bytes
-rw-r--r--view/theme/diabook/screenshot.pngbin0 -> 276151 bytes
-rw-r--r--view/theme/diabook/style-network.css7
-rwxr-xr-xview/theme/diabook/theme.php4
4 files changed, 8 insertions, 3 deletions
diff --git a/view/theme/diabook-blue/screenshot.png b/view/theme/diabook-blue/screenshot.png
new file mode 100644
index 000000000..b1c890285
--- /dev/null
+++ b/view/theme/diabook-blue/screenshot.png
Binary files differ
diff --git a/view/theme/diabook/screenshot.png b/view/theme/diabook/screenshot.png
new file mode 100644
index 000000000..2826f4261
--- /dev/null
+++ b/view/theme/diabook/screenshot.png
Binary files differ
diff --git a/view/theme/diabook/style-network.css b/view/theme/diabook/style-network.css
index 00856c8d2..ba43c78c2 100644
--- a/view/theme/diabook/style-network.css
+++ b/view/theme/diabook/style-network.css
@@ -111,6 +111,7 @@
.icon.language { background-image: url("../../../view/theme/diabook/icons/language.png");}
+
.camera { background-image: url("../../../view/theme/diabook/icons/camera.png");
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
}
@@ -1169,6 +1170,12 @@ right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow:
right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto; width: 100%; }
#page-sidebar-right_aside{margin-top: 30px;}
#page-sidebar-right_aside ul {margin-top: 0px;}
+.icon.expand {
+ background-image: url("../../../view/theme/diabook/icons/expand.png");
+ float: right;
+ cursor: pointer;
+ }
+
/* wall item */
.tread-wrapper {
border-bottom: 1px solid #D2D2D2;
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 5bd206100..0279dd925 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -251,9 +251,7 @@ $a->page['htmlhead'] .= <<< EOT
$(function() {
$('a.lightbox').fancybox(); // Select all links with lightbox class
});
-
-
-
+
</script>
EOT;