ajout style
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="buttons-container" style="float: left; width: 20%">
|
||||
<button id="projets" >
|
||||
<button class="btn btn-primary" id="projets" >
|
||||
<span> Home </span>
|
||||
</button>
|
||||
</div>
|
||||
@@ -48,20 +48,20 @@
|
||||
<div class="col-md-6">
|
||||
<div id="content1" class="hiddenTable">
|
||||
<table
|
||||
class="table table-striped scrollable sticky-header"
|
||||
class="table table-striped scrollable sticky-header .thead-dark"
|
||||
id="table-image"
|
||||
>
|
||||
<thead>
|
||||
<thead >
|
||||
<tr>
|
||||
<th>
|
||||
<button id="toggle-view">
|
||||
<button class="btn btn-primary" id="toggle-view">
|
||||
See all images
|
||||
</button>
|
||||
</th>
|
||||
<th><button>
|
||||
<th><button class="btn btn-primary">
|
||||
sort images
|
||||
</button></th>
|
||||
<th><button>
|
||||
<th><button class="btn btn-primary">
|
||||
export images
|
||||
</button></th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user