From 1cc1a6002307c0c04b96ea6eed011ec85c1bbcab Mon Sep 17 00:00:00 2001 From: Andy Graulund Date: Tue, 2 Jul 2013 20:15:28 +0200 Subject: [PATCH] Authorization prettification --- setup.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setup.php b/setup.php index 44614dab..c11d04c4 100644 --- a/setup.php +++ b/setup.php @@ -563,8 +563,12 @@ function configSetting($cf, $setting, $value){ margin: 0 0 .5em; } - .authorized { - color: #090; + #content strong.authorized { + color: #fff; + background-color: #0c0; + padding: 2px 8px; + border-radius: 3px; + margin-left: 1px; } @@ -629,7 +633,7 @@ function configSetting($cf, $setting, $value){ if (!isset($_SESSION['access_token'])) { echo ''; } else { - echo 'Authorized'; + echo 'Authorized ✔'; }?>
Authorize Tweetnest to access your twitter account.