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:
Ralf Becker 2016-02-25 21:25:14 +00:00
parent 028404ee22
commit d5004f7017
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -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;}