Index: lams_central/web/ckeditor/plugins/bootsnippets/dialogs/snippets.css =================================================================== diff -u -r98d80295ca2398cfef80d796b9581cbc399a4077 -ra5ab9e74912e3c2f0258c243232bd98cf65dd0f8 --- lams_central/web/ckeditor/plugins/bootsnippets/dialogs/snippets.css (.../snippets.css) (revision 98d80295ca2398cfef80d796b9581cbc399a4077) +++ lams_central/web/ckeditor/plugins/bootsnippets/dialogs/snippets.css (.../snippets.css) (revision a5ab9e74912e3c2f0258c243232bd98cf65dd0f8) @@ -11,15 +11,8 @@ width: 100%; height: 568px; } -.cke_dialog_contents_body { - padding-top: 10px; -} -#fakeId { - display: none; -} -.cke_tpl_item -{ +.cke_tpl_item { padding: 7px; border-bottom: 1px solid rgba(128, 128, 128, 0.22); } @@ -48,7 +41,7 @@ font-size: 16px; } .cke_dialog_contents { - background-color: #f3f3f3; + background-color: #f3f3f3 !important; } .cke_dialog_contents a:hover { Index: lams_central/web/ckeditor/plugins/bootsnippets/plugin.js =================================================================== diff -u -r98d80295ca2398cfef80d796b9581cbc399a4077 -ra5ab9e74912e3c2f0258c243232bd98cf65dd0f8 --- lams_central/web/ckeditor/plugins/bootsnippets/plugin.js (.../plugin.js) (revision 98d80295ca2398cfef80d796b9581cbc399a4077) +++ lams_central/web/ckeditor/plugins/bootsnippets/plugin.js (.../plugin.js) (revision a5ab9e74912e3c2f0258c243232bd98cf65dd0f8) @@ -174,12 +174,19 @@ contents: [ { id: 'selectTpl', + style: 'margin-top: -15px;', //label: lang.title, elements: [ { type: 'vbox', children: [ { + className : 'fake-object-to-focus', + type: 'html', + focus: true, + html: '
' + }, + { id: 'snippetsList', type: 'html', focus: false,