[opw-web] Add emphasis to 'initialed each page' for contract upload.



commit d053607e75af5b0e986bb385bbdf6f9da515ba25
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Fri May 9 23:23:15 2014 -0400

    Add emphasis to 'initialed each page' for contract upload.

 lang/en-gb.php                       |    2 +-
 skins/easterngreen/css/bootstrap.css |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/lang/en-gb.php b/lang/en-gb.php
index f30f25e..7121e2a 100644
--- a/lang/en-gb.php
+++ b/lang/en-gb.php
@@ -349,6 +349,6 @@ $lang_data = array(
     'confirm_delete_attachment' => 'Are you sure that you want to delete the attachment?',
     'upload_contract_document'  => 'Upload contract document',
     'document'                  => 'Document',
-    'contract_sign_message'     => 'Make sure that you have initialed each page and signed and dated the 
last page'
+    'contract_sign_message'     => 'Make sure that you have <span class="alert-emphasis">initialed each 
page</span> and signed and dated the last page'
 );
 
diff --git a/skins/easterngreen/css/bootstrap.css b/skins/easterngreen/css/bootstrap.css
index dabf83e..d6fac1b 100644
--- a/skins/easterngreen/css/bootstrap.css
+++ b/skins/easterngreen/css/bootstrap.css
@@ -3956,6 +3956,11 @@ input[type="submit"].btn.btn-mini {
   margin-top: 5px;
 }
 
+.alert-emphasis {
+    font-weight: bold;
+    font-size: 115%;
+}
+
 .nav {
   margin-bottom: 20px;
   margin-left: 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]