Skip to content

Commit dfdea51

Browse files
author
hallshouse
committed
Updated corrections to Username and
1 parent 8024f9a commit dfdea51

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<td>{{ $client->authority['name'] }}</td>
22
<td>{{ $client->api['basic_key'] }}</td>
33
<td>{{ $client->api['basic_secret'] }}</td>
4-
<td class="ico_col">
4+
<td class="text-center">
55
<a
66
href="{{ URL() }}/lrs/{{ $lrs->_id }}/client/{{ $client->_id }}/edit"
77
class="btn btn-info btn-sm"
@@ -10,4 +10,4 @@ class="btn btn-info btn-sm"
1010
<i class="icon-pencil"></i>
1111
</a>
1212
</td>
13-
<td class="ico_col">@include('partials.client.forms.delete')</td>
13+
<td class="text-center">@include('partials.client.forms.delete')</td>

app/views/partials/client/manage.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<th>{{trans('site.name')}}</th>
3030
<th>{{trans('site.username')}}</th>
3131
<th>{{trans('site.password')}}</th>
32-
<th class="ico_col">{{trans('site.edit')}}</th>
33-
<th class="ico_col">{{trans('site.delete')}}</th>
32+
<th class="text-center">{{trans('site.edit')}}</th>
33+
<th class="text-center">{{trans('site.delete')}}</th>
3434
<tr>
3535
</thead>
3636
<tbody>

public/assets/css/app.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ table.break-words td, table.break-words th {
215215
word-wrap: break-word;
216216
}
217217

218-
.ico_col {
219-
text-align: center;
220-
}
221-
222218
/* Bootstrap extensions (note: looks like we're not using LESS?)
223219
--------------------------------------------------------------*/
224220
@media(max-width: 480px){

0 commit comments

Comments
 (0)