Merge pull request #1989 from SamuelNZ/patch-4

Update mpos.css
This commit is contained in:
Sebastian Grewe 2014-03-24 19:19:04 +01:00
commit 4b8db482d6
2 changed files with 3 additions and 8 deletions

View File

@ -85,13 +85,6 @@ $config['ap_threshold']['max'] = 250;
**/ **/
$config['mp_threshold'] = 1; $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 * Donation thresholds
* Minimum donation amount in percent * Minimum donation amount in percent

View File

@ -4,6 +4,8 @@
body { body {
background-color: #f8f8f8; background-color: #f8f8f8;
min-width: 350px;
/* Design constraint */
} }
/* Wrappers */ /* Wrappers */
@ -90,7 +92,7 @@
} }
.navbar-top-links .dropdown-alerts { .navbar-top-links .dropdown-alerts {
margin-left: -123px; /*#margin-left: -123px; */
} }
.navbar-top-links .dropdown-user { .navbar-top-links .dropdown-user {