mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Improved messageview design
This commit is contained in:
parent
47bbd3d410
commit
aa16ef3dd0
2 changed files with 71 additions and 77 deletions
|
|
@ -108,7 +108,7 @@
|
|||
}
|
||||
|
||||
.informationShort {
|
||||
margin: 4px 50px 0 5px;
|
||||
margin: 4px 40px 0 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
|
|
@ -120,8 +120,6 @@
|
|||
.informationShortWrp {
|
||||
max-height: 100px;
|
||||
overflow-y: auto;
|
||||
min-height: 30px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.informationFull {
|
||||
|
|
@ -129,11 +127,8 @@
|
|||
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table, tr, td {
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
|
|
@ -149,10 +144,6 @@
|
|||
width: 1%;
|
||||
}
|
||||
|
||||
.labelTo {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td + td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue