Skip to content

Commit

Permalink
Small UI Changes (#4404)
Browse files Browse the repository at this point in the history
* Small ui change to settings nav

* Remove min-height

Removed min-height from Assets by Status

* Add min-height to box-body
  • Loading branch information
madd15 authored and snipe committed Nov 8, 2017
1 parent 9097681 commit 59c9c22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class="table table-striped snipe-table"
</div> <!--/row-->
<div class="row">
<div class="col-md-6">
<div class="box box-default" style="min-height: 400px;">
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title">{{ trans('general.assets') }} by Status</h3>
<div class="box-tools pull-right">
Expand All @@ -187,7 +187,7 @@ class="table table-striped snipe-table"
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="box-body" style="min-height: 400px;">
<div class="row">
<div class="col-md-12">
<div class="chart-responsive">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
@endcan

@can('backend.interact')
<li>
<li class="treeview">
<a href="#">
<i class="fa fa-gear"></i>
<span>{{ trans('general.settings') }}</span>
Expand Down

0 comments on commit 59c9c22

Please sign in to comment.