From 88c36fbc949d893cfbc6e94dfd2c4eb69b4b23a8 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 28 Apr 2015 15:06:36 -0600 Subject: [PATCH] CRM-16353 - Improve datatables loading style to match blockUI --- css/civicrm.css | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index ee95e8ce45..59db68ead5 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2662,18 +2662,15 @@ div.crm-container form { .crm-container .dataTables_processing { position: absolute; - top: 50%; - left: 50%; - width: 250px; - height: 30px; - margin-left: -125px; - margin-top: -15px; - padding: 14px 0 2px 0; - border: 1px solid #ddd; - text-align: center; - color: #999; - font-size: 14px; - background-color: white; + top: 0; + left: 0; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + background: url("../i/loading-overlay.gif") center center no-repeat white; + opacity: 0.6; + cursor: wait; } .crm-container .dataTables_length { -- 2.25.1