PluginProbe
E2Pdf – Export Pdf Tool for WordPress / trunk
E2Pdf – Export Pdf Tool for WordPress vtrunk
1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 1.08.06 1.08.09 All 71 releases
e2pdf / css / extension / fluent.css

fluent.css in E2Pdf – Export Pdf Tool for WordPress trunk, at css/extension/fluent.css

37 lines 885 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ff_net_table td {
2 position: relative !important;
3 }
4
5 .fluentform .ff_net_table td input.ff-screen-reader-element {
6 display: block !important;
7 position: absolute !important;
8 width: 100% !important;
9 height: 100% !important;
10 }
11
12
13 .fluentform .ff_file_upload_holder {
14 display: inline-block !important;
15 position: relative !important;
16 width: auto !important;
17 }
18
19 .fluentform .ff_file_upload_holder input.ff-screen-reader-element {
20 height: 100% !important;
21 position: absolute !important;
22 width: 100% !important;
23 display: block !important;
24 top: 0;
25 }
26
27 .fluentform .ff-el-ratings input[type=radio] {
28 width: auto !important;
29 height: auto !important;
30 visibility: visible !important;
31 display: inherit !important;
32 }
33
34 .e2pdf-dialog .fluentform .ff-el-ratings label {
35 display: inline-block !important;
36 width: auto !important;
37 }