Fix padding on warning in the application page

This commit is contained in:
Joseph Schorr 2015-04-27 14:25:44 -04:00
parent 7ad06d2e5d
commit 62f8d23a91

View file

@ -14,7 +14,7 @@
</span> </span>
</div> </div>
<div class="row" style="margin-top: 10px" ng-if="!application.redirect_uri"> <div class="row" style="padding: 14px; padding-top: 0px; padding-bottom: 0px;" ng-if="!application.redirect_uri">
<div class="co-alert co-alert-warning"> <div class="co-alert co-alert-warning">
Warning: There is no OAuth Redirect setup for this application. Please enter it in the <strong>Settings</strong> tab. Warning: There is no OAuth Redirect setup for this application. Please enter it in the <strong>Settings</strong> tab.
</div> </div>