Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions contao/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -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 <info@andreas-isaak.de>
* @copyright The MetaModels team.
* @license LGPL.
* @author Ingolf Steinhardt <info@e-spin.de>
* @copyright 2012-2017 The MetaModels team.
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
* @filesource
*/

Expand Down Expand Up @@ -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;
Expand Down
19 changes: 12 additions & 7 deletions contao/assets/css/style_src.css
Original file line number Diff line number Diff line change
@@ -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 <info@andreas-isaak.de>
* @copyright The MetaModels team.
* @license LGPL.
* @author Ingolf Steinhardt <info@e-spin.de>
* @copyright 2012-2017 The MetaModels team.
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
* @filesource
*/

Expand Down Expand Up @@ -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;
Expand Down