add screenshots to diabook
This commit is contained in:
parent
5b3fe48ec6
commit
c4c69959e2
BIN
view/theme/diabook-blue/screenshot.png
Normal file
BIN
view/theme/diabook-blue/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 KiB |
BIN
view/theme/diabook/screenshot.png
Normal file
BIN
view/theme/diabook/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 KiB |
|
@ -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;
|
||||
|
|
|
@ -252,8 +252,6 @@ $a->page['htmlhead'] .= <<< EOT
|
|||
$('a.lightbox').fancybox(); // Select all links with lightbox class
|
||||
});
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
EOT;
|
||||
|
||||
|
|
Loading…
Reference in a new issue