← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13079: change z-index of dropdown menu so that is display behind the top menu

 

------------------------------------------------------------
revno: 13079
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2013-12-01 13:25:04 +0100
message:
  change z-index of dropdown menu so that is display behind the top menu
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm


--
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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm	2013-12-01 12:19:38 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm	2013-12-01 12:25:04 +0000
@@ -27,7 +27,7 @@
 
     dropDown.css({
       top: jqTarget.offset().top + jqTarget.innerHeight(),
-      left: jqTarget.offset().left
+      left: jqTarget.offset().left - 34
     });
 
     return false;
@@ -69,7 +69,7 @@
   max-height                 : 610px;
   overflow-y                 : auto;
   background-color           : #f7f7f7;
-  z-index                    : 10;
+  z-index                    : 9;
   border-bottom-left-radius  : 3px;
   border-bottom-right-radius : 3px;
   box-shadow                 : #ccc 0 1px 1px 0;