diff --git a/app/assets/stylesheets/specific/users.css.scss b/app/assets/stylesheets/specific/users.css.scss index 176e0c72e..fa7af0fa9 100644 --- a/app/assets/stylesheets/specific/users.css.scss +++ b/app/assets/stylesheets/specific/users.css.scss @@ -41,43 +41,41 @@ div#c-users { max-width: 40em; font-size: 1.2em; - form { - input { - font-size: 20pt; - } - } - div#feature-comparison { overflow: hidden; margin-bottom: 1em; - div.column { - width: 11em; - float: left; - border: 1px solid #666; - @include border-radius(4px); - padding: 0.25em 0.5em; - margin: 0.5em; + table { + width: 100%; - h1 { - font-size: $h3_size; + colgroup#basic { + background-color: #ddd; } - li { - margin-left: 1.5em; - list-style-type: disc; + colgroup#gold { + background-color: #ffe; } - basic-account { - background: rgb(240, 255, 240); + colgroup#platinum { + background-color: #eee; } - privileged-account { - background: rgb(255, 255, 240); + td, th { + text-align: center; + vertical-align: top; + padding: 0.5em 0; } - - contributor-account { - background: rgb(240, 240, 240); + + tbody { + tr { + border-bottom: 2px solid black; + } + } + + p.cost-footnote { + font-size: 80%; + color: gray; + margin: 0; } } } diff --git a/app/views/user_mailer/upgrade.html.erb b/app/views/user_mailer/upgrade.html.erb index 24fa1b888..6c0513533 100644 --- a/app/views/user_mailer/upgrade.html.erb +++ b/app/views/user_mailer/upgrade.html.erb @@ -1 +1 @@ -
You can upgrade your account by sending $10 USD via Paypal to <%= mail_to Danbooru.config.upgrade_account_email %>. Be sure to include your username.
+You can upgrade your account by sending $20 USD via Paypal to <%= mail_to Danbooru.config.upgrade_account_email %>. Be sure to include your username.
diff --git a/app/views/users/_upgrade_notice.html.erb b/app/views/users/_upgrade_notice.html.erb index cabb96a41..2a3eb5a90 100644 --- a/app/views/users/_upgrade_notice.html.erb +++ b/app/views/users/_upgrade_notice.html.erb @@ -1,4 +1,4 @@<%= link_to "No thanks", "#", :id => "hide-upgrade-account-notice" %>
Annoyed by ads? Want more searching power? Upgrade your account for only $10 and become a power user of the best database of anime artwork on the internet.
+Annoyed by ads? Want more searching power? Upgrade your account and become a power user of the best database of anime artwork on the internet.
| + | Basic | +Gold | +Platinum | +
|---|---|---|---|
| Cost | +Free | +$20 One time fee |
+ $40 One time fee |
+
| Ads | +Yes | +None | +None | +
| Tag Limit | +2 | +6 | +12 | +
| Favorite Limit | +1,000 | +5,000 | +Unlimited | +
| Bookmark Tags | +No | +Yes | +Yes | +
Just provide your email address and details for upgrading your account will be sent to you. If you have any further questions or concerns, feel free to contact me at <%= mail_to Danbooru.config.contact_email, nil, :encode => :javascript %>.
<%= form_tag(upgrade_user_path(CurrentUser.user)) do %>