2015-04-18 13:12:06 +02:00
|
|
|
#customControls {
|
2015-08-31 09:01:25 +02:00
|
|
|
.innerSortable {
|
|
|
|
width: 100%;
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom_section_horizontal > .custom_control {
|
2015-04-18 13:12:06 +02:00
|
|
|
display:inline-block;
|
|
|
|
}
|
2015-08-31 09:01:25 +02:00
|
|
|
|
|
|
|
.custom_section_vertical > .custom_control {
|
2015-04-24 14:49:17 +02:00
|
|
|
display:block;
|
|
|
|
}
|
2015-04-18 13:12:06 +02:00
|
|
|
.custom_section_vertical_section {
|
|
|
|
min-width:15px;
|
2015-04-24 14:49:17 +02:00
|
|
|
min-height:15px;
|
2015-08-31 09:01:25 +02:00
|
|
|
|
2015-04-18 13:12:06 +02:00
|
|
|
border:1px dashed #000000;
|
|
|
|
}
|
2015-04-24 14:49:17 +02:00
|
|
|
|
|
|
|
.slider.slider-disabled .slider-track {
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[disabled] {
|
|
|
|
background: #fff !important;
|
|
|
|
cursor: text !important;
|
2015-04-21 01:20:21 +02:00
|
|
|
}
|
2015-04-24 14:49:17 +02:00
|
|
|
|
2015-08-31 09:01:25 +02:00
|
|
|
.btn-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group.distance > .btn {
|
|
|
|
width: 43px;
|
|
|
|
padding: 3px 0;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slider-handle {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin-left: -7px;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom_section {
|
|
|
|
h1 {
|
2015-04-24 14:49:17 +02:00
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
2015-08-31 09:01:25 +02:00
|
|
|
margin-bottom: 10px;
|
2015-04-24 14:49:17 +02:00
|
|
|
font-size: 21px;
|
|
|
|
line-height: 40px;
|
|
|
|
color: #333;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #E5E5E5;
|
2015-08-31 09:01:25 +02:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.custom_control {
|
|
|
|
.slider {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
2015-04-18 13:12:06 +02:00
|
|
|
}
|
|
|
|
}
|