Mobile theme W.I.P.:

- Re-arrange attachments in display dialog
This commit is contained in:
Hadi Nategh 2016-01-21 10:55:39 +00:00
parent c0c4099e29
commit a7a82f7200
4 changed files with 71 additions and 47 deletions

View File

@ -28,6 +28,7 @@
</hbox>
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
</hbox>
<hbox>
<details title="show details" toggle_align="left">
<hbox class="mail-d-h2" id="mailDisplayHeadersSender" disabled="!@SENDER" width="100%">
<description value="on behalf of"/>
@ -46,9 +47,7 @@
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
</hbox>
</details>
</vbox>
<vbox class="mailDisplay">
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%"/>
<details title="show attachments" toggle_align="left" class="attachments">
<box class="$cont[mailDisplayAttachmentsClass]">
<grid disabled="@no_griddata" id="mail_displayattachments" class="egwGridView_grid" width="100%">
<columns>
@ -79,6 +78,14 @@
</rows>
</grid>
</box>
</details>
</hbox>
</vbox>
<vbox class="mailDisplay">
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%"/>
</vbox>
</template>
</overlay>

View File

@ -2629,6 +2629,14 @@ div.mailComposeHeaderSection > table {
padding-top: 15px;
font-size: 9.5;
}
body #popupMainDiv #mail-display .et2_details {
width: 50%;
display: inline-block;
}
body #popupMainDiv #mail-display .et2_details.et2_details_expanded {
width: 100%;
display: block;
}
body #popupMainDiv #mail-display span.et2_details_title {
color: #26537c;
font-size: 10pt;

View File

@ -1778,6 +1778,14 @@ div.mailComposeHeaderSection > table {
}
}
.et2_details {
width: 50%;
display: inline-block;
}
.et2_details.et2_details_expanded {
width: 100%;
display: block;
}
span.et2_details_title {
color:#26537c;
.mob-fontsize-n;

View File

@ -165,7 +165,8 @@ body div.et2_nextmatch .search button,
body button.plus_button,
body div.et2_nextmatch .search .nm_action_header,
body div.et2_nextmatch .search .nm_toggle_header,
body div.et2_nextmatch .search .nm_favorites_button {
body div.et2_nextmatch .search .nm_favorites_button ,
body div.dialogHeadbar{
background-color: $color;
}";
}