diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 7bee4d0..f6ea0a4 100755 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -265,15 +265,15 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0; .btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open > .dropdown-toggle.btn-grey { background-color: #aaaaaa; } -.btn span.glyphicon-ok { +.btn span.glyphicon-check { display: none; } -.btn.active span.glyphicon-ok { +.btn.active span.glyphicon-check { display: inline; } -.btn span.glyphicon-remove { +.btn span.glyphicon-unchecked { display: inline; } -.btn.active span.glyphicon-remove { +.btn.active span.glyphicon-unchecked { display: none; } diff --git a/nyaa/templates/edit.html b/nyaa/templates/edit.html index 47f6df6..93b3b0a 100755 --- a/nyaa/templates/edit.html +++ b/nyaa/templates/edit.html @@ -35,34 +35,34 @@ {% if torrent.uploader_id %} {% endif %} {% if g.user.is_trusted %} {% endif %} @@ -72,8 +72,8 @@ {% if g.user.is_moderator %} {% endif %} diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 15ca4d2..cbbf136 100755 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -27,7 +27,7 @@ - + diff --git a/nyaa/templates/upload.html b/nyaa/templates/upload.html index aa8aeee..faf01d9 100755 --- a/nyaa/templates/upload.html +++ b/nyaa/templates/upload.html @@ -43,33 +43,33 @@ {% if g.user.is_trusted %} {% endif %}