← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15242: CSS fix

 

------------------------------------------------------------
revno: 15242
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-05-12 21:01:03 +0200
message:
  CSS fix
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
  resources/sql/rename-patient-to-trackedentity.sql


--
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/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2014-05-07 14:37:40 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2014-05-12 19:01:03 +0000
@@ -228,8 +228,7 @@
   font-size: 9pt;
   margin: 16px 20px 1px 20px;
   padding: 8px 0 8px 0;
-  font-weight: normal;
-  font-family: LiberationSan, arial;
+  font-weight: bold;
 }
 
 #leftBarContents ul

=== modified file 'resources/sql/rename-patient-to-trackedentity.sql'
--- resources/sql/rename-patient-to-trackedentity.sql	2014-04-11 09:29:10 +0000
+++ resources/sql/rename-patient-to-trackedentity.sql	2014-05-12 19:01:03 +0000
@@ -22,7 +22,6 @@
 -- attribute option
 
 ALTER TABLE patientattributevalue DROP COLUMN patientattributeoptionid;
-DROP TABLE patientattributeoption;
 
 -- patient
 
@@ -132,9 +131,10 @@
 
 DROP TABLE patientmobilesetting;
 
--- form
+-- tables to migrate before dropping
 
 -- DROP TABLE program_patientidentifiertypes;
 -- DROP TABLE patientidentifiertype;
 -- DROP TABLE patientidentifier;
+-- DROP TABLE patientattributeoption;