------------------------------------------------------------
revno: 14622
committer: Mark Polak <[email protected]>
branch nick: dhis2
timestamp: Wed 2014-04-02 19:32:48 +0200
message:
Minor fix regarding menu resize
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.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/dhis2/dhis2.menu.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js 2014-04-02 17:19:53 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js 2014-04-02 17:32:48 +0000
@@ -510,8 +510,8 @@
if (self.scrollTop() < 10 && self.innerHeight() === 220) {
moreAppsElement.show();
- self.parent().css('width', '370px');
- self.parent().parent().css('width', '370px');
+ self.parent().css('width', '360px');
+ self.parent().parent().css('width', '360px');
self.css('height', '330px');
self.parent().clearQueue().animate( {'height': '330px'} );
} else {
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp