From f08a6a4d5307db1dbe463055223799fa9edd4be1 Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Sun, 27 Aug 2017 20:43:06 +0200 Subject: [PATCH] hotfix css shof icon filter only once --- contao/assets/css/style.css | 19 ++++++++++++------- contao/assets/css/style_src.css | 19 ++++++++++++------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/contao/assets/css/style.css b/contao/assets/css/style.css index 69a0f7700..f61640bcf 100644 --- a/contao/assets/css/style.css +++ b/contao/assets/css/style.css @@ -1,14 +1,19 @@ /** - * The MetaModels extension allows the creation of multiple collections of custom items, - * each with its own unique set of selectable attributes, with attribute extendability. - * The Front-End modules allow you to build powerful listing and filtering of the - * data in each collection. + * This file is part of MetaModels/core. + * + * (c) 2012-2017 The MetaModels team. + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + * + * This project is provided in good faith and hope to be usable by anyone. * * @package MetaModels * @subpackage Core * @author Andreas Isaak - * @copyright The MetaModels team. - * @license LGPL. + * @author Ingolf Steinhardt + * @copyright 2012-2017 The MetaModels team. + * @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0 * @filesource */ @@ -74,7 +79,7 @@ border:none; } - .tl_subdca legend { + .tl_subdca > legend { margin:0; padding:10px 0 10px 23px; background:url(../images/icons/filter_settings.png) no-repeat left center; diff --git a/contao/assets/css/style_src.css b/contao/assets/css/style_src.css index 17dd5b902..f596050cc 100644 --- a/contao/assets/css/style_src.css +++ b/contao/assets/css/style_src.css @@ -1,14 +1,19 @@ /** - * The MetaModels extension allows the creation of multiple collections of custom items, - * each with its own unique set of selectable attributes, with attribute extendability. - * The Front-End modules allow you to build powerful listing and filtering of the - * data in each collection. + * This file is part of MetaModels/core. + * + * (c) 2012-2017 The MetaModels team. + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + * + * This project is provided in good faith and hope to be usable by anyone. * * @package MetaModels * @subpackage Core * @author Andreas Isaak - * @copyright The MetaModels team. - * @license LGPL. + * @author Ingolf Steinhardt + * @copyright 2012-2017 The MetaModels team. + * @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0 * @filesource */ @@ -74,7 +79,7 @@ fieldset.tl_subdca { border:none; } -.tl_subdca legend { +.tl_subdca > legend { margin:0; padding:10px 0 10px 23px; background:url(../images/icons/filter_settings.png) no-repeat left center;