Elastic: Small improvements in attachment preview

pull/6256/head
Aleksander Machniak 7 years ago
parent d509f6a5b0
commit ee9f16f5a5

@ -196,6 +196,10 @@ html.iframe {
&.filter:before { &.filter:before {
font-size: 1.6rem; // this icon is too big in FA5 font-size: 1.6rem; // this icon is too big in FA5
} }
.inner {
display: none;
}
} }
} }

@ -123,6 +123,10 @@ button.btn {
&.settings:before { &.settings:before {
content: @fa-var-wrench; content: @fa-var-wrench;
} }
&.properties:before {
content: @fa-var-info-circle;
}
} }
a.btn, a.btn,

@ -348,6 +348,12 @@ fieldset.image-attachment {
} }
} }
.props-table {
td.title {
width: 7em;
}
}
.table-widget { .table-widget {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

@ -7,18 +7,18 @@
<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" id="aria-label-contentinfo"><roundcube:label name="properties" /></span> <span class="header-title" id="aria-label-contentinfo"><roundcube:label name="properties" /></span>
</div> </div>
<roundcube:object name="messagePartControls" class="listing" role="contentinfo" <roundcube:object name="messagePartControls" class="listing props-table" role="contentinfo"
aria-labelledby="aria-label-contentinfo" /> aria-labelledby="aria-label-contentinfo" />
</div> </div>
<div class="content selected"> <div class="content selected">
<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
<div class="header" role="toolbar" aria-labelledby="aria-label-toolbar"> <div class="header" role="toolbar" aria-labelledby="aria-label-toolbar">
<span class="header-title constant"><roundcube:var name="env:filename" /></span> <a class="button icon properties" id="properties-button" href="#properties" onclick="UI.show_sidebar()" data-hidden="big">
<div id="messagetoolbar" class="toolbar">
<a class="button properties" id="properties-button" href="#properties" onclick="UI.show_sidebar()" data-hidden="big">
<span class="inner"><roundcube:label name="properties"></span> <span class="inner"><roundcube:label name="properties"></span>
</a> </a>
<span class="header-title constant"><roundcube:var name="env:filename" /></span>
<div id="messagetoolbar" class="toolbar">
<roundcube:button command="download" type="link" label="download" title="download" <roundcube:button command="download" type="link" label="download" title="download"
class="button download disabled" classAct="button download" innerclass="inner" /> class="button download disabled" classAct="button download" innerclass="inner" />
<roundcube:button command="print" type="link" label="print" title="print" <roundcube:button command="print" type="link" label="print" title="print"

Loading…
Cancel
Save