mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-04 10:11:26 +01:00
more compact Mail-compose header
This commit is contained in:
parent
aa83da3232
commit
ba68224db8
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user