form_maker_layout.css in Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder 1.13.7, at css/form_maker_layout.css
| 1 | .fm_submit_layout { |
| 2 | border-radius: 3px !important; |
| 3 | width: 100%; |
| 4 | } |
| 5 | |
| 6 | .fm_submit_layout em { |
| 7 | color: #999; |
| 8 | font-size: 11px; |
| 9 | font-style: normal; |
| 10 | } |
| 11 | |
| 12 | .CodeMirror { |
| 13 | background: white; |
| 14 | border: 1px solid #ccc; |
| 15 | font-size: 12px; |
| 16 | margin-bottom: 6px; |
| 17 | } |
| 18 | |
| 19 | .fm_label_buttons { |
| 20 | border: 1px solid #C0C0C0; |
| 21 | cursor: pointer; |
| 22 | font-weight: bold; |
| 23 | max-width: 200px; |
| 24 | overflow: hidden; |
| 25 | padding: 4px 15px; |
| 26 | text-overflow: ellipsis; |
| 27 | white-space: nowrap; |
| 28 | word-break: break-all; |
| 29 | word-wrap: break-word; |
| 30 | } |
| 31 | |
| 32 | .fm_layout p { |
| 33 | font-size: 14px; |
| 34 | font-family: segoe ui; |
| 35 | text-shadow: 0px 0px 1px rgb(202, 202, 202); |
| 36 | } |
| 37 |