Updated admin tab layout to match the width with other tabs

This commit is contained in:
Robin Naundorf 2016-04-26 09:36:23 +02:00
parent fe0dfb4207
commit fde71eaa20
No known key found for this signature in database
GPG Key ID: 9BEE35DB1407478E

View File

@ -42,7 +42,7 @@
<tr>
<th width="35%">{{i18n .Lang "project_name"}}</th>
<th width="45%">{{i18n .Lang "creation_time"}}</th>
<th width="20%">{{i18n .Lang "publicity"}}</th>
<th width="20%">{{i18n .Lang "publicity"}}</th>
</tr>
</thead>
<tbody>
@ -65,9 +65,9 @@
<table id="tblUser" class="table table-hover">
<thead>
<tr>
<th>{{i18n .Lang "username"}}</th>
<th>{{i18n .Lang "email"}}</th>
<th>{{i18n .Lang "system_admin"}}</th>
<th width="35%">{{i18n .Lang "username"}}</th>
<th width="45%">{{i18n .Lang "email"}}</th>
<th width="20%">{{i18n .Lang "system_admin"}}</th>
<th></th>
</tr>
</thead>