dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37668
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19228: Input field css fix
------------------------------------------------------------
revno: 19228
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-06-01 21:58:15 +0200
message:
Input field css fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/myanmar/myanmar.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.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-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2015-06-01 16:15:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2015-06-01 19:58:15 +0000
@@ -45,7 +45,7 @@
input[type=text],input[type=password],input[type=email],textarea
{
border: 1px solid #aaa;
- padding: 6px 5px;
+ padding: 5px;
}
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css 2015-06-01 16:15:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css 2015-06-01 19:58:15 +0000
@@ -45,7 +45,7 @@
input[type=text],input[type=password],input[type=email],textarea
{
border: 1px solid #aaa;
- padding: 6px 5px;
+ padding: 5px;
}
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2015-06-01 16:15:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2015-06-01 19:58:15 +0000
@@ -45,7 +45,7 @@
input[type=text],input[type=password],input[type=email],textarea
{
border: 1px solid #aaa;
- padding: 6px 5px;
+ padding: 5px;
}
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/myanmar/myanmar.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/myanmar/myanmar.css 2015-06-01 16:15:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/myanmar/myanmar.css 2015-06-01 19:58:15 +0000
@@ -45,7 +45,7 @@
input[type=text],input[type=password],input[type=email],textarea
{
border: 1px solid #aaa;
- padding: 6px 5px;
+ padding: 5px;
}
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2015-06-01 16:15:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2015-06-01 19:58:15 +0000
@@ -45,7 +45,7 @@
input[type=text],input[type=password],input[type=email],textarea
{
border: 1px solid #aaa;
- padding: 6px 5px;
+ padding: 5px;
}
/*----------------------------------------------------------------------------*/