From 46fda847ad625c085b020f719da1c37660ab93b9 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 8 Nov 2009 18:13:26 -0700 Subject: Moved movie context-menu up to just under the movie. Fixed contextual menu font size on resize and movie pages. --- themes/wind/css/screen.css | 10 ++++------ themes/wind/views/movie.html.php | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 1a7fc110..bd17e0e4 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -73,7 +73,9 @@ h3 { font-size: .8em; } -#g-content #g-album-grid .g-item { +#g-album-grid .g-item, +#g-item #g-photo, +#g-item #g-movie { font-size: .7em; } @@ -284,11 +286,7 @@ td { #g-item #g-photo, #g-item #g-movie { - padding: 1em 0; -} - -#g-item #g-photo, -#g-item #g-movie { + padding: 2.2em 0; position: relative; } diff --git a/themes/wind/views/movie.html.php b/themes/wind/views/movie.html.php index 116fd95e..d91ffbc5 100644 --- a/themes/wind/views/movie.html.php +++ b/themes/wind/views/movie.html.php @@ -26,6 +26,7 @@
movie_img(array("class" => "g-movie", "id" => "g-movie-id-{$item->id}")) ?> + context_menu($item, "#g-movie-id-{$item->id}") ?>
@@ -34,5 +35,4 @@
photo_bottom() ?> - context_menu($item, "#g-movie-id-{$item->id}") ?> -- cgit v1.2.3