Rework all section headers to deal with mobile wrapping
This commit is contained in:
@@ -401,11 +401,7 @@
|
||||
|
||||
<div class="content content-large">
|
||||
|
||||
<div class="text-left">
|
||||
<h1>
|
||||
{{ 'main.navbar.users' | tr }}
|
||||
</h1>
|
||||
</div>
|
||||
<h1 class="section-header">{{ 'main.navbar.users' | tr }}</h1>
|
||||
|
||||
<div>
|
||||
<div class="users-toolbar">
|
||||
@@ -483,16 +479,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div class="text-left">
|
||||
<h3 style="margin-bottom: 15px;">
|
||||
{{ 'users.groups.title' | tr }}
|
||||
<button class="btn btn-primary btn-outline pull-right" ng-click="groupAdd.show()">
|
||||
<i class="fa fa-plus"></i> {{ 'users.groups.newGroupAction' | tr }}
|
||||
</button>
|
||||
</h3>
|
||||
</div>
|
||||
<h3 class="section-header">
|
||||
{{ 'users.groups.title' | tr }}
|
||||
<button class="btn btn-primary btn-outline" ng-click="groupAdd.show()"><i class="fa fa-plus"></i> {{ 'users.groups.newGroupAction' | tr }}</button>
|
||||
</h3>
|
||||
|
||||
<div class="card card-large">
|
||||
<div class="grid-item-top">
|
||||
|
||||
Reference in New Issue
Block a user