summaryrefslogtreecommitdiff
path: root/themes/default/views/album.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-27 22:08:56 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-27 22:08:56 +0000
commit26c9ec6d4ba2a563a53b74612af4a0083c7fa23e (patch)
treece597157cf13ecce364ae68571f5c5009a25e436 /themes/default/views/album.html.php
parentbb388af21af7a4778f55598e8b78fc71ae0cd04b (diff)
Make header buttons, line them up nicely and float them to the right
so that they don't push the album grid down.
Diffstat (limited to 'themes/default/views/album.html.php')
-rw-r--r--themes/default/views/album.html.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index ea887225..e73c253d 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -1,8 +1,10 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gAlbumHeader">
+ <div id="gAlbumHeaderButtons">
+ <?= $theme->album_top() ?>
+ </div>
<h1><?= $item->title_edit ?></h1>
<span class="gUnderState"><?= $item->description_edit ?></span>
- <?= $theme->album_top() ?>
</div>
<ul id="gAlbumGrid">