Commit 7acc6a70 by Kálmán Viktor

dashboard: fix dashboard file

parent 1a9d84cd
...@@ -752,12 +752,15 @@ textarea[name="new_members"] { ...@@ -752,12 +752,15 @@ textarea[name="new_members"] {
margin-top: 8px; margin-top: 8px;
} }
#dashboard-files-toplist div.list-group-item { #dashboard-files-toplist {
color: #555; div.list-group-item {
} color: #555;
height: 41px;
#dashboard-files-toplist div.list-group-item:hover {
background: #eee; &:hover {
background: #eee;
}
}
} }
.store-list-item-name { .store-list-item-name {
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
<div class="list-group-item list-group-footer no-hover"> <div class="list-group-item list-group-footer">
<div class="text-right"> <div class="text-right">
<form class="pull-left" method="POST" action="{% url "dashboard.views.store-refresh-toplist" %}"> <form class="pull-left" method="POST" action="{% url "dashboard.views.store-refresh-toplist" %}">
{% csrf_token %} {% csrf_token %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment