← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20674: Minor

 

------------------------------------------------------------
revno: 20674
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-10-13 20:14:17 +0300
message:
  Minor
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/index.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/style.css
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/index.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/styles/style.css
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/index.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/styles/style.css
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/index.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/styles/style.css
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/index.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/styles/style.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-apps/src/main/webapp/dhis-web-event-reports/index.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/index.html	2015-10-12 19:58:36 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/index.html	2015-10-13 17:14:17 +0000
@@ -13,7 +13,7 @@
 
 <body>
     <div id="init">
-        <div><span class="text-medium">DHIS2</span> EVENT REPORTS</div>
+        <div><span class="brand">DHIS 2</span>EVENT REPORTS</div>
         <div class="spinner"></div>
     </div>
 

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/style.css	2015-10-11 12:56:59 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/style.css	2015-10-13 17:14:17 +0000
@@ -67,6 +67,11 @@
     color: #444;
 }
 
+#init .brand {
+    font-weight: 600;
+    padding-right: 5px;
+}
+
 	/* Scrollbar Webkit */
 ::-webkit-scrollbar {
     width: 8px;

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/index.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/index.html	2015-10-03 12:51:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/index.html	2015-10-13 17:14:17 +0000
@@ -13,7 +13,7 @@
 
 <body>
     <div id="init">
-        <div><span class="text-medium">DHIS2</span> EVENT VISUALIZER</div>
+        <div><span class="brand">DHIS 2</span>EVENT VISUALIZER</div>
         <div class="spinner"></div>
     </div>
     

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/styles/style.css	2015-10-03 12:51:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/styles/style.css	2015-10-13 17:14:17 +0000
@@ -66,6 +66,11 @@
     color: #444;
 }
 
+#init .brand {
+    font-weight: 600;
+    padding-right: 5px;
+}
+
 	/* Scrollbar Webkit */
 ::-webkit-scrollbar {
     width: 8px;

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/index.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/index.html	2015-10-03 12:51:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/index.html	2015-10-13 17:14:17 +0000
@@ -11,7 +11,7 @@
 
 <body>
     <div id="init">
-        <div><span class="text-medium">DHIS2</span> GIS</div>
+        <div><span class="brand">DHIS 2</span>GIS</div>
         <div class="spinner"></div>
     </div>
 

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/styles/style.css	2015-10-03 12:51:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/styles/style.css	2015-10-13 17:14:17 +0000
@@ -59,6 +59,11 @@
     color: #444;
 }
 
+#init .brand {
+    font-weight: 600;
+    padding-right: 5px;
+}
+
 	/* Scrollbar Webkit */
 ::-webkit-scrollbar {
     width: 8px;

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/index.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/index.html	2015-10-02 22:14:02 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/index.html	2015-10-13 17:14:17 +0000
@@ -13,7 +13,7 @@
 
 <body>
     <div id="init">
-        <div><span class="text-medium">DHIS2</span> PIVOT TABLE</div>
+        <div><span class="brand">DHIS 2</span>PIVOT TABLE</div>
         <div class="spinner"></div>
     </div>
 

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/styles/style.css	2015-10-02 14:16:28 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/styles/style.css	2015-10-13 17:14:17 +0000
@@ -66,6 +66,11 @@
     color: #444;
 }
 
+#init .brand {
+    font-weight: 600;
+    padding-right: 5px;
+}
+
 	/* Scrollbar Webkit */
 ::-webkit-scrollbar {
     width: 8px;

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/index.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/index.html	2015-10-02 22:14:02 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/index.html	2015-10-13 17:14:17 +0000
@@ -12,7 +12,7 @@
 
 <body>
     <div id="init">
-        <div><span class="text-medium">DHIS2</span> DATA VISUALIZER</div>
+        <div><span class="brand">DHIS2</span>DATA VISUALIZER</div>
         <div class="spinner"></div>
     </div>
 

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/styles/style.css	2015-10-02 22:14:02 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/styles/style.css	2015-10-13 17:14:17 +0000
@@ -62,6 +62,11 @@
     color: #444;
 }
 
+#init .brand {
+    font-weight: 600;
+    padding-right: 5px;
+}
+
 	/* Scrollbar Webkit */
 ::-webkit-scrollbar {
     width: 8px;