Skip to content
Snippets Groups Projects
Commit 138c66a2 authored by Tom Needham's avatar Tom Needham
Browse files

Improve styling of permission request page

parent 5933d439
No related merge requests found
.guest-container{ width:35%; margin: 2em auto 0 auto; }
#oauth-request button{ float: right; }
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* See the COPYING-README file. * See the COPYING-README file.
*/ */
?> ?>
<div id="oauth-request" class="guest-container">
<p><strong><?php echo $_['consumer']['name']; ?></strong> is requesting permission to read, write, modify and delete data from the following apps:</p> <p><strong><?php echo $_['consumer']['name']; ?></strong> is requesting permission to read, write, modify and delete data from the following apps:</p>
<ul> <ul>
<?php <?php
...@@ -15,5 +15,6 @@ ...@@ -15,5 +15,6 @@
} }
?> ?>
</ul> </ul>
<button>Disallow</button>
<button>Allow</button> <button>Allow</button>
<button>Disallow</button>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment