Elastic: small improvements to compose screen

- Move attachments panel to the right
- Use pen icon for floating compose button
pull/6839/head
Thomas Bruederli 5 years ago
parent c1344643a1
commit 9717fde456

@ -127,6 +127,12 @@ body {
min-width: 220px; min-width: 220px;
border-right: 1px solid @color-layout-border; border-right: 1px solid @color-layout-border;
background-color: @color-layout-sidebar-background; background-color: @color-layout-sidebar-background;
&.sidebar-right {
order: 2;
border-right: 0;
border-left: 1px solid @color-layout-border;
}
} }
#layout-list { #layout-list {

@ -195,6 +195,12 @@ html.touch {
line-height: @floating-action-button-size; line-height: @floating-action-button-size;
} }
&.compose {
&:before {
content: @fa-var-pen;
}
}
.inner { .inner {
display: none; display: none;
} }

@ -10,7 +10,7 @@
<h1 class="voice"><roundcube:label name="compose" /></h1> <h1 class="voice"><roundcube:label name="compose" /></h1>
<!-- compose options and attachments list --> <!-- compose options and attachments list -->
<div id="layout-sidebar" class="listbox"> <div id="layout-sidebar" class="listbox sidebar-right">
<div class="header"> <div class="header">
<a class="button icon back-content-button" href="#content" data-hidden="big"><span class="inner"><roundcube:label name="back" /></span></a> <a class="button icon back-content-button" href="#content" data-hidden="big"><span class="inner"><roundcube:label name="back" /></span></a>
<span class="header-title all-sizes"><roundcube:label name="optionsandattachments" /></span> <span class="header-title all-sizes"><roundcube:label name="optionsandattachments" /></span>

Loading…
Cancel
Save