dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40647
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20646: Add themes for d2-ui HeaderBar component
------------------------------------------------------------
revno: 20646
committer: Mark Polak <markpo@xxxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-10-12 18:19:26 +0200
message:
Add themes for d2-ui HeaderBar component
added:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/green/
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/green/green.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/india/
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/india/india.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/light_blue/
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/light_blue/light_blue.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/myanmar/
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/myanmar/myanmar.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/vietnam/
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/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
=== added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes'
=== added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/green'
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/green/green.css 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/green/green.css 2015-10-12 16:19:26 +0000
@@ -0,0 +1,11 @@
+a {
+ color: #3162C5;
+}
+
+#header {
+ background-color: #467e4a;
+}
+
+#headerText {
+ color: #fff;
+}
=== added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/india'
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/india/india.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/india/india.css 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/india/india.css 2015-10-12 16:19:26 +0000
@@ -0,0 +1,11 @@
+a {
+ color: #3b73b8;
+}
+
+#header {
+ background-color: #ea5911;
+}
+
+#headerText {
+ color: #fff;
+}
=== added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/light_blue'
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/light_blue/light_blue.css 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/light_blue/light_blue.css 2015-10-12 16:19:26 +0000
@@ -0,0 +1,11 @@
+a {
+ color: #3162C5;
+}
+
+#header {
+ background-color: #276696;
+}
+
+#headerText {
+ color: #fff;
+}
=== added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/myanmar'
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/myanmar/myanmar.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/myanmar/myanmar.css 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/myanmar/myanmar.css 2015-10-12 16:19:26 +0000
@@ -0,0 +1,11 @@
+a {
+ color: #3162C5;
+}
+
+#header {
+ background-color: #276696;
+}
+
+#headerText {
+ color: #fff;
+}
=== added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/vietnam'
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/vietnam/vietnam.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/vietnam/vietnam.css 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/themes/vietnam/vietnam.css 2015-10-12 16:19:26 +0000
@@ -0,0 +1,11 @@
+a {
+ color: #3b73b8;
+}
+
+#header {
+ background-color: #b40303;
+}
+
+#headerText {
+ color: #fff;
+}