← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7537: [mobile] set style for drop down list to expand 100% width of the screen

 

------------------------------------------------------------
revno: 7537
committer: Long <thanhlongngo1988@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-07-09 13:15:25 +0700
message:
  [mobile] set style for drop down list to expand 100% width of the screen
modified:
  dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/style/light.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-light/src/main/webapp/dhis-web-light/style/light.css'
--- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/style/light.css	2012-01-11 05:58:26 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/style/light.css	2012-07-09 06:15:25 +0000
@@ -422,6 +422,12 @@
     font-size : 1.15em;
 }
 
+body form select
+{
+    width     : 100%;
+    font-size : 1.15em;
+}
+
 body input
 {
     font-size     : 1.15em;