From 51b7cbdbeefd1f06b96907441396e1930a121596 Mon Sep 17 00:00:00 2001 From: SamuelNZ Date: Sat, 22 Mar 2014 20:57:59 +1300 Subject: [PATCH 1/2] Update mpos.css Third time is the charm. Added width constraint, Things can't display correctly otherwise (Alerts for instance) Commented out the margin-left that was causing a issue similar to the dropdown-user --- public/site_assets/bootstrap/css/mpos.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index 96422900..2e4cf30c 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -4,6 +4,8 @@ body { background-color: #f8f8f8; + min-width: 350px; + /* Design constraint */ } /* Wrappers */ @@ -90,7 +92,7 @@ } .navbar-top-links .dropdown-alerts { - margin-left: -123px; + /*#margin-left: -123px; */ } .navbar-top-links .dropdown-user { From aa63eac2ea361b6a66d788aa20030cd573ebc6eb Mon Sep 17 00:00:00 2001 From: SamuelNZ Date: Sun, 23 Mar 2014 00:45:43 +1300 Subject: [PATCH 2/2] Update global.inc.dist.php Double vision --- public/include/config/global.inc.dist.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index cff4ba58..c6cf026a 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -85,13 +85,6 @@ $config['ap_threshold']['max'] = 250; **/ $config['mp_threshold'] = 1; -/** - * Minimum manual Payout Threshold - * Minimum manual payout amount - * https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-manual-payout-threshold - **/ -$config['mp_threshold'] = 1; - /** * Donation thresholds * Minimum donation amount in percent