From 8568c0cf9b2f914f4854b5da501f7beed7147229 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 24 Feb 2011 17:13:03 -0800 Subject: clear floats on oauth inputs (wide screens looked messy) --- addon/statusnet/statusnet.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'addon/statusnet/statusnet.php') diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php index 545518622..1deb030c1 100644 --- a/addon/statusnet/statusnet.php +++ b/addon/statusnet/statusnet.php @@ -152,12 +152,14 @@ function statusnet_settings(&$a,&$s) { $s .= '

'. t('No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation.') .'

'; $s .= '
'; $s .= ''; - $s .= '
'; + $s .= ''; + $s .= '
'; $s .= ''; - $s .= '
'; + $s .= ''; + $s .= '
'; $s .= ''; - $s .= '
'; - $s .= '
'; + $s .= ''; + $s .= '
'; $s .= '
'; } else { /*** -- cgit v1.2.3