Remove selectbox from subscription folder in mail app, and add right class to the header title

This commit is contained in:
Hadi Nategh 2014-02-14 17:12:17 +00:00
parent d8ed10eb46
commit eb521599c2
2 changed files with 11 additions and 9 deletions

View File

@ -622,3 +622,10 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
background-repeat: no-repeat;
background-color: rgba(255,255,255,0.5);
}
.mail_subscription_header
{
font-weight: bold;
font-size: 150%;
padding-bottom: 20px;
}

View File

@ -5,18 +5,13 @@
<grid width="100%">
<columns>
<column width="20%"/>
<column width= "80%"/>
</columns>
<rows>
<row class="th dialog-header" height="28">
<description value="Mail Account"/>
<menulist>
<menupopup id="mailaccount" onchange="app.mail.submitOnChange"/>
</menulist>
<row class="dialog-header" >
<description value="Subscription folders" class="mail_subscription_header"/>
</row>
<row>
<box scrolling="auto" span="2">
<caption label="Folders"/>
<box scrolling="auto">
<tree id="foldertree" onclick="" multiple="true"/>
</box>
</row>
@ -28,4 +23,4 @@
<button label="Cancel" id="button[cancel]"/>
</hbox>
</template>
</overlay>
</overlay>