diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 9af21c206..d56f9d3b3 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -962,24 +962,18 @@ dl.inline-list dd { width:55%; } .dt-process-rel { - position: relative; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1; } .dataTables_processing { opacity: 1 !important; - position: absolute; - top: 100px; - left: 10%; - width: 80%; - height: 50px; - text-align: center; - font-size:14px; - font-weight:bold; - padding-top: 40px; - background: -moz-linear-gradient(top, #b2b2b2 0, #a2a2a2 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2b2b2), color-stop(100%, #a2a2a2)); - background: linear-gradient(top, #b2b2b2 0, #a2a2a2 100%); - border: 1px solid #8F8F8F; - color: #ffffff; + width: 100%; + height: 100%; + background: url("img/loading.gif") no-repeat 50% 50% rgba(0, 0, 0, .25); } #library_display_wrapper .ui-widget-header:first-child { background:none; diff --git a/airtime_mvc/public/js/airtime/common/common.js b/airtime_mvc/public/js/airtime/common/common.js index e20e8154b..d8e43d979 100644 --- a/airtime_mvc/public/js/airtime/common/common.js +++ b/airtime_mvc/public/js/airtime/common/common.js @@ -74,7 +74,8 @@ function getDatatablesStrings(overrideDict) { "sInfoThousands": $.i18n._("),"), "sLengthMenu": $.i18n._("Show _MENU_"), "sLoadingRecords": $.i18n._("Loading..."), - "sProcessing": $.i18n._("Processing..."), + //"sProcessing": $.i18n._("Processing..."), + "sProcessing": $.i18n._(""), "sSearch": $.i18n._(""), "sZeroRecords": $.i18n._("No matching records found"), "oPaginate": {