dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26719
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13206: CSS, removing background color from table header in input forms
------------------------------------------------------------
revno: 13206
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-12-11 19:21:30 +0100
message:
CSS, removing background color from table header in input forms
modified:
dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/sms/SmsPublisher.java
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/light_blue/light_blue.css
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-services/dhis-service-core/src/main/java/org/hisp/dhis/sms/SmsPublisher.java'
--- dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/sms/SmsPublisher.java 2013-12-10 08:37:23 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/sms/SmsPublisher.java 2013-12-11 18:21:30 +0000
@@ -29,11 +29,11 @@
*/
import java.util.List;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hisp.dhis.sms.incoming.IncomingSms;
import org.hisp.dhis.sms.incoming.IncomingSmsListener;
-import org.hisp.dhis.sms.incoming.IncomingSmsService;
import org.hisp.dhis.sms.incoming.SmsMessageStatus;
import org.springframework.beans.factory.annotation.Autowired;
=== 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-12-09 14:56:07 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2013-12-11 18:21:30 +0000
@@ -426,14 +426,14 @@
.page th
{
- background-color: #cbddeb;
text-align: left;
color: #39547d;
- padding: 3px 0 2px 6px;
+ padding: 3px 0 3px 1px;
font-family: LiberationSansBold, arial;
font-size: 13px;
font-weight: normal;
border-collapse: collapse;
+ border-bottom: 1px solid #cad5e5;
min-height: 28px;
}
=== 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-12-09 14:56:07 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2013-12-11 18:21:30 +0000
@@ -426,14 +426,14 @@
.page th
{
- background-color: #cbddeb;
text-align: left;
color: #39547d;
- padding: 3px 0 2px 6px;
+ padding: 3px 0 3px 1px;
font-family: LiberationSansBold, arial;
font-size: 13px;
font-weight: normal;
border-collapse: collapse;
+ border-bottom: 1px solid #cad5e5;
min-height: 28px;
}
=== 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 2013-07-18 10:10:22 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2013-12-11 18:21:30 +0000
@@ -83,6 +83,8 @@
{
text-align: center;
min-width: 46px;
+ background-color: #CBDDEB;
+ border: 1px solid #CBDDEB;
}
.sectionFilter