← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16019: Tracker capture, dropdown style

 

------------------------------------------------------------
revno: 16019
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-07-08 15:28:19 +0200
message:
  Tracker capture, dropdown style
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-08 08:30:39 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/styles/style.css	2014-07-08 13:28:19 +0000
@@ -430,12 +430,13 @@
 .search-container-main {
     width: 100%;
     float: left;
-    height: 100%; 
+    height: 100%;
+    padding-bottom: 5px;
 }
 
 .search-container{
     margin: 5px;
-    padding: 5px; 
+    padding: 5px 9px 5px 5px;
     max-height: 570px;
     overflow-y: scroll;
 }