Merged from sub repository (updated ckeditor, filters - step 2)

This commit is contained in:
RainLoop Team 2014-12-01 21:34:21 +04:00
parent a57dc3720e
commit ec7324b061
427 changed files with 10909 additions and 3336 deletions

View file

@ -2,6 +2,40 @@
display: none !important;
}*/
.cke_chrome {
border: 1px solid #ccc !important;
}
.cke_toolgroup, .cke_combo_button {
border: 1px solid #A6A6A6 !important;
}
.cke_top {
padding: 6px 4px 1px 6px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.cke_button {
padding: 5px 6px !important;
}
.cke_combo_text {
line-height: 28px !important;
padding-left: 8px !important;
}
.cke_combo_button {
background: #FBFBFB !important;
}
.cke_source {
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace !important;
padding: 10px !important;
padding-right: 0 !important;
}
.cke_plain {
background-color: #fff;
@ -38,7 +72,7 @@
}
.cke_wysiwyg_div {
padding: 10px !important;
font-family: arial, sans-serif;
font-size: 13px;