forked from extern/egroupware
Remove selectbox from subscription folder in mail app, and add right class to the header title
This commit is contained in:
parent
d8ed10eb46
commit
eb521599c2
@ -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;
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user