Mobile layout fixes for authorized apps and external logins

This commit is contained in:
Joseph Schorr 2015-04-19 15:11:58 -04:00
parent 32635cc641
commit 443cea28df
2 changed files with 5 additions and 9 deletions

View file

@ -1,9 +1,7 @@
<div class="authorized-apps-manager-element">
<div class="manager-header">
<h3>Authorized Applications</h3>
</div>
<div class="manager-header" header-title="Authorized Applications"></div>
<div class="manager-header section-description-header">
<div class="section-description-header">
The authorized applications panel lists applications you have authorized to view information and perform actions on your behalf. You can revoke any of your authorizations here by clicking the gear icon and clicking "Revoke Authorization".
</div>
@ -14,7 +12,7 @@
<div class="empty-primary-msg">You have not authorized any external applications.</div>
</div>
<table class="co-table" ng-if="authorizedApps.length">
<table class="cor-table" ng-if="authorizedApps.length">
<thead>
<td>Application Name</td>
<td>Authorized Permissions</td>