CKEditor integration fine tuning with a new "Maximize" button in the collapsed toolbar.

SVN:trunk[4027]
This commit is contained in:
Denis Flaven
2016-05-04 08:26:14 +00:00
parent 0e25c9a7a1
commit b02e163ecc
34 changed files with 314 additions and 71 deletions

View File

@@ -1405,6 +1405,17 @@ span.form_validation {
border-top: 1px solid white;
background: #dddddd;
width: 100%;
height: 21px;
}
.caselog_input_header:empty {
display: none;
}
.editor_magnifier:hover {
background-color: #cccccc;
}

View File

@@ -1064,6 +1064,13 @@ span.form_validation {
border-top:1px solid #fff;
background: #ddd;
width:100%;
height: 21px;
}
.caselog_input_header:empty {
display: none;
}
.editor_magnifier:hover {
background-color: #CCC;
}
.caselog_header {
padding:3px;