diff --git a/public/css/help.css b/public/css/help.css
index a8034953..2686a3d6 100644
--- a/public/css/help.css
+++ b/public/css/help.css
@@ -700,6 +700,10 @@ h6:hover .anchor span:before {
code {
word-wrap: break-word;
}
+
+ .status {
+ display: none;
+ }
}
#comments {
diff --git a/public/css/upgrade.css b/public/css/upgrade.css
index aa1fe0c0..b0ed6d01 100644
--- a/public/css/upgrade.css
+++ b/public/css/upgrade.css
@@ -759,11 +759,32 @@ input.actionButton-small, button.actionButton-small {
}
.upgrade-feature-wrapper table {
margin: 0 auto;
- }
+
+ width: 100%;
}
-@media (min-width: 768px) and (max-width: 1023px) {
- .upgrade-feature-wrapper table td:nth-child(2),
- .upgrade-feature-wrapper table th:nth-child(2) {
- /*display: none;*/
+
+ .upgrade-feature-wrapper table td:nth-child(1),
+ .upgrade-feature-wrapper table th:nth-child(1) {
+ min-width: 150px;
+ font-size: 0.9rem;
+ line-height: 1.3rem;
}
+
+
+ .upgrade-feature-wrapper table td:nth-child(2),
+ .upgrade-feature-wrapper table th:nth-child(2)
+
+/* .upgrade-feature-wrapper table td:nth-child(2), */
+/* .upgrade-feature-wrapper table th:nth-child(2) */{
+ display: none;
+ }
+
+ .upgrade-payment-wrapper {
+ padding: 0 10px;
+ }
+
+ .form-container form {
+ padding: 10px 5px 10px;
+ }
+
}
\ No newline at end of file
diff --git a/views/partials/payment.html b/views/partials/payment.html
index aee4b36f..c23a674e 100644
--- a/views/partials/payment.html
+++ b/views/partials/payment.html
@@ -68,7 +68,7 @@