dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29971
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15199: Minor increase in dropdown menu height
------------------------------------------------------------
revno: 15199
committer: Mark Polak <markpo@xxxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-05-08 22:57:27 +0200
message:
Minor increase in dropdown menu height
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css
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/css/menu.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-05-07 10:53:11 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-05-08 20:57:27 +0000
@@ -380,12 +380,12 @@
.menu-drop-down-wrap
{
overflow: hidden;
- height: 370px;
+ height: 375px;
}
.menu-drop-down-scroll
{
- height: 370px;
+ height: 375px;
overflow-y: auto;
overflow-x: hidden;
width: 384px;
=== 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-05-07 10:53:11 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js 2014-05-08 20:57:27 +0000
@@ -629,7 +629,7 @@
self.parent().css('width', '360px');
self.parent().parent().css('width', '360px');
} else {
- if (self.innerHeight() === 370 ) {
+ if (self.innerHeight() === 375 ) {
moreAppsElement.hide();
self.parent().css('width', '384px');
self.parent().parent().css('width', '384px');