mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
CKEditor integration fine tuning with a new "Maximize" button in the collapsed toolbar.
SVN:trunk[4027]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user