summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index b3d380c..b58bb01 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1027,6 +1027,10 @@ iframe.embed {
padding: 10px 3px;
margin: 0;
}
+.planInfo td {
+ height: 60px;
+ vertical-align: middle;
+}
.planInfo td:nth-child(2),
.planInfo th:nth-child(2),
.planInfo td:nth-child(3),
@@ -1034,6 +1038,10 @@ iframe.embed {
.planInfo th:nth-child(3) {
text-align: right;
}
+.planInfo td:nth-child(4) {
+ width: 90px;
+}
+
.planInfo [data-role="billingInterval"] {
font-size: 10px;
}
@@ -1046,7 +1054,8 @@ iframe.embed {
margin: 5px 7px;
}
.paidPlan [data-role="cancelSubscription"] {
- color: red;
+ color: #800;
+ border-color: black;
width: 200px;
float: none;
}
@@ -1056,7 +1065,7 @@ iframe.embed {
border-color: red;
}
/* purchase mode */
-.paidPlan input[type=number] { display: none }
+.paidPlan input[type=number] { display: none; float: right; }
form .paidPlan div { float: none; }
form .paidPlan label { float: none; font-size: 2vw; margin: 0 10px; }
.paidPlan .upgradeMenu div { padding: 5px 10px; }