← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13867: Minor

 

------------------------------------------------------------
revno: 13867
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-01-27 13:37:07 +0200
message:
  Minor
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/dataBrowserGrid.vm


--
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-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/dataBrowserGrid.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/dataBrowserGrid.vm	2014-01-25 14:05:26 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/dataBrowserGrid.vm	2014-01-27 11:37:07 +0000
@@ -12,21 +12,21 @@
 
 .menuDropDownBox li
 {
-	cursor:pointer
+  cursor:pointer
 }
 
 .menuDropDownBox li:hover
 {
-	text-decoration: none;
-	background-color: #4A89BA;
+  text-decoration: none;
+  background-color: #4A89BA;
 }
 </style>
 
 <script type="text/javascript">
 jQuery( document ).ready( function()
 {
-	setTableStyles();
-	loadListeners();
+  setTableStyles();
+  loadListeners();
 } );
 </script>
 
@@ -61,8 +61,8 @@
 				
 				#foreach( $item in $list )
 				<td style="min-width:80px;text-align:right" title="$title">
-				#if ( $!item == "0" )<span style="color:red;font-weight:bold;">$!item</span> 
-				#else<span style="color:blue;font-weight:bold;">$!item</span>#end
+				#if ( $!item == "0" )<span class="bold" style="color:red">$!item</span> 
+				#else<span class="bold" style="color:blue;">$!item</span>#end
 				</td>
 				#end
 			</tr>