﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12894	adding custom styles and automaticly created divs	d.maliyshock		"We have 2 issues.

1. Doesnt work adding custom styles to dropdown styles list
We past ehis code into config.js, and dropdown styles list exactly the same. Nothing is changed.


{{{
CKEDITOR.stylesSet.add( 'my_styles',
    [
        // Block-level styles
        { name : 'icon for video', element : 'a', styles : {
            'display': 'block',
            'margin': 'auto',
            'width': '31px',
            'height': '34px',
            'background-image': 'url(/i/modern/sprite/icon_video.png)',
            'border-bottom': 'none'
            }
        }
}}}



2. Ckeditor automaticly created div`s, that destroy layout compleatly.

Is there any chance to stop ck editor checking and clearing the styles, classes and layout?"	Bug	closed	Normal		General		invalid		
