| 1 |
input[type="text"].accua_form_value, textarea.accua_form_value { |
| 2 |
width: 95%; |
| 3 |
margin-right: 5%; |
| 4 |
} |
| 5 |
|
| 6 |
#accua-forms-edit-form-page .sidebar-name-arrow { |
| 7 |
display: none !important; |
| 8 |
} |
| 9 |
|
| 10 |
#accua-forms-edit-form-page #widgets-left .widget-holder, #accua-forms-edit-form-page #widgets-right .widgets-sortables { |
| 11 |
overflow-y: scroll !important; |
| 12 |
overflow-x: hidden !important; |
| 13 |
height: 400px; |
| 14 |
min-height: 400px; |
| 15 |
} |
| 16 |
|
| 17 |
.accua-form-widget-scroll-wrapper { |
| 18 |
width: 100% !important; |
| 19 |
} |
| 20 |
|
| 21 |
.accua-form-widget-scroll-wrapper .ui-resizable-handle, #accua_form_preview_area_wrapper .ui-resizable-handle { |
| 22 |
background: #ddd; |
| 23 |
bottom: -10px; |
| 24 |
height: 7px; |
| 25 |
border-radius: 3px; |
| 26 |
} |
| 27 |
|
| 28 |
.accua-form-widget-scroll-wrapper.ui-resizable > *:first-child { |
| 29 |
min-height: auto !important; |
| 30 |
height: 100% !important; |
| 31 |
max-height: none !important; |
| 32 |
width: auto !important; |
| 33 |
overflow-y: scroll !important; |
| 34 |
overflow-x: hidden !important; |
| 35 |
margin: 0 !important; |
| 36 |
padding: 0 !important; |
| 37 |
} |
| 38 |
|
| 39 |
.accua-form-widget-scroll-wrapper > *:first-child p.description { |
| 40 |
padding-top: 5px; |
| 41 |
} |
| 42 |
|
| 43 |
#icon-contact-forms-cimatti-logo { |
| 44 |
background: url("img/cimatti-32-icon.png") no-repeat scroll 0 0 transparent; |
| 45 |
} |
| 46 |
|
| 47 |
|
| 48 |
/* tabs */ |
| 49 |
#accua_tabs #ul_accua_tabs li.ui-state-active a { |
| 50 |
color: #000000; |
| 51 |
font-weight: bold; |
| 52 |
text-decoration: none; |
| 53 |
} |
| 54 |
|
| 55 |
#accua_tabs #ul_accua_tabs li { |
| 56 |
display: inline; |
| 57 |
font-size: 13px; |
| 58 |
line-height: 37px; |
| 59 |
margin: 0 10px 0 0; |
| 60 |
padding: 12px 15px; |
| 61 |
border-left: 1px solid #EEEEEE; |
| 62 |
border-right: 1px solid #EEEEEE; |
| 63 |
border-top: 1px solid #EEEEEE; |
| 64 |
} |
| 65 |
|
| 66 |
#accua_tabs #ul_accua_tabs li a { |
| 67 |
color:#bbb; |
| 68 |
text-decoration:none; |
| 69 |
} |
| 70 |
|
| 71 |
#accua_tabs #ul_accua_tabs li.ui-state-active { |
| 72 |
background: #fff; |
| 73 |
border-left: 1px solid #ddd; |
| 74 |
border-right: 1px solid #ddd; |
| 75 |
border-top: 1px solid #ddd; |
| 76 |
} |
| 77 |
|
| 78 |
#accua_tabs .content_tab { |
| 79 |
background: #fff; |
| 80 |
border: 0px solid #ddd; |
| 81 |
border-top: 1px solid #ddd; |
| 82 |
padding: 10px; |
| 83 |
min-height: 300px; |
| 84 |
} |
| 85 |
|
| 86 |
#accua_form_use_ajax .accua_form_value { |
| 87 |
margin-right: 6px; |
| 88 |
} |
| 89 |
|
| 90 |
#accua_form_use_ajax, #accua_form_layout { |
| 91 |
float: left; |
| 92 |
line-height: 25px; |
| 93 |
} |
| 94 |
|
| 95 |
#accua_form_layout { |
| 96 |
margin-right:50px; |
| 97 |
} |
| 98 |
|
| 99 |
#accua-forms-edit-form-page #accua_tabs { |
| 100 |
position: relative; |
| 101 |
} |
| 102 |
|
| 103 |
.accua-forms-metabox-holder { |
| 104 |
float: left; |
| 105 |
margin-right: 2%; |
| 106 |
width: 47%; |
| 107 |
} |
| 108 |
|
| 109 |
.accua_forms_save_settings_top { |
| 110 |
float: right; |
| 111 |
margin-right: 30px; |
| 112 |
width: 400px; |
| 113 |
} |
| 114 |
|
| 115 |
#accua-forms-edit-form-page #accua_form_save_settings { |
| 116 |
float: left; |
| 117 |
margin-right: 6px; |
| 118 |
} |
| 119 |
|
| 120 |
#accua-forms-edit-form-page form#delete_form { |
| 121 |
float: right; |
| 122 |
margin-left: 6px; |
| 123 |
} |
| 124 |
|
| 125 |
#accua-forms-edit-form-page form#delete_form input { |
| 126 |
background: none; |
| 127 |
border: none; |
| 128 |
color: red; |
| 129 |
text-decoration: underline; |
| 130 |
cursor:pointer; |
| 131 |
} |
| 132 |
|
| 133 |
#accua-forms-edit-form-page form#delete_form input:hover { |
| 134 |
background:red; |
| 135 |
color:#fff; |
| 136 |
} |
| 137 |
|
| 138 |
#accua_tab_messages .defalut_content_message { |
| 139 |
background: #fff; |
| 140 |
border: 1px solid #ddd; |
| 141 |
margin-top: 10px; |
| 142 |
padding: 20px; |
| 143 |
} |
| 144 |
|
| 145 |
#accua_tab_messages .defalut_message { |
| 146 |
padding-top:20px; |
| 147 |
} |
| 148 |
|
| 149 |
#accua_tab_messages #dashboard_right_now a.insert-media { |
| 150 |
float: none; |
| 151 |
top: 0; |
| 152 |
} |
| 153 |
|
| 154 |
#accua_tab_messages .wp-editor-wrap { |
| 155 |
margin-top: 10px; |
| 156 |
} |
| 157 |
|
| 158 |
#accua_tab_messages .label_input { |
| 159 |
display: block; |
| 160 |
line-height: 27px; |
| 161 |
margin-bottom: 9px; |
| 162 |
width: 100%; |
| 163 |
} |
| 164 |
|
| 165 |
#accua_tab_messages .label_input label { |
| 166 |
float: left; |
| 167 |
margin-right: 10px; |
| 168 |
width: 38px; |
| 169 |
} |
| 170 |
|
| 171 |
#accua_tab_messages .label_input input.accua_form_value[type="text"] { |
| 172 |
float: left; |
| 173 |
width: 45%; |
| 174 |
} |
| 175 |
|
| 176 |
#accua_tab_messages input.accua_form_check_override[type="checkbox"] { |
| 177 |
margin-right: 5px; |
| 178 |
} |
| 179 |
|
| 180 |
#accua_tab_messages input[value="1"][type="radio"], #accua_tab_messages input[value="-1"][type="radio"] { |
| 181 |
margin-left: 20px; |
| 182 |
} |
| 183 |
|
| 184 |
#accua_tab_messages .accua_form_value[disabled] { |
| 185 |
color: #BBBBBB; |
| 186 |
} |
| 187 |
|
| 188 |
#accua_tab_messages .default_value { |
| 189 |
border: 1px solid #ddd; |
| 190 |
color: #999; |
| 191 |
float: left; |
| 192 |
line-height: 22px; |
| 193 |
margin: 1px 5% 1px 0; |
| 194 |
padding-left: 1%; |
| 195 |
padding-right: 1%; |
| 196 |
width: 43%; |
| 197 |
} |
| 198 |
|
| 199 |
#accua_tab_messages .postbox { |
| 200 |
min-height: 400px; |
| 201 |
} |
| 202 |
|
| 203 |
#accua-forms-list-filter th.column-submissions a span { |
| 204 |
float:none; |
| 205 |
} |
| 206 |
|
| 207 |
|
| 208 |
#accua-forms-list-filter th.column-submissions .sorting-indicator { |
| 209 |
float:right; |
| 210 |
} |
| 211 |
|
| 212 |
#accua_form_preview_area_wrapper { |
| 213 |
border: 1px solid #DDDDDD; |
| 214 |
padding: 30px; |
| 215 |
margin-top: 20px; |
| 216 |
margin-bottom: 20px; |
| 217 |
min-width: 300px; |
| 218 |
min-height: 150px; |
| 219 |
height: 400px; |
| 220 |
} |
| 221 |
|
| 222 |
#accua_form_preview_area { |
| 223 |
width: 100%; |
| 224 |
height: 100%; |
| 225 |
border: 0; |
| 226 |
margin: 0; |
| 227 |
padding: 0; |
| 228 |
} |
| 229 |
|
| 230 |
#accua-forms-edit-form-page .#dialog_token { |
| 231 |
padding: 0 20px 20px; |
| 232 |
} |
| 233 |
|
| 234 |
#accua-forms-edit-form-page .defalut_content_message { |
| 235 |
white-space: pre-wrap; /* css-3 */ |
| 236 |
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ |
| 237 |
white-space: -pre-wrap; /* Opera 4-6 */ |
| 238 |
white-space: -o-pre-wrap; /* Opera 7 */ |
| 239 |
word-wrap: break-word; /* Internet Explorer 5.5+ */ |
| 240 |
} |
| 241 |
|