merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit da828fa663f9f0dab1bc73f5ff6f06a5fd77e559
parent 6d1693199b1729a78a9dcc843fe2a18054bf3754
Author: psyc://psyced.org/~lynX <psyc://psyced.org/@youbroketheinternet>
Date:   Sat, 22 Aug 2015 00:30:56 +0200

acceptable form display

Diffstat:
Msrc/frontend/style.css | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/frontend/style.css b/src/frontend/style.css @@ -20,7 +20,7 @@ body { p { line-height: 180%; - } +} .page-wrapper { background-color: #EDEEF0; border: 1px solid #DAD5D9; @@ -170,6 +170,12 @@ header h2 abbr { } .supporting form { padding: 30px; + display: inline-block; + clear: both; + width: 120em; +} +.supporting input { + margin: 8px; } .participation h3 { background-image: url(participationShell.jpg);