From 129f2ba09bca9d5086d5b2a6f5acb10dbcba8372 Mon Sep 17 00:00:00 2001 From: SamuelNZ Date: Tue, 18 Mar 2014 17:54:34 +1300 Subject: [PATCH 1/2] Update layout.css min-width to stop distortion of Graphs when not in full screen, or on a smaller monitor. --- public/site_assets/mpos/css/layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/site_assets/mpos/css/layout.css b/public/site_assets/mpos/css/layout.css index ceb6ce400..15f357d5e 100644 --- a/public/site_assets/mpos/css/layout.css +++ b/public/site_assets/mpos/css/layout.css @@ -11,6 +11,8 @@ padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background: #F8F8F8; font-size: 12px; +min-width: 1269px; +/* Allows resizing without distortion of graphs and the like, some older browsers will ingnore this */ } .clear { From 29594859db9e2df6a5830e54755815487a72bfff Mon Sep 17 00:00:00 2001 From: SamuelNZ Date: Tue, 18 Mar 2014 18:34:43 +1300 Subject: [PATCH 2/2] Update layout.css Adjusted to work with other proposed pull --- public/site_assets/mpos/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/site_assets/mpos/css/layout.css b/public/site_assets/mpos/css/layout.css index 15f357d5e..60ffe2023 100644 --- a/public/site_assets/mpos/css/layout.css +++ b/public/site_assets/mpos/css/layout.css @@ -11,7 +11,7 @@ padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background: #F8F8F8; font-size: 12px; -min-width: 1269px; +min-width: 1323px; /* Allows resizing without distortion of graphs and the like, some older browsers will ingnore this */ }