Commit 3f3ad2de32de495efc9f64afb2b6487782b2cd4e

Authored by Victor Costa
1 parent 195b8404

Fix css of login box when in a profile page

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -2642,6 +2642,9 @@ div#activation_enterprise label, div#activation_enterprise input, div#activation
2642 2642 background: #B8CFE7;
2643 2643 padding: 0px 20px 5px 20px;
2644 2644 }
  2645 +#TB_window .login-box .button-bar {
  2646 + padding-top: 0;
  2647 +}
2645 2648 .login-box-content .button-bar .button {
2646 2649 position: relative;
2647 2650 }
... ...