[ofbiz-framework] branch trunk updated: Improved: Apply CSS Grid to Find Orders (OFBIZ-12116)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Apply CSS Grid to Find Orders (OFBIZ-12116)

James Yong-2
This is an automated email from the ASF dual-hosted git repository.

jamesyong pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0863084  Improved: Apply CSS Grid to Find Orders (OFBIZ-12116)
0863084 is described below

commit 0863084062605044521c00e30203f5c79e8e8146
Author: James Yong <[hidden email]>
AuthorDate: Tue Jan 26 20:56:23 2021 +0800

    Improved: Apply CSS Grid to Find Orders (OFBIZ-12116)
   
    Improve CSS for centering grid item
---
 themes/common-theme/webapp/common/css/info.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/common-theme/webapp/common/css/info.css b/themes/common-theme/webapp/common/css/info.css
index acde038..390d05b 100644
--- a/themes/common-theme/webapp/common/css/info.css
+++ b/themes/common-theme/webapp/common/css/info.css
@@ -73,6 +73,6 @@ limitations under the License.
     grid-column: 2 / span 3;
 }
 .ofbiz-form .full-width-center {
-    display: flex;
-    justify-items: center;
+    grid-column: 1 / span 4;
+    justify-self: center;
 }