Bootstrap4 :: Issues fixed
This commit is contained in:
@@ -245,7 +245,7 @@ if ($thread->title != "") {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="hide2" class="row">
|
||||
<div id="hide2" class="row" style="width: 100%;">
|
||||
<div class="col-md-6">
|
||||
<table class="table table-hover">
|
||||
<div id="refresh">
|
||||
|
||||
@@ -41,6 +41,8 @@ class="nav-link active"
|
||||
.tooltip1:hover .tooltiptext {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.dataTables_wrapper table { display:block !important; }
|
||||
</style>
|
||||
@stop
|
||||
<!-- 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/>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user