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
public/stylesheets/application.css
... | ... | @@ -2421,6 +2421,11 @@ div#activation_enterprise div { |
2421 | 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 | 2429 | /* ==> public/stylesheets/controller_admin_panel.css <== */ |
2425 | 2430 | .controller-admin_panel #available-folders select { |
2426 | 2431 | width: 50%; | ... | ... |