]> git.mxchange.org Git - friendica.git/commitdiff
add screenshots to diabook
authortommy tomson <thomas.bierey@gmx.de>
Mon, 26 Mar 2012 07:37:14 +0000 (09:37 +0200)
committertommy tomson <thomas.bierey@gmx.de>
Mon, 26 Mar 2012 07:37:14 +0000 (09:37 +0200)
view/theme/diabook-blue/screenshot.png [new file with mode: 0644]
view/theme/diabook/screenshot.png [new file with mode: 0644]
view/theme/diabook/style-network.css
view/theme/diabook/theme.php

diff --git a/view/theme/diabook-blue/screenshot.png b/view/theme/diabook-blue/screenshot.png
new file mode 100644 (file)
index 0000000..b1c8902
Binary files /dev/null and b/view/theme/diabook-blue/screenshot.png differ
diff --git a/view/theme/diabook/screenshot.png b/view/theme/diabook/screenshot.png
new file mode 100644 (file)
index 0000000..2826f42
Binary files /dev/null and b/view/theme/diabook/screenshot.png differ
index 00856c8d2adcf05c7779eb8f8f01e6481c0b8048..ba43c78c258ab09fbc0ddcd05df32e6b0f338e86 100644 (file)
 .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;
index 5bd20610071468ea03b0d05aec72629dcc2eb852..0279dd9259ccd50ba92bcdc13873a86cacd408ec 100755 (executable)
@@ -251,9 +251,7 @@ $a->page['htmlhead'] .= <<< EOT
  $(function() {
        $('a.lightbox').fancybox(); // Select all links with lightbox class
  });
+  
  </script>
 EOT;