Ensure snapshots are displayed nicely. Minor fixes in CSS

This commit is contained in:
Fedor Isakov 2018-08-29 11:42:02 +02:00
parent 341ac0208e
commit a63d1905c4
1 changed files with 7 additions and 1 deletions

View File

@ -154,7 +154,12 @@
box-sizing: content-box;
}
back {
.content img[src*="-snapshot"] {
padding: 0px;
box-sizing: content-box;
}
.back {
text-align: left;
white-space: nowrap;
}
@ -211,6 +216,7 @@ table{
empty-cells: show;
border:1px solid #cbcbcb;
vertical-align: bottom;
margin-bottom: 20px;
}
thead{