From 11c8a84f49f4812e08885120253f2175cf4b7724 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 22 May 2009 00:12:37 +0000 Subject: Added album icon before album titles. Thx again Ben. --- themes/default/css/screen.css | 8 ++++++++ themes/default/images/ico-album.png | Bin 0 -> 397 bytes themes/default/views/album.html.php | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 themes/default/images/ico-album.png diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index aaeea9bd..007f30ed 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -476,6 +476,14 @@ form .gError, background-color: #e8e8e8; } +#gContent #gAlbumGrid .gAlbum h2 span { + background: transparent url('../images/ico-album.png') no-repeat top left !important; + display: inline-block; + height: 16px; + margin-right: 5px; + width: 16px; +} + /* Individual photo content ~~~~~~~~~~~~~~ */ #gContent #gItem { diff --git a/themes/default/images/ico-album.png b/themes/default/images/ico-album.png new file mode 100644 index 00000000..affa1b84 Binary files /dev/null and b/themes/default/images/ico-album.png differ diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index aab41034..f4baa210 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -18,7 +18,7 @@ thumb_tag(array("class" => "gThumbnail")) ?> thumb_bottom($child) ?> -

title ?>

+

title ?>

-- cgit v1.2.3