Bootstrap4 :: Issues fixed
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
@if (!$breadcrumb->last)
|
@if (!$breadcrumb->last)
|
||||||
<li class="breadcrumb-item"><a href="{{ $breadcrumb->url }}">{{ $breadcrumb->title }}</a></li>
|
<li class="breadcrumb-item"><a href="{{ $breadcrumb->url }}">{{ $breadcrumb->title }}</a></li>
|
||||||
@else
|
@else
|
||||||
<li class="breadcrumb-item active">{{ $breadcrumb->title }}</li>
|
<li class="breadcrumb-item active">{{ str_replace(" ", "", $breadcrumb->title) }}</li>
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
</ol>
|
</ol>
|
||||||
|
@@ -245,7 +245,7 @@ if ($thread->title != "") {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hide2" class="row">
|
<div id="hide2" class="row" style="width: 100%;">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<div id="refresh">
|
<div id="refresh">
|
||||||
|
@@ -41,6 +41,8 @@ class="nav-link active"
|
|||||||
.tooltip1:hover .tooltiptext {
|
.tooltip1:hover .tooltiptext {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dataTables_wrapper table { display:block !important; }
|
||||||
</style>
|
</style>
|
||||||
@stop
|
@stop
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
|
@@ -298,7 +298,7 @@
|
|||||||
<input type="text" name="s" class="search-field form-control input-lg" title="Enter search term" placeholder="{!! Lang::get('lang.have_a_question?_type_your_search_term_here') !!}" required/>
|
<input type="text" name="s" class="search-field form-control input-lg" title="Enter search term" placeholder="{!! Lang::get('lang.have_a_question?_type_your_search_term_here') !!}" required/>
|
||||||
</div>
|
</div>
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
<button type="submit" class="btn btn-custom btn-md" style="margin-left: 8px;">{!! Lang::get('lang.search') !!}</button>
|
<button type="submit" class="btn btn-custom btn-md" style="margin-left: 2px;">{!! Lang::get('lang.search') !!}</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<table id="{!! $id !!}" class="{!! $class !!}" style="width:100%;display:block !important;">
|
<table id="{!! $id !!}" class="{!! $class !!}" style="width:100%;display:table;">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@for ($i = 0; $i < count($columns); $i++)
|
@for ($i = 0; $i < count($columns); $i++)
|
||||||
<col class="con{!! $i !!}" />
|
<col class="con{!! $i !!}" />
|
||||||
|
Reference in New Issue
Block a user