------------------------------------------------------------
revno: 21390
committer: jijukjose <jijukj...@gmail.com>
branch nick: dhis2
timestamp: Wed 2015-12-09 14:32:33 +0100
message:
  changes for print functionality
modified:
  
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/print.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-commons-resources/src/main/webapp/dhis-web-commons/css/print.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/print.css	2013-08-06 14:06:25 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/print.css	2015-12-09 13:32:33 +0000
@@ -13,4 +13,14 @@
 {
   margin-left: 20px;
   margin-top: 10px;
+}
+
+.not-for-screen {
+  display: none;
+}
+
+@media print {
+  .not-for-screen {
+    display: block;
+  }
 }
\ No newline at end of file

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to