← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6731: Minor fix.

 

------------------------------------------------------------
revno: 6731
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-04-25 14:18:50 +0700
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/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-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js	2012-04-25 06:40:13 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js	2012-04-25 07:18:50 +0000
@@ -961,7 +961,7 @@
 				viewConfig: {
 					getRowClass: function(record, rowIndex, rp, ds){ 
 						if(rowIndex == 0){
-							return 'blue-row';
+							return 'filter-row';
 						} else {
 						   return '';
 						}

=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css	2012-04-25 06:40:13 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css	2012-04-25 07:18:50 +0000
@@ -671,23 +671,20 @@
 	padding: 4px 0 0;
 }
 
-.blue-row {
+.filter-row {
     color: blue;
     font-style: italic;
-	font-weight: weight;
 }
 
 #gridTable .x-btn-default-small
 {
-	height: 0px;
-	width: 0px
+	display: none;
 }
 
 #gridTable .x-grid-row-editor-buttons {
-	height: 0px;
-	width: 0px
+	display: none;
 }
+
 #gridTable .x-grid-row-editor-buttons-default {
-	height: 0px;
-	width: 0px
+	display: none;
 }