dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31342
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15955: Tracker capture, max search container height to 570px
------------------------------------------------------------
revno: 15955
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-07-03 13:15:13 +0200
message:
Tracker capture, max search container height to 570px
modified:
dhis-2/dhis-web/dhis-web-tracker-capture/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-tracker-capture/src/main/webapp/dhis-web-tracker-capture/styles/style.css'
--- dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2014-07-02 20:53:29 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2014-07-03 11:15:13 +0000
@@ -584,7 +584,7 @@
.search-container{
margin: 5px;
padding: 5px;
- max-height: 400px;
+ max-height: 570px;
overflow-y: scroll;
}