From e7c358baabbf34f2d9708a5b4e77dec78e436af5 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Thu, 20 Dec 2012 16:29:39 +0000 Subject: [PATCH] fix pointer cursor on cc widget, on publish video form --- plumi/skin/theme_resources/stylesheets/foundation.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plumi/skin/theme_resources/stylesheets/foundation.css b/plumi/skin/theme_resources/stylesheets/foundation.css index 2faf07e..b507de6 100644 --- a/plumi/skin/theme_resources/stylesheets/foundation.css +++ b/plumi/skin/theme_resources/stylesheets/foundation.css @@ -2576,3 +2576,6 @@ body.template-video_view #full-description ul { overflow: hidden; } +#creative_commons_overlay { + cursor: pointer; +}