Skip to content
Merged
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
281 changes: 138 additions & 143 deletions src/CoreBundle/Resources/public/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file is part of MetaModels/core.
*
* (c) 2012-2018 The MetaModels team.
* (c) 2012-2019 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -13,150 +13,145 @@
* @author Andreas Isaak <info@andreas-isaak.de>
* @author Ingolf Steinhardt <info@e-spin.de>
* @author Sven Baumann <baumann.sv@gmail.com>
* @copyright 2012-2018 The MetaModels team.
* @author Carolina Koehn <ck@kikmedia.de>
* @copyright 2012-2019 The MetaModels team.
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
* @filesource
*/

body[class*="version_3"] a[class*="header_"] {
margin-left:15px;
}

.header_css_fields {
padding:2px 0px 3px 20px;
background-image:url(../images/icons/fields.png);
background-position:left center;
background-repeat:no-repeat;
}

.header_add_all {
padding:2px 0px 3px 20px;
background-image:url(../images/icons/dca_add.png);
background-position:left center;
background-repeat:no-repeat;
}

.rendersetting_add_all {
background-image:url(../images/icons/rendersettings_add.png);
}

/*------------------------------------------------------------------------*/

#table_tl_metamodel_dcasetting_ tr.odd td {
background-color:transparent;
}

.dca_palette {
color:#8AB858;
margin:6px 0;
padding-left:24px;
background:url(../../../../themes/flexible/images/palOpen.gif) 3px center no-repeat;
}

.dca_combine.widget td:empty {
display:none;
}

.mm_problem_display {
margin-bottom:30px;
}

.mm_problem_display ul {
padding:0; list-style:none;
}

form[id*="tl_metamodel_"] .wizard a[data-lightbox] img,
form[id*="tl_metamodel_"] .wizard a[onclick] img {
margin-top:8px;
}

div[class*="table_tl_metamodel_"] .tl_file_list {
padding:4px 0 6px;
}

fieldset.tl_subdca {
padding:0;
margin:0;
border:none;
}

.tl_subdca > legend {
margin:0;
padding:10px 0 10px 23px;
background:url(../images/icons/filter_settings.png) no-repeat left center;
}

.tl_subdca legend label {
font-weight:bold;
}

/*------------------------------------------------------------------------*/

body[class*="version_3"] .tl_file_list .field_type img,
body[class*="version_2"] .tl_content .field_type img,
body[class*="version_2"] .tl_content_right + img {
margin-right:8px;
float:left;
}

/*------------------------------------------------------------------------*/

.list_view li:first-child .tl_content {
border-top:1px solid #E9E9E9;
}

.list_view .tl_content > div:first-child {
float:left;
}

.tl_class {
color:#c6c6c6;
}

.multicolumnwizard .fallback_language span {
font-weight:bold;
}

.tl_formbody {
position:relative;
}

input[readonly],
textarea[readonly],
input[readonly]:focus,
textarea[readonly]:focus {
background-color: #ebebe4;
}

form[id^=mm_] .sort_hint{
display:none;
}

/* Wildcard */
.wc_info {
margin: 0;
}
.wc_label {
width: 31px;
display: inline-block;
}

/*------------------------------------------------------------------------*/

.clx {
overflow:visible;
}

.w50x {
height:auto;
}

.long .chzn-container {
width:100%;
}

.widget.translat-attr label {
padding-left: 20px;
display: inline-block;
background:url(../images/icons/locale.png) no-repeat left center;
.header_css_fields {
padding: 2px 0 3px 20px;
background-image: url("../images/icons/fields.png");
background-position: left center;
background-repeat: no-repeat;
}

.header_add_all {
padding: 2px 0 3px 20px;
background-image: url("../images/icons/dca_add.png");
background-position: left center;
background-repeat: no-repeat;
}

.rendersetting_add_all {
background-image: url("../images/icons/rendersettings_add.png");
}

.dca_palette {
color: #8ab858;
margin: 6px 0;
padding-left: 24px;
background: url("../../../../themes/default/images/palOpen.gif") 3px center no-repeat;
}

.mm_problem_display {
margin-bottom: 30px;
}

.mm_problem_display ul {
padding: 0;
list-style: none;
}

.tl_subdca > legend {
margin: 0;
padding: 10px 0 10px 23px;
background: url("../images/icons/filter_settings.png") no-repeat left center;
}

.tl_subdca legend label {
font-weight: bold;
}

.list_view li:first-child .tl_content {
border-top: 1px solid #ebebe4;
}

.list_view .tl_content > div:first-child {
float: left;
}

.tl_class {
color: #c6c6c6;
}

.tl_formbody {
position: relative;
}

input[readonly] {
background-color: #ebebe4;
}

input[readonly]:focus {
background-color: #ebebe4;
}

textarea[readonly] {
background-color: #ebebe4;
}

textarea[readonly]:focus {
background-color: #ebebe4;
}

.wc_info {
margin: 0;
}

.wc_label {
width: 31px;
display: inline-block;
}

.clx {
overflow: visible;
}

.w50x {
height: auto;
}

#table_tl_metamodel_dcasetting_ tr.odd td {
background-color: transparent;
}

.dca_combine.widget td:empty {
display: none;
}

form[id*="tl_metamodel_"] .wizard a[data-lightbox] img {
margin-top: 3px;
}

form[id*="tl_metamodel_"] .wizard a[onclick] img {
margin-top: 3px;
}

div[class*="table_tl_metamodel_"] .tl_file_list {
padding: 4px 0 6px;
}

fieldset.tl_subdca {
padding: 0;
margin: 0;
border: none;
}

.multicolumnwizard .fallback_language span {
font-weight: bold;
}

form[id^=mm_] .sort_hint {
display: none;
}

.long .chzn-container {
width: 100%;
}

.widget.translat-attr label {
padding-left: 20px;
display: inline-block;
background: url("../images/icons/locale.png") no-repeat left center;
}
Loading