commit
4b8db482d6
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user