This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] modern print format
version-14
Faris Ansari
8 years ago
parent
224c09a645
commit
78f5008f09
2 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
frappe/templates/styles/modern.css
+5
-0
frappe/templates/styles/standard.css
+ 3
- 0
frappe/templates/styles/modern.css
View File
@@ -1,4 +1,7 @@
.print-heading {
.print-heading {
text-align: right;
text-transform: uppercase;
color: #666;
padding-bottom: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #d1d8dd;
border-bottom: 1px solid #d1d8dd;
+ 5
- 0
frappe/templates/styles/standard.css
View File
@@ -74,6 +74,11 @@
border-radius: 4px;
border-radius: 4px;
}
}
.print-item-image {
max-height: 110px;
object-fit: contain;
}
.pdf-variables,
.pdf-variables,
.pdf-variable,
.pdf-variable,
.visible-pdf {
.visible-pdf {
Write
Preview
Loading…
Cancel
Save