| 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 |
} |