| 1 |
/** |
| 2 |
* 05. Widget |
| 3 |
*/ |
| 4 |
.control-section{ |
| 5 |
|
| 6 |
.csf-field{ |
| 7 |
padding: 0; |
| 8 |
|
| 9 |
.csf-title{ |
| 10 |
float: none; |
| 11 |
width: 100%; |
| 12 |
margin-bottom: 6px; |
| 13 |
|
| 14 |
h4{ |
| 15 |
display: block; |
| 16 |
font-size: 13px; |
| 17 |
line-height: 1; |
| 18 |
font-weight: 600; |
| 19 |
color: inherit; |
| 20 |
} |
| 21 |
} |
| 22 |
|
| 23 |
.csf-fieldset{ |
| 24 |
float: none; |
| 25 |
width: 100%; |
| 26 |
} |
| 27 |
} |
| 28 |
|
| 29 |
.csf-help{ |
| 30 |
top: -5px; |
| 31 |
right: -5px; |
| 32 |
} |
| 33 |
|
| 34 |
.csf-field-select select{ |
| 35 |
width: 100%; |
| 36 |
} |
| 37 |
|
| 38 |
.csf-field-heading{ |
| 39 |
color: inherit; |
| 40 |
font-size: 14px; |
| 41 |
line-height: 1em; |
| 42 |
margin-right: -15px; |
| 43 |
margin-left: -15px; |
| 44 |
padding: 15px; |
| 45 |
} |
| 46 |
|
| 47 |
.csf-field-subheading{ |
| 48 |
color: inherit; |
| 49 |
font-size: 11px; |
| 50 |
margin-right: -15px; |
| 51 |
margin-left: -15px; |
| 52 |
padding: 10px 15px; |
| 53 |
} |
| 54 |
|
| 55 |
.csf-subtitle-text{ |
| 56 |
margin-top: 4px; |
| 57 |
font-size: 12px; |
| 58 |
} |
| 59 |
|
| 60 |
.csf-field-submessage .csf-submessage{ |
| 61 |
margin-right: -15px; |
| 62 |
margin-left: -15px; |
| 63 |
padding: 15px; |
| 64 |
} |
| 65 |
|
| 66 |
.csf-fieldset{ |
| 67 |
|
| 68 |
.csf-field-submessage .csf-submessage, |
| 69 |
.csf-field-heading, |
| 70 |
.csf-field-subheading{ |
| 71 |
margin-left: 0; |
| 72 |
margin-right: 0; |
| 73 |
} |
| 74 |
} |
| 75 |
|
| 76 |
.csf-field-date, |
| 77 |
.csf-field-datetime{ |
| 78 |
|
| 79 |
label{ |
| 80 |
display: block; |
| 81 |
} |
| 82 |
|
| 83 |
.csf--to{ |
| 84 |
margin-top: 4px; |
| 85 |
margin-left: 0; |
| 86 |
} |
| 87 |
} |
| 88 |
|
| 89 |
.csf-field-sorter{ |
| 90 |
|
| 91 |
ul li{ |
| 92 |
padding: 5px; |
| 93 |
} |
| 94 |
|
| 95 |
.csf-modules{ |
| 96 |
float: none; |
| 97 |
width: 100%; |
| 98 |
} |
| 99 |
|
| 100 |
.csf-modules:first-child{ |
| 101 |
padding-right: 0; |
| 102 |
padding-bottom: 15px; |
| 103 |
} |
| 104 |
} |
| 105 |
|
| 106 |
.csf-field-background{ |
| 107 |
|
| 108 |
.csf--background-attributes{ |
| 109 |
flex-direction: column; |
| 110 |
} |
| 111 |
} |
| 112 |
|
| 113 |
.csf-field-spacing{ |
| 114 |
input{ |
| 115 |
width: 90px; |
| 116 |
} |
| 117 |
} |
| 118 |
|
| 119 |
.csf-field-border{ |
| 120 |
|
| 121 |
.csf--input{ |
| 122 |
flex: 1 50%; |
| 123 |
} |
| 124 |
|
| 125 |
input, |
| 126 |
select{ |
| 127 |
width: 100%; |
| 128 |
} |
| 129 |
} |
| 130 |
|
| 131 |
.csf-field-spinner{ |
| 132 |
input{ |
| 133 |
width: 50px; |
| 134 |
} |
| 135 |
} |
| 136 |
|
| 137 |
.csf-field-number{ |
| 138 |
|
| 139 |
.csf--wrap{ |
| 140 |
width: 100%; |
| 141 |
} |
| 142 |
} |
| 143 |
|
| 144 |
.csf-field-backup{ |
| 145 |
|
| 146 |
.csf-export-data{ |
| 147 |
display: none; |
| 148 |
} |
| 149 |
} |
| 150 |
|
| 151 |
.csf-field-fieldset{ |
| 152 |
|
| 153 |
.csf-fieldset-content{ |
| 154 |
border-color: #e5e5e5; |
| 155 |
} |
| 156 |
} |
| 157 |
|
| 158 |
.csf-tabbed-content, |
| 159 |
.csf-sortable-content, |
| 160 |
.csf-repeater-content, |
| 161 |
.csf-fieldset-content, |
| 162 |
.csf-cloneable-content, |
| 163 |
.csf-accordion-content{ |
| 164 |
|
| 165 |
> .csf-field{ |
| 166 |
padding: 10px; |
| 167 |
|
| 168 |
.csf-title{ |
| 169 |
margin-bottom: 5px; |
| 170 |
} |
| 171 |
|
| 172 |
h4{ |
| 173 |
font-size: 12px; |
| 174 |
} |
| 175 |
} |
| 176 |
} |
| 177 |
|
| 178 |
.csf-depend-hidden.csf-depend-on{ |
| 179 |
display: none !important; |
| 180 |
} |
| 181 |
|
| 182 |
.csf-depend-visible.csf-depend-on{ |
| 183 |
border-top: 0 !important; |
| 184 |
} |
| 185 |
} |
| 186 |
|