dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23492
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11441: Minor
------------------------------------------------------------
revno: 11441
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-07-18 15:32:41 +0200
message:
Minor
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/vietnam/vietnam.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js
--
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 2013-07-18 08:52:45 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2013-07-18 13:32:41 +0000
@@ -244,7 +244,7 @@
display: block;
color: #303030;
text-decoration: none;
- padding: 8px 8px;
+ padding: 8px 10px;
cursor: pointer;
border-bottom: 1px solid #ddd;
}
=== 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 2013-07-18 08:52:45 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css 2013-07-18 13:32:41 +0000
@@ -244,7 +244,7 @@
display: block;
color: #303030;
text-decoration: none;
- padding: 8px 8px;
+ padding: 8px 10px;
cursor: pointer;
border-bottom: 1px solid #ddd;
}
=== 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 2013-07-18 08:52:45 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2013-07-18 13:32:41 +0000
@@ -244,7 +244,7 @@
display: block;
color: #303030;
text-decoration: none;
- padding: 8px 8px;
+ padding: 8px 10px;
cursor: pointer;
border-bottom: 1px solid #ddd;
}
=== 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 2013-07-18 08:52:45 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2013-07-18 13:32:41 +0000
@@ -244,7 +244,7 @@
display: block;
color: #303030;
text-decoration: none;
- padding: 8px 8px;
+ padding: 8px 10px;
cursor: pointer;
border-bottom: 1px solid #ddd;
}
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2013-07-18 05:21:15 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2013-07-18 13:32:41 +0000
@@ -44,7 +44,8 @@
if ( currentPage && currentKey ) {
redirect = currentPage ? ( url + separator + "currentPage=" + currentPage + "&key=" + currentKey ) : url;
- } else if ( currentPage ) {
+ }
+ else if ( currentPage ) {
redirect = currentPage ? ( url + separator + "currentPage=" + currentPage ) : url;
}