From 1dcafa061af77eaf9d1a7d4476dd913c079b3734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Muszy=C5=84ski?= Date: Mon, 13 Apr 2015 10:51:26 +0200 Subject: [PATCH] fixed fancybox border --- newscoop/admin-style/admin_stylesheet.css | 5 +++++ .../NewscoopBundle/Resources/views/Playlists/index.html.twig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/newscoop/admin-style/admin_stylesheet.css b/newscoop/admin-style/admin_stylesheet.css index 90e5dfb09b..0cbef5e43d 100644 --- a/newscoop/admin-style/admin_stylesheet.css +++ b/newscoop/admin-style/admin_stylesheet.css @@ -2348,3 +2348,8 @@ abbr { .mceExternalToolbar { z-index: 500; } + +#fancybox-content { + border-width: 0px !important; + width: 100% !important; +} diff --git a/newscoop/src/Newscoop/NewscoopBundle/Resources/views/Playlists/index.html.twig b/newscoop/src/Newscoop/NewscoopBundle/Resources/views/Playlists/index.html.twig index 4b71b03b23..0025d9bfda 100644 --- a/newscoop/src/Newscoop/NewscoopBundle/Resources/views/Playlists/index.html.twig +++ b/newscoop/src/Newscoop/NewscoopBundle/Resources/views/Playlists/index.html.twig @@ -27,7 +27,7 @@ {% endblock %} {% block admin_content %}
-
+
{% if editorView %}