Add a visible free plan. Tweak the plans and pricing page. Move all plans to a central plans service to have a single point for editing. Support the free plan on the user admin page. Tweak the landing page.

This commit is contained in:
yackob03 2013-10-04 14:35:51 -04:00
parent 8d40f12165
commit 3eca5f65e1
7 changed files with 194 additions and 139 deletions

View file

@ -5,13 +5,23 @@
margin-bottom: 30px;
}
.plans .all-plans {
font-size: 16px;
text-align: center;
margin-bottom: 25px;
}
.plans .all-plans .feature {
color: #428bca;
}
.plans-list {
text-align: center;
margin-bottom: 25px;
}
.plans-list .plan {
width: 245px;
height: 260px;
vertical-align: top;
display: inline-block;
@ -67,16 +77,26 @@
margin-bottom: 30px;
}
.plans-list .plan.focus {
.plans-list .plan .features {
font-size: 16px;
text-align: left;
margin-bottom: 10px;
}
.plans-list .plan .features i {
margin-right: 5px;
}
.plans-list .plan.small {
border: 1px solid #ddd;
border-top: 4px solid #428bca;
margin-top: 0px;
font-size: 1.6em;
height: 270px;
}
.plans-list .plan button {
.plans .plan-faq dd{
margin-bottom: 20px;
}
.loading {
@ -608,6 +628,10 @@ p.editable:hover i {
text-align: center;
}
.user-admin .panel-plan .button-hidden {
visibility: hidden;
}
.user-admin .plan-description {
font-size: 1.2em;
margin-bottom: 10px;