summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-02-01 15:32:01 -0500
committerJules Laplace <jules@okfoc.us>2015-02-01 15:32:01 -0500
commitfbf637f2210d281c8c6f41b72cf50746939a8ece (patch)
treec49d37994ebf2bb1109351ba599acba1740101bd /public/assets/stylesheets/app.css
parentbc843c0c65d9ff98dac35a72821f7e312dc7e62b (diff)
edit layout counts
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; }