wpvr-admin2-rtl.css in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.74, at admin/css/wpvr-admin2-rtl.css
| 1 | |
| 2 | body.rtl { |
| 3 | .wpvr-welcome { |
| 4 | margin-left: 0px; |
| 5 | } |
| 6 | |
| 7 | .wpvr-welcome .wpvr-features .single-feature .see-example { |
| 8 | display: flex; |
| 9 | align-items: center; |
| 10 | justify-content: center; |
| 11 | flex-direction: row-reverse; |
| 12 | } |
| 13 | |
| 14 | .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:first-child { |
| 15 | margin-left: inherit; |
| 16 | margin-right: 0; |
| 17 | } |
| 18 | |
| 19 | .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:last-child { |
| 20 | margin-left: inherit; |
| 21 | margin-right: auto; |
| 22 | } |
| 23 | |
| 24 | .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li { |
| 25 | margin-left: inherit; |
| 26 | margin-right: 30px; |
| 27 | } |
| 28 | |
| 29 | } |