mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
WIP making mail nm header more responsive
This commit is contained in:
parent
a769cdad34
commit
a139d1e7d2
@ -1125,4 +1125,10 @@ et2-searchbox#mail-index_nm_search {
|
||||
}
|
||||
.nextmatch_header_row>.filtersContainer>et2-select, .nextmatch_header_row>.filtersContainer>et2-select-cat {
|
||||
width: 80px;
|
||||
}
|
||||
et2-split#mail-index_mailSplitter.limitted .header_count {
|
||||
display: none;
|
||||
}
|
||||
et2-split#mail-index_mailSplitter.squeezed .mail-index_quotabox{
|
||||
display: none;
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
||||
<overlay>
|
||||
<template id="mail.index.splitter" height="100%" template="" lang="" group="0" version="1.9.001">
|
||||
<et2-split id="mailSplitter" style="--min: 30%;--max:70%;" vertical="false" primary="start">
|
||||
<et2-split id="mailSplitter" style="--min: 30%;--max:70%;" vertical="false" primary="start" >
|
||||
<nextmatch id="nm" onselect="app.mail.mail_preview" class="" template="mail.index.rows.vertical" header_left="mail.index.add" header_right="mail.index.header_right" disable_selection_advance="true"/>
|
||||
<template id="mail.index.preview"/>
|
||||
</et2-split>
|
||||
|
Loading…
Reference in New Issue
Block a user