dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41919
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21389: Added support for print functionality
------------------------------------------------------------
revno: 21389
committer: jijukjose <jijukjose@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-12-09 14:29:30 +0100
message:
Added support for print functionality
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-08 12:54:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-09 13:29:30 +0000
@@ -10,6 +10,12 @@
display: none;
}
+@media print {
+ .not-for-screen {
+ display: block;
+ }
+}
+
h1 {
font-size: 1.8em;
}
@@ -1216,3 +1222,5 @@
.wrap-text {
word-wrap: break-word;
}
+
+