more compact Mail-compose header

This commit is contained in:
milan 2024-12-04 12:33:46 +01:00
parent aa83da3232
commit ba68224db8
2 changed files with 7 additions and 2 deletions

View File

@ -3684,8 +3684,8 @@ table.et2_grid > tbody > tr > td {
padding-right: 5px;
}
.popupMainDiv table.et2_grid > tbody > tr > td{
padding: 0;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 3px;
}
table.et2_grid > tbody > tr > td:last-child {

View File

@ -356,6 +356,7 @@ div.mailUploadSection > div.et2_hbox > label {
min-width: 15ex;
}
#mail-compose_selectFromVFSForCompose{
display: none;
width:20px;
float:none;
background-color: transparent;
@ -917,6 +918,10 @@ and (orientation : landscape) {
display:none;
}
et2-vbox.mailComposeHeaderSection{
padding-bottom: 5px;
}
div.mailComposeHeaderSection>table {
padding-top: 35px;
}