PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Invalid CSS property declaration at: ; /plugins/gravityforms/css/rtl.css:403

  1. 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 :)

    Posted 10 years ago on Tuesday May 7, 2013 | Permalink
  2. Richard Vav
    Administrator

    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

    Posted 10 years ago on Tuesday May 7, 2013 | Permalink
  3. David Peralty

    I let our developers know about this. Thanks!

    Posted 10 years ago on Tuesday May 7, 2013 | Permalink
  4. 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 :)

    Posted 10 years ago on Wednesday May 8, 2013 | Permalink

This topic has been resolved and has been closed to new replies.