forked from wp-premium/gravityforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrtl.css
More file actions
554 lines (463 loc) · 19.1 KB
/
rtl.css
File metadata and controls
554 lines (463 loc) · 19.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
/*
----------------------------------------------------------------
rtl.css
Gravity Forms RTL Language Support
http://www.gravityforms.com
updated: February 24, 2014 7:49 AM
Gravity Forms is a Rocketgenius project
copyright 2013-2014 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.
NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.
----------------------------------------------------------------
*/
html[dir="rtl"] .gform_wrapper *,
html[dir="rtl"] .gform_wrapper form,
html[dir="rtl"] .gform_wrapper .gform_body,
html[dir="rtl"] .gform_wrapper ul li,
html[dir="rtl"] .gform_wrapper ul li.gfield,
html[dir="rtl"] .gform_wrapper ul li.gfield.gfield_html,
html[dir="rtl"] .gform_wrapper ul li.gfield input,
html[dir="rtl"] .gform_wrapper ul li.gfield textarea,
html[dir="rtl"] .gform_wrapper textarea,
html[dir="rtl"] .gform_wrapper ul li.gfield select,
html[dir="rtl"] .gform_wrapper select,
html[dir="rtl"] .gform_wrapper input[type="text"],
html[dir="rtl"] .gform_wrapper input[type="email"],
html[dir="rtl"] .gform_wrapper input[type="password"],
html[dir="rtl"] .gform_wrapper input[type="url"],
html[dir="rtl"] .gform_wrapper input[type="tel"],
html[dir="rtl"] .gform_wrapper input[type="submit"],
html[dir="rtl"] .gform_wrapper input[type="button"],
html[dir="rtl"] .gform_wrapper button,
html[dir="rtl"] .gform_wrapper table tr td.gfield_list_icons,
html[dir="rtl"] .gform_wrapper div.validation_error,
html[dir="rtl"] .gform_wrapper h3.gform_title,
html[dir="rtl"] .gform_wrapper span.gform_description,
html[dir="rtl"] .gform_wrapper .gform_footer {
text-align: right !important;
direction: rtl !important;
}
html[dir="rtl"] .gform_wrapper ul,
html[dir="rtl"] .gform_wrapper ul li {
margin-right: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .gform_wrapper .gfield_checkbox li input[type="checkbox"],
html[dir="rtl"] .gform_wrapper .gfield_radio li input[type="radio"],
html[dir="rtl"] .gform_wrapper .gfield_checkbox li input {
float: right !important;
}
html[dir="rtl"] .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
html[dir="rtl"] .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
html[dir="rtl"] .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
html[dir="rtl"] .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
margin: 0 0 0 0 !important;
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table {
direction: rtl !important;
}
html[dir="rtl"] .gform_wrapper table.gfield_list th,
html[dir="rtl"] .gform_wrapper table.gfield_list td {
padding: 0 !important;
}
html[dir="rtl"] .gform_wrapper table input {
float: right !important;
}
html[dir="rtl"] .gform_wrapper.gf_browser_gecko .top_label input[type="file"],
html[dir="rtl"] .gform_wrapper.gf_browser_gecko .left_label input[type="file"],
html[dir="rtl"] .gform_wrapper.gf_browser_gecko .right_label input[type="file"] {
width: 55% !important;
direction: rtl !important;
}
html[dir="rtl"] .gform_wrapper.recaptchatable #recaptcha_response_field {
position: static !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice {
float: right !important;
margin: 3px 5px 3px 0 !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container ul.chosen-choices li.search-field {
float: right !important;
}
html[dir="rtl"] .gform_wrapper .left_label .gfield_label,
html[dir="rtl"] .gform_wrapper .right_label .gfield_label {
float: right !important;
margin: 0 0 0 15px !important;
}
html[dir="rtl"] .gform_wrapper .right_label .gfield_label {
text-align: left !important;
}
html[dir="rtl"] .gform_wrapper .right_label .gfield_description,
html[dir="rtl"] .gform_wrapper .left_label .gfield_description,
html[dir="rtl"] .gform_wrapper .left_label .instruction,
html[dir="rtl"] .gform_wrapper .right_label .instruction {
margin-right: 31% !important;
margin-left: 0 !important;
}
html[dir="rtl"] .gform_wrapper .right_label div.ginput_complex,
html[dir="rtl"] .gform_wrapper .left_label div.ginput_complex {
margin-right: 31% !important;
margin-left: 0 !important;
}
html[dir="rtl"] .gform_wrapper .left_label .gfield_description,
html[dir="rtl"] .gform_wrapper .right_label .gfield_description {
padding: 10px 0 10px 0 !important;
}
html[dir="rtl"] .gform_wrapper .left_label li.gfield_html_formatted,
html[dir="rtl"] .gform_wrapper .right_label li.gfield_html_formatted {
margin-left: 0 !important;
margin-right: 32% !important;
}
html[dir="rtl"] .gform_wrapper .gform_footer.right_label,
html[dir="rtl"] .gform_wrapper .gform_footer.left_label {
padding: 16px 31% 10px 0 !important;
}
body.rtl .gform_wrapper *,
body.rtl .gform_wrapper form,
body.rtl .gform_wrapper .gform_body,
body.rtl .gform_wrapper ul li,
body.rtl .gform_wrapper ul li.gfield,
body.rtl .gform_wrapper ul li.gfield.gfield_html,
body.rtl .gform_wrapper ul li.gfield input,
body.rtl .gform_wrapper ul li.gfield textarea,
body.rtl .gform_wrapper textarea,
body.rtl .gform_wrapper ul li.gfield select,
body.rtl .gform_wrapper select,
body.rtl .gform_wrapper input[type="text"],
body.rtl .gform_wrapper input[type="email"],
body.rtl .gform_wrapper input[type="password"],
body.rtl .gform_wrapper input[type="url"],
body.rtl .gform_wrapper input[type="tel"],
body.rtl .gform_wrapper input[type="submit"],
body.rtl .gform_wrapper input[type="button"],
body.rtl .gform_wrapper button,
body.rtl .gform_wrapper table tr td.gfield_list_icons,
body.rtl .gform_wrapper div.validation_error,
body.rtl .gform_wrapper h3.gform_title,
body.rtl .gform_wrapper span.gform_description,
body.rtl .gform_wrapper .gform_footer,
body .gform_wrapper.gf_rtl_wrapper ul li,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield.gfield_html,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield input,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield textarea,
body .gform_wrapper.gf_rtl_wrapper textarea,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield select,
body .gform_wrapper.gf_rtl_wrapper select,
body .gform_wrapper.gf_rtl_wrapper input[type="text"],
body .gform_wrapper.gf_rtl_wrapper input[type="email"],
body .gform_wrapper.gf_rtl_wrapper input[type="password"],
body .gform_wrapper.gf_rtl_wrapper input[type="url"],
body .gform_wrapper.gf_rtl_wrapper input[type="tel"],
body .gform_wrapper.gf_rtl_wrapper input[type="submit"],
body .gform_wrapper.gf_rtl_wrapper input[type="button"],
body .gform_wrapper.gf_rtl_wrapper button,
body .gform_wrapper.gf_rtl_wrapper table tr td.gfield_list_icons,
body .gform_wrapper.gf_rtl_wrapper div.validation_error,
body .gform_wrapper.gf_rtl_wrapper .gform_heading,
body .gform_wrapper.gf_rtl_wrapper h3.gform_title,
body .gform_wrapper.gf_rtl_wrapper span.gform_description,
body .gform_wrapper.gf_rtl_wrapper .gform_footer {
text-align: right !important;
direction: rtl !important;
}
body.rtl .gform_wrapper ul,
body.rtl .gform_wrapper ul li,
body .gform_wrapper.gf_rtl_wrapper ul,
body .gform_wrapper.gf_rtl_wrapper ul li {
margin-right: 0 !important;
padding-right: 0 !important;
}
body.rtl .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body.rtl .gform_wrapper .gfield_radio li input[type="radio"],
body.rtl .gform_wrapper .gfield_checkbox li input,
body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper.gf_rtl_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input {
float: right !important;
}
body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
margin: 0 1.5em 0 0 !important;
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table {
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table th,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table td,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html span,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html blockquote {
text-align: right !important;
direction: rtl !important;
}
body.rtl .gform_wrapper table.gfield_list th,
body.rtl .gform_wrapper table.gfield_list td,
body .gform_wrapper.gf_rtl_wrapper table.gfield_list th,
body .gform_wrapper.gf_rtl_wrapper table.gfield_list td {
padding: 0 !important;
}
body .gform_wrapper.gf_rtl_wrapper table.gfield_list {
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper table.gfield_list thead th {
text-align: right !important;
}
body.rtl .gform_wrapper table input,
body .gform_wrapper.gf_rtl_wrapper table input {
float: right !important;
}
body.rtl .gform_wrapper.recaptchatable #recaptcha_response_field,
body .gform_wrapper.gf_rtl_wrapper .recaptchatable #recaptcha_response_field {
position: static !important;
}
body.rtl .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice,
body .gform_wrapper.gf_rtl_wrapper .chosen-container-multi ul.chosen-choices li.search-choice {
float: right !important;
margin: 3px 5px 3px 0 !important;
}
body.rtl .gform_wrapper .chosen-container ul.chosen-choices li.search-field,
body .gform_wrapper.gf_rtl_wrapper .chosen-container ul.chosen-choices li.search-field {
float: right !important;
}
body.rtl .gform_wrapper .left_label .gfield_label,
body.rtl .gform_wrapper .right_label .gfield_label,
body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_label,
body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_label {
float: right !important;
margin: 0 0 0 15px !important;
}
body.rtl .gform_wrapper .right_label .gfield_label,
body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_label {
text-align: left !important;
}
body.rtl .gform_wrapper .right_label .gfield_description,
body.rtl .gform_wrapper .left_label .gfield_description,
body.rtl .gform_wrapper .left_label .instruction,
body.rtl .gform_wrapper .right_label .instruction,
body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_description,
body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_description,
body .gform_wrapper.gf_rtl_wrapper .left_label .instruction,
body .gform_wrapper.gf_rtl_wrapper .right_label .instruction {
margin-right: 31% !important;
margin-left: 0 !important;
}
body.rtl .gform_wrapper .right_label div.ginput_complex,
body.rtl .gform_wrapper .left_label div.ginput_complex,
body .gform_wrapper.gf_rtl_wrapper .right_label div.ginput_complex,
body .gform_wrapper.gf_rtl_wrapper .left_label div.ginput_complex {
margin-right: 31% !important;
margin-left: 0 !important;
}
body.rtl .gform_wrapper .left_label .gfield_description,
body.rtl .gform_wrapper .right_label .gfield_description,
body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_description,
body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_description {
padding: 10px 0 10px 0 !important;
}
body.rtl .gform_wrapper .left_label li.gfield_html_formatted,
body.rtl .gform_wrapper .right_label li.gfield_html_formatted,
body .gform_wrapper.gf_rtl_wrapper .left_label li.gfield_html_formatted,
body .gform_wrapper.gf_rtl_wrapper .right_label li.gfield_html_formatted {
margin-left: 0 !important;
margin-right: 32% !important;
}
body.rtl .gform_wrapper .gform_footer.right_label,
body.rtl .gform_wrapper .gform_footer.left_label,
body .gform_wrapper.gf_rtl_wrapper .gform_footer.right_label,
body .gform_wrapper.gf_rtl_wrapper .gform_footer.left_label {
padding: 16px 31% 10px 0 !important;
}
html[dir="rtl"] .gform_wrapper .ginput_right select,
body.rtl .gform_wrapper .ginput_right select,
body .gform_wrapper.gf_rtl_wrapper .ginput_right select {
margin-right: 2px;
}
html[dir="rtl"] .gform_wrapper img.ui-datepicker-trigger,
body.rtl .gform_wrapper img.ui-datepicker-trigger,
body .gform_wrapper.gf_rtl_wrapper img.ui-datepicker-trigger {
margin: 4px 2px 0 0;
}
html[dir="rtl"] .gform_wrapper input[type="radio"],
body.rtl .gform_wrapper input[type="radio"],
body .gform_wrapper.gf_rtl_wrapper input[type="radio"] {
margin-top: 5px;
}
html[dir="rtl"] .gform_wrapper .gf_progressbar_percentage span,
body.rtl .gform_wrapper .gf_progressbar_percentage span,
body .gform_wrapper.gf_rtl_wrapper .gf_progressbar_percentage span {
display: block;
width: auto;
float: left !important;
}
html[dir="rtl"] .gform_wrapper .gf_step span.gf_step_number,
body.rtl .gform_wrapper .gf_step span.gf_step_number,
body .gform_wrapper.gf_rtl_wrapper .gf_step span.gf_step_number {
float: right !important;
}
html[dir="rtl"] .gform_wrapper .gf_step,
body.rtl .gform_wrapper .gf_step,
body .gform_wrapper.gf_rtl_wrapper .gform_wrapper .gf_step {
margin: 0 0 10px 10px !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container .chosen-results li.active-result,
body.rtl .gform_wrapper .chosen-container .chosen-results li.active-result,
body .gform_wrapper.gf_rtl_wrapper .chosen-container .chosen-results li.active-result {
padding-right: 24px !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
body.rtl .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
body .gform_wrapper.gf_rtl_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
right: 5px !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice span,
body.rtl .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice span,
body .gform_wrapper.gf_rtl_wrapper .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice span {
display: block;
margin-right: 19px !important;
}
html[dir="rtl"] .gform_wrapper input.button.gform_next_button,
html[dir="rtl"] .gform_wrapper input.button.gform_button[type="submit"] {
float: left;
}
html[dir="rtl"] div#preview_hdr span.actionlinks {
float: left !important;
text-align: left !important;
}
html[dir="rtl"] div#preview_hdr div:first-child {
background-position: right center !important;
padding-left: 10px !important;
padding-right: 26px !important;
}
html[dir="rtl"] .gform_wrapper .gf_invisible {
left: auto; right: -9999px;
}
/* Admin RTL support ----------------------------------------------------*/
html[dir="rtl"] body.wp-admin * {
direction: rtl !important;
}
html[dir="rtl"] body.wp-admin li.gf_form_switcher {
display: block;
position: relative;
right: 0;
}
html[dir="rtl"] body.wp-admin li.gf_form_switcher select {
}
html[dir="rtl"] body.wp-admin div#add_fields {
float: left;
}
html[dir="rtl"] body.wp-admin .button-title-link div.add-buttons-title {
position: relative;
background-image: url(../images/gf-expand-title-bg-rtl.png);
background-position: left 0;
text-align: right;
padding: 8px 14px 0 0 !important;
}
html[dir="rtl"] body.wp-admin ul#gf_form_toolbar_links {
padding: 0 6px 0 0 !important;
}
html[dir="rtl"] body.wp-admin .top_label .gfield_label {
margin: 8px 6px 4px 0;
}
html[dir="rtl"] body.wp-admin .gfield_checkbox li input[type=checkbox],
html[dir="rtl"] body.wp-admin .gfield_radio li input[type=radio],
html[dir="rtl"] body.wp-admin .gfield_checkbox li input {
float: right !important;
margin-left: 2px !important;
margin-right: 1px !important;
}
html[dir="rtl"] body.wp-admin .ginput_complex .ginput_left,
html[dir="rtl"] body.wp-admin .ginput_complex .ginput_right {
float: right !important;
}
html[dir="rtl"] body.wp-admin .gfield_time_hour,
html[dir="rtl"] body.wp-admin .gfield_time_minute {
float: right;
}
html[dir="rtl"] body.wp-admin .gfield_date_month,
html[dir="rtl"] body.wp-admin .gfield_date_day,
html[dir="rtl"] body.wp-admin .gfield_date_year {
float: right !important;
}
html[dir="rtl"] body.wp-admin img#gfield_input_datepicker_icon {
left: -4px;
}
html[dir="rtl"] body.wp-admin div#gf_nofield_1_instructions {
background-position: 0 -1995px;
}
html[dir="rtl"] body.wp-admin div#gf_nofield_1_instructions span {
margin-left: 300px;
}
html[dir="rtl"] body.wp-admin ul#gform_fields li#no-fields div.newform_notice span {
position: absolute;
right:340px;
top: 40px;
background-position: 0 -1880px;
}
html[dir="rtl"] body.wp-admin .gf_new_form_modal_container .setting-row label {
float: right !important;
}
html[dir="rtl"] body.wp-admin .gf_new_form_modal_container div.submit-row input#save_new_form.button {
float: right !important;
}
html[dir="rtl"] body.wp-admin #TB_ajaxWindowTitle {
float: right !important;
}
html[dir="rtl"] body.wp-admin #TB_closeAjaxWindow {
float: left !important;
}
html[dir="rtl"] body.wp-admin .gform_tabs li.active a {
position: relative;
right: -1px;
padding: 6px 10px 6px 10px !important;
}
html[dir="rtl"] body.wp-admin a.tooltip,
html[dir="rtl"] body.wp-admin a.tooltip_left,
html[dir="rtl"] body.wp-admin a.tooltip_bottomleft {
overflow: hidden;
}
html[dir="rtl"] body.wp-admin h2.gf_admin_page_title span.gf_admin_page_subtitle span.gf_admin_page_formid {
margin: 0 0 0 8px !important;
}
html[dir="rtl"] body.wp-admin p.submit input.gf_settings_savebutton {
float: right;
}
html[dir="rtl"] body.wp-admin p[style] {
text-align: right !important;
}
html[dir="rtl"] body.wp-admin div.delete-alert {
padding: 0 20px 20px 20px;
}
/* RTL tweaks for Firefox ------------------------------------------------------*/
body.rtl .gform_wrapper.gf_browser_gecko .top_label input[type="file"],
body.rtl .gform_wrapper.gf_browser_gecko .left_label input[type="file"],
body.rtl .gform_wrapper.gf_browser_gecko .right_label input[type="file"],
body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .top_label input[type="file"],
body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .left_label input[type="file"],
body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .right_label input[type="file"] {
width: 55% !important;
direction: rtl !important;
}
/* RTL tweaks for Opera ------------------------------------------------------*/
html[dir="rtl"] .gform_wrapper.gf_browser_opera input[type="checkbox"],
body.rtl .gform_wrapper.gf_browser_opera input[type="checkbox"],
body .gform_wrapper.gf_rtl_wrapper.gf_browser_opera input[type="checkbox"] {
margin-top: 6px;
}