mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2de5326f53
@ -155,6 +155,10 @@
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
body #mail-compose .mailComposeBodySection,
|
||||
body #mail-compose .mailComposeBodySection .mailComposeBody {
|
||||
height: calc(100% - 180px);
|
||||
}
|
||||
body #mail-compose .mailComposeHeaderSection > table {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -171,6 +171,9 @@
|
||||
border:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.mailComposeBodySection, .mailComposeBodySection .mailComposeBody{
|
||||
height: ~"calc(100% - 180px)";
|
||||
}
|
||||
.mailComposeHeaderSection > table {
|
||||
padding: 0;
|
||||
tr.mailComposeHeaders.subjectContainer td:first-child::after {
|
||||
|
Loading…
Reference in New Issue
Block a user