| 1 |
#uwp_form_builder_container { |
| 2 |
//padding: 0; |
| 3 |
//overflow: hidden; |
| 4 |
//width: auto; |
| 5 |
//margin-right: 0; |
| 6 |
// |
| 7 |
//.clearfix:after { |
| 8 |
// visibility: hidden; |
| 9 |
// display: block; |
| 10 |
// font-size: 0; |
| 11 |
// content: " "; |
| 12 |
// clear: both; |
| 13 |
// height: 0; |
| 14 |
//} |
| 15 |
// |
| 16 |
//.uwp-side-sortables { |
| 17 |
// border: 1px #DFDFDF solid; |
| 18 |
// background: #F5F5F5; |
| 19 |
// float: left; |
| 20 |
// |
| 21 |
// p { |
| 22 |
// padding: 0 10px; |
| 23 |
// } |
| 24 |
// .uwp-tabs-panel { |
| 25 |
// height: auto; |
| 26 |
// overflow: hidden; |
| 27 |
// padding: 5px; |
| 28 |
// background-color: #FFFFFF; |
| 29 |
// border: 1px #DFDFDF solid; |
| 30 |
// ul { |
| 31 |
// margin: 0; |
| 32 |
// } |
| 33 |
// .uwp-setting-name .select2-selection--multiple .select2-selection__rendered{ |
| 34 |
// padding: 5px; |
| 35 |
// } |
| 36 |
// } |
| 37 |
// h3 { |
| 38 |
// font-size: 15px; |
| 39 |
// font-weight: normal; |
| 40 |
// line-height: 1; |
| 41 |
// padding: 8px 10px; |
| 42 |
// margin: 0; |
| 43 |
// border-bottom: 1px #DFDFDF solid; |
| 44 |
// text-shadow: 0 1px 0 #FFFFFF; |
| 45 |
// border-top: 1px solid #DFDFDF; |
| 46 |
// } |
| 47 |
// |
| 48 |
// .inside { |
| 49 |
// position: relative; |
| 50 |
// margin: 10px 0; |
| 51 |
// line-height: 1.4em; |
| 52 |
// padding: 0 12px 0 10px; |
| 53 |
// overflow: hidden; |
| 54 |
// } |
| 55 |
// |
| 56 |
#uwp-form-builder-tab-custom { |
| 57 |
.super-duper-content-open { |
| 58 |
display: none; |
| 59 |
} |
| 60 |
} |
| 61 |
// |
| 62 |
//} |
| 63 |
// |
| 64 |
//#uwp-available-fields.uwp-side-sortables { |
| 65 |
// width: 42%; |
| 66 |
// margin-right: 15px; |
| 67 |
// margin-bottom: 15px; |
| 68 |
//} |
| 69 |
// |
| 70 |
//#uwp-selected-fields.uwp-side-sortables { |
| 71 |
// width: 55%; |
| 72 |
// margin-bottom: 15px; |
| 73 |
//} |
| 74 |
// |
| 75 |
//#uwp-available-fields { |
| 76 |
// ul li { |
| 77 |
// float: left; |
| 78 |
// list-style: none outside none; |
| 79 |
// width: 50%; |
| 80 |
// } |
| 81 |
// ul.full li { |
| 82 |
// float: left; |
| 83 |
// list-style: none outside none; |
| 84 |
// width: 100%; |
| 85 |
// } |
| 86 |
//} |
| 87 |
|
| 88 |
.uwp-draggable-form-items { |
| 89 |
border: 1px solid #BBBBBB; |
| 90 |
color: #464646; |
| 91 |
display: block; |
| 92 |
margin-right: 8px; |
| 93 |
padding: 4px 0 4px 5px; |
| 94 |
position: relative; |
| 95 |
text-align: left; |
| 96 |
text-decoration: none; |
| 97 |
background: #fafafa; |
| 98 |
} |
| 99 |
|
| 100 |
//.uwp-side-sortables { |
| 101 |
// .handlediv { |
| 102 |
// float: right; |
| 103 |
// height: 31px; |
| 104 |
// width: 27px; |
| 105 |
// cursor: pointer; |
| 106 |
// } |
| 107 |
//} |
| 108 |
|
| 109 |
//span.field-type { |
| 110 |
// float: right; |
| 111 |
// margin-right: 25px; |
| 112 |
// font-weight: initial; |
| 113 |
//} |
| 114 |
// |
| 115 |
//.field_row_main { |
| 116 |
// margin: 0 7px; |
| 117 |
// background: #fff; |
| 118 |
// ul { |
| 119 |
// margin-top: 0; |
| 120 |
// } |
| 121 |
// .title { |
| 122 |
// border: 1px #DFDFDF solid; |
| 123 |
// background: #fafafa; |
| 124 |
// height: 37px; |
| 125 |
// line-height: 32px; |
| 126 |
// overflow: hidden; |
| 127 |
// padding-left: 10px; |
| 128 |
// position: relative; |
| 129 |
// text-shadow: 0 1px 0 #FFFFFF; |
| 130 |
// word-wrap: break-word; |
| 131 |
// padding-top: 3px; |
| 132 |
// margin-bottom: 1px; |
| 133 |
// cursor: move; |
| 134 |
// .handlediv { |
| 135 |
// float: right; |
| 136 |
// height: 26px; |
| 137 |
// width: 26px; |
| 138 |
// margin: 2px; |
| 139 |
// cursor: pointer; |
| 140 |
// vertical-align: middle; |
| 141 |
// } |
| 142 |
// } |
| 143 |
//} |
| 144 |
// |
| 145 |
//#uwp-form-builder-tab ul { |
| 146 |
// margin: 0; |
| 147 |
//} |
| 148 |
|
| 149 |
.advance.ui-sortable .ui-state-highlight, |
| 150 |
.core.ui-sortable .ui-state-highlight{ |
| 151 |
outline: 1px dashed #4183C4; |
| 152 |
height: 43px; |
| 153 |
background: #fff; |
| 154 |
|
| 155 |
} |
| 156 |
|
| 157 |
//.uwp-help-tip { |
| 158 |
// margin: 0; |
| 159 |
//} |
| 160 |
|
| 161 |
//.select2-container{ |
| 162 |
// width: 100% !important; |
| 163 |
// .select2-search--inline .select2-search__field { |
| 164 |
// min-width: 300px; |
| 165 |
// } |
| 166 |
//} |
| 167 |
|
| 168 |
//#uwp-selected-fields { |
| 169 |
// .li-settings{ |
| 170 |
// position: relative; |
| 171 |
// } |
| 172 |
// .field_frm{ |
| 173 |
// padding: 10px; |
| 174 |
// border: 1px #DFDFDF solid; |
| 175 |
// } |
| 176 |
// input[type="text"], |
| 177 |
// input[type="email"], |
| 178 |
// select { |
| 179 |
// width: 100%; |
| 180 |
// padding: 6px 12px; |
| 181 |
// height: 34px; |
| 182 |
// color: #555; |
| 183 |
// border: 1px solid #ccc; |
| 184 |
// border-radius: 4px; |
| 185 |
// -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 186 |
// box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 187 |
// -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; |
| 188 |
// -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; |
| 189 |
// transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; |
| 190 |
// } |
| 191 |
// |
| 192 |
// input[type="text"]:focus, |
| 193 |
// input[type="email"]:focus, |
| 194 |
// select:focus { |
| 195 |
// border-color: #66afe9; |
| 196 |
// outline: 0; |
| 197 |
// -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); |
| 198 |
// box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); |
| 199 |
// } |
| 200 |
// |
| 201 |
// ul li label{ |
| 202 |
// display: inline-block; |
| 203 |
// max-width: 100%; |
| 204 |
// margin-bottom: 5px; |
| 205 |
// font-weight: 700; |
| 206 |
// font-size: 14px; |
| 207 |
// color: #666666; |
| 208 |
// } |
| 209 |
// |
| 210 |
// .toggle-arrow { |
| 211 |
// position: absolute; |
| 212 |
// right: 0; |
| 213 |
// padding: 12px; |
| 214 |
// cursor: pointer; |
| 215 |
// z-index: 99; |
| 216 |
// } |
| 217 |
//} |
| 218 |
|
| 219 |
//ul.core.uwp_form_extras.ui-sortable { |
| 220 |
// ul:not(.widefat) { |
| 221 |
// padding-left: 25px; |
| 222 |
// } |
| 223 |
// li { |
| 224 |
// margin: 5px 0 !important; |
| 225 |
// } |
| 226 |
//} |
| 227 |
// |
| 228 |
//.uwp-setting-name { |
| 229 |
// .uwp-help-tip { |
| 230 |
// float: none; |
| 231 |
// } |
| 232 |
//} |
| 233 |
// |
| 234 |
//.uwp-tab-actions { |
| 235 |
// .button-primary.uwp-advanced-toggle { |
| 236 |
// float: left; |
| 237 |
// vertical-align: middle; |
| 238 |
// margin: 0 10px 0 0; |
| 239 |
// } |
| 240 |
// |
| 241 |
// input#save { |
| 242 |
// margin-right: 7px; |
| 243 |
// } |
| 244 |
// |
| 245 |
// a.item-delete { |
| 246 |
// color: #a00; |
| 247 |
// vertical-align: middle; |
| 248 |
// } |
| 249 |
//} |
| 250 |
} |
| 251 |
|
| 252 |
//#multiple_registration_select { |
| 253 |
// line-height: 2; |
| 254 |
//} |
| 255 |
// |
| 256 |
//@media screen and (max-width: 768px) { |
| 257 |
// #uwp_form_builder_container { |
| 258 |
// #uwp-available-fields.uwp-side-sortables, #uwp-selected-fields.uwp-side-sortables { |
| 259 |
// width: auto; |
| 260 |
// margin-bottom: 15px; |
| 261 |
// } |
| 262 |
// } |
| 263 |
// |
| 264 |
//} |