diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 6c8b57f9..3c905a06 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -17,7 +17,6 @@ body { margin: 0; padding: 0; } -.navbar .primary-nav { padding-left: 75px; } .navbar .secondary-nav { text-align: right; flex-direction: row-reverse; @@ -138,12 +137,6 @@ footer{ color: #fff; } -.password-reminder{ - float: right; - margin-right: 20px; - margin-top: 5px; -} - .confirm, .confirm:hover { color: red; } @@ -171,11 +164,6 @@ footer{ background: url('../images/edit.png') no-repeat right; } -project-actions { - padding-top: 10px; - text-align: center; -} - .project-actions > .delete, .project-actions > .edit { font-size: 0px; display: block; @@ -207,7 +195,7 @@ tr.ower_line { background-color: #CBEF68; } -tr.payer_line .balance-name{ +tr.payer_line .balance-name { color:green; text-indent:5px; } diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index a628eccc..512f7808 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -22,8 +22,8 @@ {{ forms.authenticate(auth_form, home=True) }}
- - {{ _("can't remember your password?") }} + + {{ _("can't remember your password?") }}