dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #15055
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5283: Show details view - Reduced the height and allowed to be scrollable.
------------------------------------------------------------
revno: 5283
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2011-12-05 11:43:51 +0700
message:
Show details view - Reduced the height and allowed to be scrollable.
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-11-10 20:03:03 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2011-12-05 04:43:51 +0000
@@ -631,8 +631,9 @@
function showDetails()
{
$( '#detailsArea' )
+ .css( "height", "80%" )
+ .css( "overflow", "scroll" )
.resizable()
- .draggable()
.show( "fast" );
}