Small improvements

pull/5742/merge
Aleksander Machniak 7 years ago
parent bf40676749
commit c02b638a3b

@ -448,10 +448,6 @@ html.touch input.icon-checkbox + label {
font-size: 1.6em;
}
.formcontent input.icon-checkbox + label {
line-height: 1.2;
}
/*** HTML editor widget (and TinyMCE editor) ***/

@ -61,6 +61,11 @@ div.message-part,
div.message-htmlpart {
/* TODO */
div.rcmBody {
/* Remove margins that can be set by the mail message styles */
margin: 0 !important;
}
blockquote {
color: @color-blockquote-0;
border-left: 2px solid @color-blockquote-0-border;

@ -68,7 +68,7 @@
-->
<roundcube:button command="advanced-search" type="link"
class="button search disabled" classAct="button search"
label="advanced" title="advsearch" innerclass="inner" />
label="search" title="advsearch" innerclass="inner" />
<roundcube:container name="toolbar" id="addressbooktoolbar" />
<roundcube:button command="import" type="link"
class="button import disabled" classAct="button import"

Loading…
Cancel
Save