Ckeditor - css popravki, odstranjen flash
This commit is contained in:
parent
fd932f94a8
commit
b54ec3cc93
@ -36,7 +36,7 @@ CKEDITOR.editorConfig = function (config) {
|
||||
'/',
|
||||
{name: 'other', items: ['Scayt', 'Strike', 'SpecialChar']},
|
||||
{name: 'vec', items:['Styles', 'Format', 'Outdent', 'Indent', 'HorizontalRule']},
|
||||
{name: 'insert', items: ['CreateDiv', 'Flash', 'Table', 'IFrame', 'Youtube', 'Abbr']},
|
||||
{name: 'insert', items: ['CreateDiv', 'Table', 'IFrame', 'Youtube', 'Abbr']},
|
||||
];
|
||||
|
||||
/*config.toolbar = [
|
||||
|
@ -9695,13 +9695,6 @@ div.button_holder.float-right button {
|
||||
margin-left: 16px;
|
||||
margin-right: 0;
|
||||
}
|
||||
div.button_holder.editor_button_holder {
|
||||
margin: 0;
|
||||
padding: 8px 16px;
|
||||
border-bottom: 1px #cccccc solid;
|
||||
border-left: 1px #cccccc solid;
|
||||
border-right: 1px #cccccc solid;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
@ -10449,6 +10442,33 @@ header #top_line #enka_nav .anketa_header_upgrade_package button {
|
||||
color: #FFC700 !important;
|
||||
}
|
||||
|
||||
.cke_1.cke_chrome {
|
||||
border-bottom: 1px #E5E5E5 solid !important;
|
||||
border-radius: 2px 2px 0 0;
|
||||
}
|
||||
|
||||
#cke_1_top {
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
|
||||
.cke_dialog {
|
||||
border: 1px #E5E5E5 solid !important;
|
||||
}
|
||||
|
||||
div.button_holder.editor_button_holder {
|
||||
margin: 0;
|
||||
padding: 8px 16px;
|
||||
border-bottom: 1px #cccccc solid;
|
||||
border-left: 1px #cccccc solid;
|
||||
border-right: 1px #cccccc solid;
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
|
||||
.cke_dialog table tr td,
|
||||
.cke_dialog table tr th {
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Specific pages scss
|
||||
*/
|
||||
|
29
resources/sass/admin_new/components/ckeditor/ckeditor.scss
Normal file
29
resources/sass/admin_new/components/ckeditor/ckeditor.scss
Normal file
@ -0,0 +1,29 @@
|
||||
|
||||
.cke_1.cke_chrome {
|
||||
border-bottom: 1px $gray solid !important;
|
||||
border-radius: 2px 2px 0 0;
|
||||
}
|
||||
|
||||
#cke_1_top{
|
||||
border-bottom: 1px $gray solid;
|
||||
}
|
||||
|
||||
.cke_dialog{
|
||||
border: 1px $gray solid !important;
|
||||
}
|
||||
|
||||
div.button_holder.editor_button_holder{
|
||||
margin: 0;
|
||||
padding: 8px 16px;
|
||||
|
||||
border-bottom: 1px rgb(204, 204, 204) solid;
|
||||
border-left: 1px rgb(204, 204, 204) solid;
|
||||
border-right: 1px rgb(204, 204, 204) solid;
|
||||
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
|
||||
.cke_dialog table tr td,
|
||||
.cke_dialog table tr th{
|
||||
border-bottom: 0 !important;
|
||||
}
|
@ -16,3 +16,6 @@
|
||||
|
||||
// Payments
|
||||
@import "payments/payments";
|
||||
|
||||
// CKEditor
|
||||
@import "ckeditor/ckeditor";
|
@ -234,13 +234,4 @@ div.button_holder {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.editor_button_holder{
|
||||
margin: 0;
|
||||
padding: 8px 16px;
|
||||
|
||||
border-bottom: 1px rgb(204, 204, 204) solid;
|
||||
border-left: 1px rgb(204, 204, 204) solid;
|
||||
border-right: 1px rgb(204, 204, 204) solid;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user