dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13528
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4359: Made headerMessage a bit wider and with bold text
------------------------------------------------------------
revno: 4359
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-08-18 18:40:36 +0200
message:
Made headerMessage a bit wider and with bold text
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css
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/vietnam/vietnam.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.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/blue/blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css 2011-05-12 11:36:10 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css 2011-08-18 16:40:36 +0000
@@ -408,6 +408,11 @@
background-color: #dfe9f4;
}
+.bold, .bold td
+{
+ font-weight: bold;
+}
+
/*----------------------------------------------------------------------------*/
/* Intro */
/*----------------------------------------------------------------------------*/
=== 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 2011-05-12 11:36:10 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2011-08-18 16:40:36 +0000
@@ -407,6 +407,11 @@
background-color: #dfe9f4;
}
+.bold, .bold td
+{
+ font-weight: bold;
+}
+
/*----------------------------------------------------------------------------*/
/* Intro */
/*----------------------------------------------------------------------------*/
=== 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 2011-05-12 11:36:10 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css 2011-08-18 16:40:36 +0000
@@ -407,6 +407,11 @@
background-color: #dfe9f4;
}
+.bold, .bold td
+{
+ font-weight: bold;
+}
+
/*----------------------------------------------------------------------------*/
/* Intro */
/*----------------------------------------------------------------------------*/
=== 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 2011-01-11 16:52:46 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2011-08-18 16:40:36 +0000
@@ -388,6 +388,11 @@
background-color: #dfe9f4;
}
+.bold, .bold td
+{
+ font-weight: bold;
+}
+
/*----------------------------------------------------------------------------*/
/* Intro */
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2011-07-21 20:49:52 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2011-08-18 16:40:36 +0000
@@ -324,11 +324,11 @@
div#headerMessage
{
top: 0px;
- left: 180px;
+ left: 155px;
position: fixed;
display: none;
height: 30px;
- width: 380px;
+ width: 410px;
background-color: #ffffbf;
border: 1px solid #cccc00;
z-index: 21;
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2011-08-16 12:16:33 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2011-08-18 16:40:36 +0000
@@ -180,7 +180,7 @@
</div>
</div>
- <div id="headerMessage"></div>
+ <div id="headerMessage" class="bold"></div>
<div class="page" id="mainPage">
#if( !$page )
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2011-08-18 16:16:52 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2011-08-18 16:40:36 +0000
@@ -66,10 +66,10 @@
$( document ).bind( 'dhis2.online', function( event, loggedIn ) {
if ( loggedIn ) {
- if( storageManager.hasLocalData()) {
+ if ( storageManager.hasLocalData() ) {
var message = i18n_need_to_sync_notification + '<button id="sync_button" type="button">' + i18n_sync_now + '</button>';
- if(isHeaderMessageVisible())
+ if ( isHeaderMessageVisible() )
{
updateHeaderMessage( message );
}
@@ -80,7 +80,7 @@
$( '#sync_button' ).bind( 'click', uploadLocalData );
}
- else if( isHeaderMessageVisible() )
+ else if ( isHeaderMessageVisible() )
{
updateHeaderMessage( i18n_online_notification );
}