Cleanup some unused css rules

This commit is contained in:
Brice Maron 2019-07-24 15:42:44 +02:00 committed by Alexis Metaireau
parent bfa145b816
commit 773fbec5b2
2 changed files with 3 additions and 15 deletions

View file

@ -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;
}

View file

@ -22,8 +22,8 @@
{{ forms.authenticate(auth_form, home=True) }}
</fieldset>
<div class="controls">
<button class="btn" type="submit">{{ _("log in") }}</button>
<a class="password-reminder" href="{{ url_for(".remind_password") }}">{{ _("can't remember your password?") }}</a>
<button class="btn btn-primary" type="submit">{{ _("log in") }}</button>
<a class="password-reminder btn btn-link" href="{{ url_for(".remind_password") }}">{{ _("can't remember your password?") }}</a>
</div>
</form>
</div>