Skip to content

Commit

Permalink
setting text #163
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Mar 21, 2016
1 parent b8d977c commit 370d5da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/initial-setup.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/css/initial-setup/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,8 @@ p.a0-message {
}

p.a0-message.manage {
margin-bottom: 50px;
margin-bottom: 30px;
margin-top: 30px;
}

.nav-tabs {
Expand Down
9 changes: 5 additions & 4 deletions templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

<div class="container-fluid">

<p class="row a0-message a0-warning manage">
For your Auth0 dashboard with more settings click <a href="https://manage.auth0.com">here</a>.
</p>

<div class="row">
<h1><?php _e('Auth0 WordPress Plugin Settings', WPA0_LANG); ?></h1>

<p class="row a0-message a0-warning manage">
For your Auth0 dashboard with more settings click <a href="https://manage.auth0.com">here</a>.
</p>

<?php if( count(get_settings_errors()) == 0 && isset($_GET['settings-updated']) ) { ?>
<div id="message" class="updated">
<p><strong><?php _e('Settings saved.') ?></strong></p>
Expand Down

0 comments on commit 370d5da

Please sign in to comment.