mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
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-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;
|
||||||
|
}
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user