From ecadec6b84127db5749cc664b9b8878aca9d61ed Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 8 Nov 2009 13:07:12 -0700 Subject: Wrap movies in #g-movie, apply ui-helper-clearfix to the pager and g-moive to fix clear issues reported in ticket #873. --- themes/wind/css/screen.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'themes/wind/css/screen.css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 74771e07..1a7fc110 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -129,6 +129,9 @@ td { border: none; border-bottom: 1px solid #ccc; padding: .5em; +} + +td { vertical-align: top; } @@ -274,18 +277,25 @@ td { /* Individual photo content ~~~~~~~~~~~~~~ */ -#g-content #g-item { +#g-item { position: relative; width: 100%; } -#g-content #g-photo { +#g-item #g-photo, +#g-item #g-movie { + padding: 1em 0; +} + +#g-item #g-photo, +#g-item #g-movie { position: relative; } -#g-content #g-item .g-fullsize-link img { +#g-item img.g-resize, +#g-item a.g-movie object { display: block; - margin: 1em auto; + margin: 0 auto; } /* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */ -- cgit v1.2.3 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(-) (limited to 'themes/wind/css/screen.css') 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 From 56c543dbe42ebb77fb3f5742480a186954796837 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 8 Nov 2009 21:41:11 -0700 Subject: Removed todo, it's done :) --- themes/wind/css/screen.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'themes/wind/css/screen.css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index bd17e0e4..e46ba8e6 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -11,8 +11,6 @@ * 5) Navigation and menus * 6) jQuery and jQuery UI * 7) Right-to-left language styles - * - * @todo Review g-buttonset and it's usage here and admin_wind */ /** ******************************************************************* -- cgit v1.2.3