PINES Customization: Offline Transactions Alert
authorMcCanna <tmccanna@georgialibraries.org>
Thu, 23 Nov 2017 00:11:28 +0000 (19:11 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 9 Dec 2017 19:46:21 +0000 (14:46 -0500)
Make text larger so that it is more obvious and easier to read.

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/t_login.tt2

index e4d42cb..903214e 100644 (file)
@@ -51,7 +51,7 @@
 
             <div class="form-group">
               <div class="col-md-offset-4 col-md-6">
-                <span ng-show="pendingXacts" class="label label-warning">[% l('Unprocessed offline transactions waiting for upload') %]</span>
+                <span ng-show="pendingXacts" class="label label-warning" style="font-size:1.1em;">[% l('Unprocessed offline transactions waiting for upload') %]</span>
               </div>
             </div>