- 'New User' button text was wrapping onto two lines
This commit is contained in:
parent
40ebeb7fb4
commit
bcab41cb86
|
@ -6,7 +6,7 @@
|
|||
<div class="button-holder">
|
||||
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary">
|
||||
<span class="ui-icon ui-icon-plusthick"></span>
|
||||
<span class="ui-button-text">New User</span>
|
||||
<span class="ui-button-text">New User</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -15,9 +15,9 @@
|
|||
<tr>
|
||||
<th>id</th>
|
||||
<th>Username</th>
|
||||
<th>First Name</th>
|
||||
<th>Last Name</th>
|
||||
<th>User Type</th>
|
||||
<th>First Name</th>
|
||||
<th>Last Name</th>
|
||||
<th>User Type</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in New Issue