mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-28 05:14:18 +00:00
(css) Improve message editor
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<md-dialog-content class="md-padding">
|
||||
<header>
|
||||
<md-dialog-content>
|
||||
<header class="md-padding">
|
||||
<div class="msg-header-content">
|
||||
|
||||
<!-- to -->
|
||||
@@ -209,9 +209,11 @@
|
||||
</header>
|
||||
|
||||
<!-- MESSAGE CONTENT -->
|
||||
<textarea name="content" var:class="editorClass"
|
||||
ck-locale="editor.localeCode"
|
||||
ng-model="editor.message.editable.text"/>
|
||||
<div var:class="editorClass">
|
||||
<textarea name="content" var:class="editorClass"
|
||||
ck-locale="editor.localeCode"
|
||||
ng-model="editor.message.editable.text"/>
|
||||
</div>
|
||||
</md-dialog-content>
|
||||
|
||||
<!-- TOOLBAR BUTTONS -->
|
||||
|
||||
@@ -29,8 +29,10 @@ textarea.ck-editor {
|
||||
margin-top: $mg;
|
||||
}
|
||||
// Plain text editor
|
||||
textarea.plain-text {
|
||||
width: 100%;
|
||||
min-height: grid-step(3);
|
||||
margin-top: $mg;
|
||||
}
|
||||
div.plain-text {
|
||||
@extend .md-padding;
|
||||
textarea {
|
||||
width: 100%;
|
||||
min-height: grid-step(3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user