From a57c3d450c0ea07aa1fc977d2fb9ddb3b841cdf3 Mon Sep 17 00:00:00 2001 From: Zain Fauzan Rofie Azizi Date: Mon, 26 Mar 2018 11:16:22 +0800 Subject: [PATCH] added split box for nominal and actual --- arrangements-warehouse_receive_note1.2.html | 22 +++++++++++---------- css/global.style.css | 17 ++++++++++++++++ 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/arrangements-warehouse_receive_note1.2.html b/arrangements-warehouse_receive_note1.2.html index 71472e1..a4b78c6 100644 --- a/arrangements-warehouse_receive_note1.2.html +++ b/arrangements-warehouse_receive_note1.2.html @@ -42,10 +42,10 @@
- -
-   - + +
+   +
@@ -54,9 +54,10 @@
-
-   - + +
+   +
@@ -65,9 +66,10 @@
-
-   - + +
+   +
diff --git a/css/global.style.css b/css/global.style.css index 33113cb..c99c0d2 100644 --- a/css/global.style.css +++ b/css/global.style.css @@ -2687,12 +2687,29 @@ cont.menu ul.main-menu>li li a{ .form-last-name { float: right; + width: 40%; } + .form-first-name { float: left; } +.labelright, labelleft{ + width:46%; +} +.labelright{ + text-align:right; + float:right; + width:48%; +} + +.labelleft{ + text-align:left; + float:left; +} + + /*end of part 29----------------------------------------------------*/ /*Other Styles and helpers------------------------------------------*/