mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
remove 12px height for mail rows, causing them to display with lots of padding, if body display is not switched on
This commit is contained in:
parent
028404ee22
commit
d5004f7017
@ -917,7 +917,6 @@ body {
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
#mail-index div#mail-index_nm tr.mail div span {
|
||||
height: 12px;
|
||||
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
|
@ -123,7 +123,7 @@ body {
|
||||
}
|
||||
tr.mail td img[src*="svg"]{ .gradient_vertical (@gray_70, @gray_70);}
|
||||
|
||||
tr.mail div span {.dimension_height_xs;.box_shadow_none;}
|
||||
tr.mail div span {.box_shadow_none;}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user