From f4ad53d28b8ef28698c90727d649837bf9fe474e Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 15 Nov 2009 22:57:27 -0700 Subject: Be a bit more explicit in the application of the album icon. Apply it as a class to the span to hopefully make it's purpose a bit more obvious. --- themes/wind/css/screen.css | 2 +- themes/wind/views/album.html.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index e46ba8e6..64120cef 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -250,7 +250,7 @@ td { background-color: #e8e8e8; } -#g-content #g-album-grid .g-album h2 span { +#g-content #g-album-grid .g-album h2 span.g-album { background: transparent url('../images/ico-album.png') no-repeat top left; display: inline-block; height: 16px; diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php index 2c2b54eb..eabe07c3 100644 --- a/themes/wind/views/album.html.php +++ b/themes/wind/views/album.html.php @@ -20,7 +20,8 @@ thumb_bottom($child) ?> context_menu($child, "#g-item-id-{$child->id} .g-thumbnail") ?> -

title) ?>

+

+ title) ?>

-- cgit v1.2.3