← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21915: minor

 

------------------------------------------------------------
revno: 21915
committer: Abyot Asalefew Gizaw <abyot@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2016-02-09 15:45:39 +0100
message:
  minor
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	2016-02-04 10:43:43 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css	2016-02-09 14:45:39 +0000
@@ -416,6 +416,10 @@
     margin: 0;
 }
 
+input[type=text],input[type=password],input[type=email],textarea {
+    padding: 5px 2px !important;
+}
+
 .big-button {
     padding-left: 40px;
     padding-right: 40px;
@@ -1307,7 +1311,7 @@
 }
 
 .select2-container .select2-choice {
-    padding: 8px 6px !important;
+    padding: 6px 2px !important;
     color: #555 !important;
 }