diff --git a/app/assets/stylesheets/BSBMaterial/style.css b/app/assets/stylesheets/BSBMaterial/style.css index ed00c5f5..a4620cf5 100755 --- a/app/assets/stylesheets/BSBMaterial/style.css +++ b/app/assets/stylesheets/BSBMaterial/style.css @@ -2323,7 +2323,7 @@ @media (max-width: 767px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { - margin-left: 35px; + margin-left: 15px; width: 73%; } .navbar .navbar-header { display: inline-block; @@ -8054,4 +8054,3 @@ html.ie11 .dropdown-menu ul.menu li a { html.ie11 .bs-searchbox .form-control { width: 90%; } - diff --git a/app/assets/stylesheets/CRM.scss b/app/assets/stylesheets/CRM.scss index 2febb6d0..ae2de4d8 100755 --- a/app/assets/stylesheets/CRM.scss +++ b/app/assets/stylesheets/CRM.scss @@ -313,10 +313,34 @@ i.logout_icon{ } .page-header{ - width: 100%; + width: 100% !important; } .ls-closed .bars:after, .ls-closed .bars:before{ top: 14px; } + + .mbl_card{ + width: 100% !important; + } + + .mbl_lbl{ + display: none; + } + + .mbl-style{ + padding: 10px 10px; + } + + .m-auto{ + width: 33%; + } + + .online_order{ + text-align: right; + } + + .mbl-right-btn{ + text-align: right; + } } diff --git a/app/assets/stylesheets/OQS.scss b/app/assets/stylesheets/OQS.scss index 11fa7952..3e49913d 100755 --- a/app/assets/stylesheets/OQS.scss +++ b/app/assets/stylesheets/OQS.scss @@ -165,10 +165,34 @@ i.logout_icon{ } .page-header{ - width: 100%; + width: 100% !important; } .ls-closed .bars:after, .ls-closed .bars:before{ top: 14px; } + + .mbl_card{ + width: 100% !important; + } + + .mbl_lbl{ + display: none; + } + + .mbl-style{ + padding: 10px 10px; + } + + .m-auto{ + width: 33%; + } + + .online_order{ + text-align: right; + } + + .mbl-right-btn{ + text-align: right; + } } diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 9c5fc64f..93761efe 100755 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -175,10 +175,34 @@ i.logout_icon{ } .page-header{ - width: 100%; + width: 100% !important; } .ls-closed .bars:after, .ls-closed .bars:before{ top: 14px; } + + .mbl_card{ + width: 100% !important; + } + + .mbl_lbl{ + display: none; + } + + .mbl-style{ + padding: 10px 10px; + } + + .m-auto{ + width: 33%; + } + + .online_order{ + text-align: right; + } + + .mbl-right-btn{ + text-align: right; + } } diff --git a/app/assets/stylesheets/inventory_definitions.scss b/app/assets/stylesheets/inventory_definitions.scss index e9eb5d80..d134fbd7 100755 --- a/app/assets/stylesheets/inventory_definitions.scss +++ b/app/assets/stylesheets/inventory_definitions.scss @@ -324,10 +324,34 @@ i.logout_icon{ } .page-header{ - width: 100%; + width: 100% !important; } .ls-closed .bars:after, .ls-closed .bars:before{ top: 14px; } + + .mbl_card{ + width: 100% !important; + } + + .mbl_lbl{ + display: none; + } + + .mbl-style{ + padding: 10px 10px; + } + + .m-auto{ + width: 33%; + } + + .online_order{ + text-align: right; + } + + .mbl-right-btn{ + text-align: right; + } } diff --git a/app/assets/stylesheets/origami.scss b/app/assets/stylesheets/origami.scss index 5d933f39..6bbce5a3 100755 --- a/app/assets/stylesheets/origami.scss +++ b/app/assets/stylesheets/origami.scss @@ -703,10 +703,34 @@ nav.pagination .page a:hover, } .page-header{ - width: 100%; + width: 100% !important; } .ls-closed .bars:after, .ls-closed .bars:before{ top: 14px; } + + .mbl_card{ + width: 100% !important; + } + + .mbl_lbl{ + display: none; + } + + .mbl-style{ + padding: 10px 10px; + } + + .m-auto{ + width: 33%; + } + + .online_order{ + text-align: right; + } + + .mbl-right-btn{ + text-align: right; + } } diff --git a/app/views/home/dashboard.html.erb b/app/views/home/dashboard.html.erb index 3dd2c92a..0f9890d7 100755 --- a/app/views/home/dashboard.html.erb +++ b/app/views/home/dashboard.html.erb @@ -99,23 +99,23 @@ to_time = '' end %> -