Bootstrap4 :: Issues fixed

This commit is contained in:
Sakthi002
2021-01-25 10:12:08 +05:30
committed by Manish Verma
parent 3f302c3a57
commit f4cf0fe23b
5 changed files with 6 additions and 4 deletions

View File

@@ -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">

View File

@@ -41,6 +41,8 @@ class="nav-link active"
.tooltip1:hover .tooltiptext {
visibility: visible;
}
.dataTables_wrapper table { display:block !important; }
</style>
@stop
<!-- header -->

View File

@@ -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>