Error parsing css file?

Error parsing css file?

joshlevine102joshlevine102 Posts: 44Questions: 16Answers: 2

Hi guys, a Sonar process is complaining about one of the css files. I wonder if this makes any sense to anybody. Could there be a character here that's disallowed? Thanks.

11:27:00.524 ERROR - Unable to parse file: {bla bla bla}\Content\DataTables\css\editor.dataTables.css
11:27:00.524 ERROR - Parse error at line 683 column 3:

673:   left: 50%;
674:   margin-left: -390px;
675:   width: 780px;
676:   height: 100%;
677:   z-index: 11;
678: }
679: div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container {
680:   *position: absolute;
681:   /* IE6 */
682:   *top: 50%;
683:   #position: absolute;
       ^
684:   /* IE7 */
685:   #top: 50%;
686:   display: table;
687:   height: 100%;
688:   width: 100%;

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    That's a hack that is in for IE6. I thought I'd dropped that already in Editor! That line can be safely removed.

    Allan

  • joshlevine102joshlevine102 Posts: 44Questions: 16Answers: 2

    Hi. Mind if I ask, could this line be removed from the css file? Just so we don't have to remember to remove it when downloading updates. This process has been getting a parse error on this when we run builds. Thanks!

This discussion has been closed.