Client: ID column smaller
This commit is contained in:
parent
8889736127
commit
2149630437
3 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th class="table-column-id">ID</th>
|
||||
<th>Url</th>
|
||||
<th>Score</th>
|
||||
<th>Created Date</th>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Id</th>
|
||||
<th class="table-column-id">ID</th>
|
||||
<th>Username</th>
|
||||
<th class="text-right">Remove</th>
|
||||
</tr>
|
||||
|
|
|
@ -40,6 +40,10 @@ menu {
|
|||
}
|
||||
}
|
||||
|
||||
.table-column-id {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
||||
|
|
Loading…
Reference in a new issue