← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 10401
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-03-22 11:30:47 +0100
message:
  Minor
modified:
  dhis-2/dhis-support/dhis-support-hibernate/src/main/java/org/hisp/dhis/hibernate/HibernateGenericStore.java
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.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-support/dhis-support-hibernate/src/main/java/org/hisp/dhis/hibernate/HibernateGenericStore.java'
--- dhis-2/dhis-support/dhis-support-hibernate/src/main/java/org/hisp/dhis/hibernate/HibernateGenericStore.java	2013-03-22 09:48:50 +0000
+++ dhis-2/dhis-support/dhis-support-hibernate/src/main/java/org/hisp/dhis/hibernate/HibernateGenericStore.java	2013-03-22 10:30:47 +0000
@@ -218,7 +218,7 @@
         {
             BaseIdentifiableObject identifiableObject = (BaseIdentifiableObject) object;
 
-            // TODO we might want to allow setting sharing props on save, but for now.. we null them out
+            // TODO we might want to allow setting sharing props on save, but for now we null them out
             identifiableObject.setPublicAccess( null );
             identifiableObject.setUserGroupAccesses( new HashSet<UserGroupAccess>() );
 

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js	2012-12-05 15:11:32 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js	2013-03-22 10:30:47 +0000
@@ -8,7 +8,7 @@
 	$( "#searchField" ).focus( function() {
 		$( "#searchDiv" ).css( "border-color", "#999" );
 	} ).blur( function() {
-		$( "#searchDiv" ).css( "border-color", "#bbb" );
+		$( "#searchDiv" ).css( "border-color", "#aaa" );
 	} );
 
 	$( "#searchField" ).focus();

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2013-03-20 21:57:36 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2013-03-22 10:30:47 +0000
@@ -91,8 +91,8 @@
   position: absolute;
   left: 411px;
   height: 22px;
-  width: 456px;
-  border: 1px solid #b0b0b0;
+  width: 556px;
+  border: 1px solid #aaa;
   padding: 5px 6px 0 6px;
 }