$(document).ready(function()
{ $(".formsItems-ul-li a").attr("style","text-decoration:none"); $(".parbase.richText .c_inside_fs > div > div , .parsys.richTextWithEditableStyle .c_inside_fs > div > div , .parbase.text .c_inside_fs > div > div").addClass("clearfix"); $(".parbase.richText .c_inside_fs > div > div > span:first-child , .parsys.richTextWithEditableStyle .c_inside_fs > div > div > span:first-child , .parbase.text .c_inside_fs > div > div > span:first-child").attr("style"," width:23px;float:left;"); $(".parbase.richText .c_inside_fs > div > div > span:nth-child(2) , .parsys.richTextWithEditableStyle .c_inside_fs > div > div > span:nth-child(2) , .parbase.text .c_inside_fs > div > div > span:nth-child(2)").attr("style"," width:14px;float:left;"); $(".parbase.richText .c_inside_fs > div > div > span:last-child , .parsys.richTextWithEditableStyle .c_inside_fs > div > div > span:last-child , .parbase.text .c_inside_fs > div > div > span:last-child").attr("style"," width:600px;float:left;"); }
);