=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/profile.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/profile.js 2012-10-16 12:17:49 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/profile.js 2012-10-16 15:30:28 +0000 @@ -1,6 +1,19 @@ +function showProfileIntro() +{ + $( ".userRow" ).each( function( index, element ) + { + var fromTop = $( element ).position().top; + + if ( fromTop > 420 ) + { + $( element ).hide(); + } + } ); +} + function showFullProfile() { + $( ".userRow" ).show(); $( "#userInfoLink" ).hide(); - $( "#userInfo" ).css( "height", "auto" ); } \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/profile.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/profile.vm 2012-10-16 12:18:26 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/profile.vm 2012-10-16 15:30:28 +0000 @@ -1,5 +1,6 @@ === 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 2012-10-16 12:17:49 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-10-16 15:30:28 +0000 @@ -438,9 +438,8 @@ #userInfo { margin-left: 36px; - height: 304px; overflow: hidden; - margin-bottom: 6px; + margin-bottom: 14px; } #userInfoLink