From 9ee5582ad4a793e62fa850d294133979f629c5a2 Mon Sep 17 00:00:00 2001 From: Romain LE DISEZ Date: Fri, 19 Nov 2010 05:43:39 +0800 Subject: [PATCH] Fix video page --- 3.0/themes/sobriety/css/screen.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/3.0/themes/sobriety/css/screen.css b/3.0/themes/sobriety/css/screen.css index 198c0625..7418c954 100644 --- a/3.0/themes/sobriety/css/screen.css +++ b/3.0/themes/sobriety/css/screen.css @@ -503,15 +503,17 @@ span.ui-icon-key { background-position: -112px -128px; } background: #b7b7a7; } -#g-item #g-movie { - display: block; -} - #g-item #g-photo a { border: none; } -#g-item #g-photo img { +#g-item #g-movie, +#g-item #g-movie a { + display: block; +} + +#g-item #g-photo img, +#g-item #g-movie object { border: 10px solid #fff; -webkit-box-shadow: 3px 3px 0px #b7b7a7; -moz-box-shadow: 3px 3px 0px #b7b7a7;