- 'New User' button text was wrapping onto two lines

This commit is contained in:
denise 2012-08-01 15:30:35 -04:00
parent 40ebeb7fb4
commit bcab41cb86
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<div class="button-holder"> <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"> <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-icon ui-icon-plusthick"></span>
<span class="ui-button-text">New User</span> <span class="ui-button-text">New&nbsp;User</span>
</button> </button>
</div> </div>
@ -15,9 +15,9 @@
<tr> <tr>
<th>id</th> <th>id</th>
<th>Username</th> <th>Username</th>
<th>First Name</th> <th>First&nbsp;Name</th>
<th>Last Name</th> <th>Last&nbsp;Name</th>
<th>User Type</th> <th>User&nbsp;Type</th>
<th>&nbsp;</th> <th>&nbsp;</th>
</tr> </tr>
</thead> </thead>