This commit is contained in:
Laurent Destailleur 2017-07-18 14:27:51 +02:00
parent a416ec4258
commit 86926a28ec

View File

@ -3740,6 +3740,33 @@ a.cke_dialog_ui_button_ok span {
}
/* ============================================================================== */
/* ACE editor */
/* ============================================================================== */
.ace_editor {
border: 1px solid #ddd;
margin: 0;
}
#statusBar {
margin: 0;
padding: 0;
left: 0;
right: 0;
bottom: 0;
height: 20px;
color: #666;
}
.ace_status-indicator {
color: gray;
position: relative;
right: 0;
border-left: 1px solid;
}
pre#editfilecontentaceeditorid {
margin-top: 5px;
}
/* ============================================================================== */
/* File upload */
/* ============================================================================== */