From 292d216f7c133152cb921db1cbc7a0c4843a977a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 24 Jun 2009 18:02:36 -0700 Subject: Implement printing support on the photo page. I've used an icon that doesn't quite match the theme temporarily. I'm hoping to have a matching icon soon. --- themes/default/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index a450356c..8967efdf 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -665,6 +665,10 @@ form .gError, background-image: url('../images/ico-view-comments.png'); } +#gViewMenu #gDigibugLink { + background-image: url('../images/ico-print.png'); +} + /* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .gBreadcrumbs { -- cgit v1.2.3 From 2d97a9a8b6b3b45b3cfdc426f8c476dd1ef104d4 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 24 Jun 2009 18:04:02 -0700 Subject: The image didn't get picked up on the previous commit --- themes/default/images/ico-print.png | Bin 0 -> 4411 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 themes/default/images/ico-print.png (limited to 'themes') diff --git a/themes/default/images/ico-print.png b/themes/default/images/ico-print.png new file mode 100644 index 00000000..087e6694 Binary files /dev/null and b/themes/default/images/ico-print.png differ -- cgit v1.2.3