PluginProbe
Contact Forms by Cimatti / 1.4.1
Contact Forms by Cimatti v1.4.1
2.3.6 2.3.5 2.3.0 2.2.32 2.2.4 2.2.0 2.1.2 2.1.1 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 All 62 releases
contact-forms / accua-forms-admin.css

accua-forms-admin.css in Contact Forms by Cimatti 1.4.1, at accua-forms-admin.css

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