← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18222: tracker-capture: fix from Markus

 

------------------------------------------------------------
revno: 18222
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-02-11 13:05:49 +0100
message:
  tracker-capture: fix from Markus
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css


--
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-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css	2015-02-06 20:22:45 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css	2015-02-11 12:05:49 +0000
@@ -813,6 +813,11 @@
 	z-index: 2000; //has to be greater than bootsrap's modal z-index
 }
 
+//Necessary to override the .panel-group .panel { overflow: hidden; } in bootstrap.
+.panel-group .panel {
+    overflow: visible;
+}
+
 input.typeahead::-webkit-input-placeholder {
     font-family: fontAwesome;
     content: "\f0d7";