mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:40 +01:00
Styling for mail compose
This commit is contained in:
parent
c2c8651097
commit
3fcb3cfa1b
@ -509,7 +509,7 @@ input[type=button] {
|
||||
filter: Alpha(opacity=100);
|
||||
}
|
||||
*/
|
||||
div.mail-display > div:first-parent > div.first-parent
|
||||
div.mail-display > div:first-parent > div.first-parent
|
||||
{
|
||||
height: 99%;
|
||||
}
|
||||
@ -525,13 +525,16 @@ div.mail-display > div:first-parent > div.first-parent
|
||||
div.mailDisplayHeaders > div:first-parent {
|
||||
overflow: hidden;
|
||||
}
|
||||
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailPreviewHeaders > span:first-child {
|
||||
div.mailDisplayHeaders > span:first-child, div.mailPreviewHeaders > span:first-child {
|
||||
width: 7em;
|
||||
display: inline-block;
|
||||
}
|
||||
#mail-display_toolbar {
|
||||
display: inline-flex;
|
||||
}
|
||||
#mail-compose_mailaccount{
|
||||
width: 80%;
|
||||
}
|
||||
div.mailComposeHeaders > span:first-child {
|
||||
width: 8em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user