← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5425: Show details window - Fixed scrollable to auto and remove resizable ability.

 

------------------------------------------------------------
revno: 5425
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-12-15 11:34:45 +0700
message:
  Show details window - Fixed scrollable to auto and remove resizable ability.
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js


--
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/javascripts/commons.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js	2011-12-05 05:08:15 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js	2011-12-15 04:34:45 +0000
@@ -631,9 +631,8 @@
 function showDetails()
 {
     $( '#detailsArea' )
-	.css( "height", "80%" )
-	.css( "overflow", "scroll" )
-	.resizable()
+	.css( "height", "75%" )
+	.css( "overflow", "auto" )
 	.show( "fast" );
 }