Deleted unnecessary css style

This commit is contained in:
Marc 2015-04-21 01:33:32 +02:00
parent 2edb92112a
commit 3304a7e341
2 changed files with 1 additions and 6 deletions

View file

@ -597,15 +597,10 @@ ul.dropdown-menu li a {
.custom_section_horizontal {
display: inline-block;
}
.custom_section_vertical_section {
}
.custom_section_horizontal_section {
float:left;
.custom_section_vertical_section();
}
.custom_control {

View file

@ -106,7 +106,7 @@
<!-- Templates for custom controls -->
<script type="text/html" id="customControls_containerTemplate">
<div class="custom_section" data-bind="css: { 'custom_section_vertical_section': !($parent && $parent.layout == 'horizontal'), 'custom_section_horizontal_section': $parent && $parent.layout == 'horizontal' }">
<div class="custom_section" data-bind="css: { 'custom_section_horizontal_section': $parent && $parent.layout == 'horizontal' }">
<!-- ko if: layout == 'vertical' -->
<div class="custom_section custom_section_vertical" data-bind="template: { name: $root.displayMode, foreach: children }"></div>
<!-- /ko -->