Pārlūkot izejas kodu

[fix] Mozilla hack for images in table for print

version-14
Anand Doshi pirms 10 gadiem
vecāks
revīzija
ed29c8b25e
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. +5
    -0
      frappe/templates/styles/standard.css

+ 5
- 0
frappe/templates/styles/standard.css Parādīt failu

@@ -24,6 +24,11 @@
.page-break:last-child { .page-break:last-child {
border-bottom: 0px; border-bottom: 0px;
} }

/* mozilla hack for images in table */
body:last-child .print-format td img {
width: 100% !important;
}
} }


@media print { @media print {


Notiek ielāde…
Atcelt
Saglabāt