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-repeat: no-repeat;
background-color: rgba(255,255,255,0.5); 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%"> <grid width="100%">
<columns> <columns>
<column width="20%"/> <column width="20%"/>
<column width= "80%"/>
</columns> </columns>
<rows> <rows>
<row class="th dialog-header" height="28"> <row class="dialog-header" >
<description value="Mail Account"/> <description value="Subscription folders" class="mail_subscription_header"/>
<menulist>
<menupopup id="mailaccount" onchange="app.mail.submitOnChange"/>
</menulist>
</row> </row>
<row> <row>
<box scrolling="auto" span="2"> <box scrolling="auto">
<caption label="Folders"/>
<tree id="foldertree" onclick="" multiple="true"/> <tree id="foldertree" onclick="" multiple="true"/>
</box> </box>
</row> </row>
@ -28,4 +23,4 @@
<button label="Cancel" id="button[cancel]"/> <button label="Cancel" id="button[cancel]"/>
</hbox> </hbox>
</template> </template>
</overlay> </overlay>