rename overview to tableOverview
to not clash with an overview class in #manage
This commit is contained in:
parent
0cedb796fb
commit
4bee953cf2
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -1489,7 +1489,7 @@ footer {
|
|||
border-color: #eee;
|
||||
}
|
||||
|
||||
.overview {
|
||||
.tableOverview {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue