rename overview to tableOverview

to not clash with an overview class in #manage
This commit is contained in:
Felix Niklas 2014-10-30 13:45:42 +01:00
parent 0cedb796fb
commit 4bee953cf2
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<div class="fit vertical">
<div class="overview flex scrollable">
<div class="tableOverview flex scrollable">
<div class="horizontal">
<div class="page-header-title">
<h1><%- @T( @overview.name ) %> <% if @edit: %><small><a href="#" data-type="settings" class="glyphicon glyphicon-edit"></a></small><% end %></h1>

View file

@ -1489,7 +1489,7 @@ footer {
border-color: #eee;
}
.overview {
.tableOverview {
padding: 10px 20px;
}