Flatten datatable headers and restyled Manage Users screen

This commit is contained in:
Albert Santoni 2015-08-12 10:53:14 -04:00
parent c9f9bed2d6
commit f63ce23c9f
6 changed files with 69 additions and 49 deletions

View file

@ -5,7 +5,7 @@
<div id="users_wrapper" class="dataTables_wrapper">
<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-button-text-icon-primary btn">
<span class="ui-icon ui-icon-plusthick"></span>
<span class="ui-button-text"><?php echo _("New User")?></span>
</button>