mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
WIP making mail nm header more responsive
This commit is contained in:
parent
d2e03e6a28
commit
d3bb9b9b78
@ -332,7 +332,7 @@ pre {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed {
|
.mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed {
|
||||||
width:100px !important;
|
width: 5em !important;
|
||||||
}
|
}
|
||||||
.mail-index_QuotaGreen > div {
|
.mail-index_QuotaGreen > div {
|
||||||
background-color: green !important;
|
background-color: green !important;
|
||||||
@ -1119,3 +1119,10 @@ et2-vbox.addresses::part(base) {
|
|||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
et2-searchbox#mail-index_nm_search {
|
||||||
|
width: 100%;
|
||||||
|
min-width: 5em;
|
||||||
|
}
|
||||||
|
.nextmatch_header_row>.filtersContainer>et2-select, .nextmatch_header_row>.filtersContainer>et2-select-cat {
|
||||||
|
width: 80px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user