diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 09:37:14 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 09:37:14 +0200 |
commit | c4c69959e21f1053224166c65b80a7dcdc2357ad (patch) | |
tree | 625babd1e9a33a34dec369cf732b150b5550e9d2 /view | |
parent | 5b3fe48ec675541fb7bbc3689229056ae840ac14 (diff) | |
download | volse-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.png | bin | 0 -> 278712 bytes | |||
-rw-r--r-- | view/theme/diabook/screenshot.png | bin | 0 -> 276151 bytes | |||
-rw-r--r-- | view/theme/diabook/style-network.css | 7 | ||||
-rwxr-xr-x | view/theme/diabook/theme.php | 4 |
4 files changed, 8 insertions, 3 deletions
diff --git a/view/theme/diabook-blue/screenshot.png b/view/theme/diabook-blue/screenshot.png Binary files differnew file mode 100644 index 000000000..b1c890285 --- /dev/null +++ b/view/theme/diabook-blue/screenshot.png diff --git a/view/theme/diabook/screenshot.png b/view/theme/diabook/screenshot.png Binary files differnew file mode 100644 index 000000000..2826f4261 --- /dev/null +++ b/view/theme/diabook/screenshot.png 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; |