Commit c8314e08c3e1b1131b2dfd82811146d0351eed08
1 parent
34e20505
Exists in
master
and in
28 other branches
Removing blocks from account controller
This way the register and login pages cause less distraction.
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
app/controllers/public/account_controller.rb
1 | class AccountController < ApplicationController | 1 | class AccountController < ApplicationController |
2 | 2 | ||
3 | + no_design_blocks | ||
4 | + | ||
3 | inverse_captcha :field => 'e_mail' | 5 | inverse_captcha :field => 'e_mail' |
4 | 6 | ||
5 | require_ssl :except => [ :login_popup, :logout_popup, :wizard, :profile_details ] | 7 | require_ssl :except => [ :login_popup, :logout_popup, :wizard, :profile_details ] |
public/stylesheets/application.css
@@ -2421,6 +2421,11 @@ div#activation_enterprise div { | @@ -2421,6 +2421,11 @@ div#activation_enterprise div { | ||
2421 | background-image: url('/designs/icons/default/go-right-disabled-HC.gif'); | 2421 | background-image: url('/designs/icons/default/go-right-disabled-HC.gif'); |
2422 | } | 2422 | } |
2423 | 2423 | ||
2424 | +.controller-account .no-boxes { | ||
2425 | + margin-left: 200px; | ||
2426 | + margin-right: 200px; | ||
2427 | +} | ||
2428 | + | ||
2424 | /* ==> public/stylesheets/controller_admin_panel.css <== */ | 2429 | /* ==> public/stylesheets/controller_admin_panel.css <== */ |
2425 | .controller-admin_panel #available-folders select { | 2430 | .controller-admin_panel #available-folders select { |
2426 | width: 50%; | 2431 | width: 50%; |