diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-10-02 18:38:08 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-10-02 18:38:08 -0500 |
commit | f6f5e5b99389019bdd6a3258de19cdda2d014b97 (patch) | |
tree | 338cf076f6a5eececcd18f6f86fa75b3eae6bd48 /view/theme/testbubble/photo_top.tpl | |
parent | c15690563d9be00e8f7ae29ecdd6bbdb7f64603f (diff) | |
download | volse-hubzilla-f6f5e5b99389019bdd6a3258de19cdda2d014b97.tar.gz volse-hubzilla-f6f5e5b99389019bdd6a3258de19cdda2d014b97.tar.bz2 volse-hubzilla-f6f5e5b99389019bdd6a3258de19cdda2d014b97.zip |
aspect ratio fixes for photos in testbubble theme
some other testbubble styling tweaks
Diffstat (limited to 'view/theme/testbubble/photo_top.tpl')
-rw-r--r-- | view/theme/testbubble/photo_top.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/testbubble/photo_top.tpl b/view/theme/testbubble/photo_top.tpl new file mode 100644 index 000000000..d552409c4 --- /dev/null +++ b/view/theme/testbubble/photo_top.tpl @@ -0,0 +1,8 @@ + +<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-$id"> + <div id="photo-album-wrapper-inner"> + <a href="$photolink" class="photo-top-photo-link" id="photo-top-photo-link-$id" title="$phototitle"><img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-top-photo" id="photo-top-photo-$id" /></a> + </div> + <div class="photo-top-album-name"><a href="$albumlink" class="photo-top-album-link" title="$albumalt" >$albumname</a></div> +</div> +<div class="photo-top-image-wrapper-end"></div> |