# HG changeset patch
# User Jorge Garcia <jorge.garcia@openbravo.com>
# Date 1514972700 -3600
#      Wed Jan 03 10:45:00 2018 +0100
# Node ID f4a4f10e55e963d58e3ed5f296bee85ef3cb7d44
# Parent  62c3db53e161de5a869430fccf32e3a177de6211
Related to issue 37044: [SER QA 3365] Wrong ticket amount when action made
before ticket total amount calculated

Modify css properties for processing popup.

diff --git a/web/org.openbravo.mobile.core/assets/css/ob-standard.css b/web/org.openbravo.mobile.core/assets/css/ob-standard.css
--- a/web/org.openbravo.mobile.core/assets/css/ob-standard.css
+++ b/web/org.openbravo.mobile.core/assets/css/ob-standard.css
@@ -1535,10 +1535,15 @@
   padding: 0px;
   color: #ffffff;
   background: none;
+  margin-top: 0px !important;
+  margin-left: 0px !important;
+  top: calc(50% - 93px) !important;
+  left: calc(50% - 144px) !important;
 }
 
 div.popup-processing div.processing-container {
-  width: 350px;
+  width: 284px;
+  height: 182px;
   border: 2px solid white;
   background-color: black;
   opacity: 0.8;
@@ -1549,14 +1554,15 @@
   font-size: 20px;
   text-align: center;
   line-height: 140%;
-  padding: 15px;
+  padding: 12px;
 }
 
 div.processing-container div.processing-spinner {
   position: relative;
-  height: 120px;
-  left: 125px;
-  top: 30px;
+  height: 102px;
+  width: 102px;
+  left: calc(50% - 51px);
+  top: 18px;
 }
 
 @keyframes processing-spinner {
