PluginProbe
Contact Forms by Cimatti / 1.2
Contact Forms by Cimatti v1.2
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.2, at accua-forms-admin.css

267 lines 5.5 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-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 clear: both;
92 line-height: 25px;
93 }
94
95 #accua_form_layout {
96 margin-right: 50px;
97 margin-bottom: 9px;
98 }
99
100 #accua_forms_edit_page #accua_tabs {
101 position: relative;
102 }
103
104 .accua-forms-metabox-holder {
105 float: left;
106 margin-right: 2%;
107 width: 47%;
108 }
109
110 .accua_forms_save_settings_top {
111 float: right;
112 margin-right: 30px;
113 width: 400px;
114 }
115
116 #accua_forms_edit_page #accua_form_save_settings {
117 float: left;
118 margin-right: 6px;
119 }
120
121 #accua_forms_edit_page form#delete_form {
122 float: right;
123 margin-left: 6px;
124 }
125
126 #accua_forms_edit_page form#delete_form input {
127 background: none;
128 border: none;
129 color: red;
130 text-decoration: underline;
131 cursor:pointer;
132 }
133
134 #accua_forms_edit_page form#delete_form input:hover {
135 background:red;
136 color:#fff;
137 }
138
139 #accua_tab_messages .defalut_content_message,
140 #accua_tab_preview .defalut_content_message {
141 background: #fff;
142 border: 1px solid #ddd;
143 margin-top: 10px;
144 padding: 20px;
145 }
146
147 #accua_tab_messages .defalut_message,
148 #accua_tab_preview .defalut_message {
149 padding-top:20px;
150 }
151
152 #accua_tab_messages #dashboard_right_now a.insert-media,
153 #accua_tab_preview #dashboard_right_now a.insert-media {
154 float: none;
155 top: 0;
156 }
157
158 #accua_tab_messages .wp-editor-wrap,
159 #accua_tab_preview .wp-editor-wrap {
160 margin-top: 10px;
161 }
162
163 #accua_tab_messages .label_input,
164 #accua_tab_preview .label_input {
165 display: block;
166 line-height: 27px;
167 margin-bottom: 9px;
168 width: 100%;
169 float: left;
170 }
171
172 #accua_tab_messages .label_input label,
173 #accua_tab_preview .label_input label {
174 float: left;
175 margin-right: 10px;
176 width: 20%;
177 }
178
179 #accua_tab_messages .label_input input.accua_form_value[type="text"],
180 #accua_tab_preview .label_input input.accua_form_value[type="text"] {
181 float: left;
182 width: 45%;
183 }
184
185 #accua_tab_messages input.accua_form_check_override[type="checkbox"],
186 #accua_tab_preview input.accua_form_check_override[type="checkbox"] {
187 margin-right: 5px;
188 }
189
190 #accua_tab_messages input[value="1"][type="radio"], #accua_tab_messages input[value="-1"][type="radio"] {
191 margin-left: 20px;
192 }
193
194 #accua_tab_messages .accua_form_value[disabled],
195 #accua_tab_preview .accua_form_value[disabled] {
196 color: #BBBBBB;
197 }
198
199 #accua_tab_messages .default_value,
200 #accua_tab_preview .default_value {
201 border: 1px solid #ddd;
202 color: #999;
203 float: left;
204 line-height: 22px;
205 min-height: 21px;
206 margin: 1px 5% 1px 0;
207 padding-left: 1%;
208 padding-right: 1%;
209 width: 43%;
210 }
211
212 #accua_tab_preview .wp-picker-container {
213 border: 1px solid trasparent;
214 float: left;
215 margin: 1px 5% 1px 0;
216 padding-left: 1%;
217 padding-right: 1%;
218 width: 43%;
219 }
220
221 #accua_tab_messages .postbox {
222 min-height: 400px;
223 }
224
225 #accua-forms-list-filter th.column-submissions a span {
226 float:none;
227 }
228
229
230 #accua-forms-list-filter th.column-submissions .sorting-indicator {
231 float:right;
232 }
233
234 #accua_form_preview_area_wrapper {
235 border: 1px solid #DDDDDD;
236 padding: 30px;
237 margin-top: 20px;
238 margin-bottom: 20px;
239 min-width: 300px;
240 min-height: 150px;
241 height: 400px;
242 }
243
244 #accua_form_preview_area {
245 width: 100%;
246 height: 100%;
247 border: 0;
248 margin: 0;
249 padding: 0;
250 }
251
252 #accua_forms_edit_page .#dialog_token {
253 padding: 0 20px 20px;
254 }
255
256 #accua_forms_edit_page .defalut_content_message {
257 white-space: pre-wrap; /* css-3 */
258 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
259 white-space: -pre-wrap; /* Opera 4-6 */
260 white-space: -o-pre-wrap; /* Opera 7 */
261 word-wrap: break-word; /* Internet Explorer 5.5+ */
262 }
263
264 .accua_forms_admin_page textarea {
265 resize: vertical;
266 }
267