← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16586: Data entry, styling of selects

 

------------------------------------------------------------
revno: 16586
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-08-29 19:05:11 +0200
message:
  Data entry, styling of selects
modified:
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.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-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css	2014-08-29 16:13:52 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css	2014-08-29 17:05:11 +0000
@@ -130,6 +130,7 @@
 
 .entryfield,
 .entryoptionset,
+.entryselect,
 .dataelementtotal,
 .indicator
 {
@@ -138,6 +139,11 @@
   border: 1px solid #aaa;
 }
 
+.entryselect
+{
+  padding: 4px 1px;
+}
+
 .entryarea
 {
   min-width: 264px;