Files
sogo/UI/WebServerResources/scss/views/MessageEditorUI.scss
iRouge 4185cc37fe Style the plain-text Mail editor
Style Contacts
Style Contact editor (buggy)
Change postcss config
2015-06-12 10:50:05 -04:00

30 lines
525 B
SCSS

////
/// SOGo
/// Version: #{}
/// Module:
/// Main definitions for
////
[id=messageEditor] {
width: (13 * $pitch + $mg); // 13 cols + 1margin for scrollbar
margin: 0 auto;
overflow: auto;
background-color: sg-color($sogoPaper, 100);
}
.buttonsToolbar {
padding: $mg 0;
button {
min-width: 5em;
margin: 1em 0 1em 1em;
}
}
// CKE is overqualifying... let's use an ID
#cke_content,
textarea.ck-editor{
margin-top: $mg;
}
// Plain text editor
textarea.ck-editor {
width: 100%;
min-height: 320px;
}