fyi: Chrome dev tools console is complaining about the extra semi-colon here in 1.7.2
Invalid CSS property declaration at: ; /plugins/gravityforms/css/rtl.css
hope this helps :)
fyi: Chrome dev tools console is complaining about the extra semi-colon here in 1.7.2
Invalid CSS property declaration at: ; /plugins/gravityforms/css/rtl.css
hope this helps :)
You are correct there is an extra semi-colon on line 403 of that file at the end of the padding-left rule
html[dir="rtl"] div#preview_hdr div:first-child {
background-position: right center !important;
padding-left: 10px !important;;
padding-right: 26px !important;
}
Interestingly it does pass as valid when the file is checked by the w3c CSS validator.
Regards,
Richard
--
Just another member of the community helping out where I can
I let our developers know about this. Thanks!
Whoops. Thanks for the good eyes. I updated the RTL.css file and you'll see the change in the next release. I should really quit drinking when I write code :)