From ed2466d749062d3b86f19d4643d3d349338a2b5c Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Sun, 25 Jun 2017 01:32:14 -0500 Subject: [PATCH] bug fix subscription form --- src/api/templates/subscribe.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/api/templates/subscribe.html b/src/api/templates/subscribe.html index 2a70bab..eb8dbcc 100644 --- a/src/api/templates/subscribe.html +++ b/src/api/templates/subscribe.html @@ -33,8 +33,8 @@ .border-left{ border-left:1px solid #CAD5E0} .left { float:left} .small { font-family:verdana; font-size:11px;} - .width-50{width:50%; padding:4px;} .hidden {display:none} + .width-50{width:50%; padding:4px;} .width-25{width:25%; padding:4px} .height-48{height:48px;} @@ -62,14 +62,21 @@ td {padding:4px; font-weight:lighter; padding:4px;} @media only screen and (min-device-width: 320px){ table {width:99%} + .medium-caption {font-size:14px} body {font-size:12px;} - tr {font-family:sans-serif; font-size:12px;} - td {padding:4px; font-weight:lighter} + .height-48{height:40px} + .width-50{width:47%; padding:4px;} + .width-25{width:24%; padding:4px} } @media only screen and (min-device-width: 768px){ body {font-size:12px} table {width:70%; margin-left:20%} + .medium-caption {font-size:18px} + .width-50{width:50%; padding:4px;} + .width-25{width:25%; padding:4px} + .height-48{height:48px;} + }