← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15352: CSS fix

 

------------------------------------------------------------
revno: 15352
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-05-22 11:16:14 +0200
message:
  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/light_blue/light_blue.css
  dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.html


--
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	2014-05-12 19:01:03 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2014-05-22 09:16:14 +0000
@@ -272,42 +272,42 @@
 {
   font-size: 16pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h2 
 {
   font-size: 15pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h3 
 {
   font-size: 14pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h4 
 {
   font-size: 13pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h5 
 {
   font-size: 12pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h6 
 {
   font-size: 11pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page p,.page td,.page th,.page input,.page select,.page textarea 

=== 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	2014-05-07 14:37:40 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2014-05-22 09:16:14 +0000
@@ -272,42 +272,42 @@
 {
   font-size: 16pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h2 
 {
   font-size: 15pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h3 
 {
   font-size: 14pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h4 
 {
   font-size: 13pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h5 
 {
   font-size: 12pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page h6 
 {
   font-size: 11pt;
   font-weight: normal;
-  color: #606060;
+  color: #585D61;
 }
 
 .page p,.page td,.page th,.page input,.page select,.page textarea 

=== modified file 'dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.html'
--- dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.html	2014-05-06 12:52:00 +0000
+++ dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.html	2014-05-22 09:16:14 +0000
@@ -175,7 +175,7 @@
                             <td><input type="text" class="fixed-width-text" selected-org-unit ng-model="selectedOrgUnit.name" value="{{selectedOrgUnit.name || 'please_select'| translate}}" disabled=""></td>
                         </tr>
                         <tr>
-                            <td><label>{{'program'| translate}}<em title="{{'required'| translate}}" class="required">*</em></label></td>
+                            <td><label>{{'program'| translate}}</label></td>
                             <td>
                                 <select id="programId" 
                                         class="fixed-width-select"