From 56a647c9f01f66e97560fad249d81693cbb4fd83 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 2 Jul 2010 20:42:31 -0400 Subject: [PATCH] further tweak style --- horde/lib/Block/fb_stream.php | 2 +- horde/services/twitter.php | 4 ++-- horde/themes/facebook.css | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/horde/lib/Block/fb_stream.php b/horde/lib/Block/fb_stream.php index 6efb094be..d26c51834 100644 --- a/horde/lib/Block/fb_stream.php +++ b/horde/lib/Block/fb_stream.php @@ -216,7 +216,7 @@ EOF; . ' ' . _("Event Invites:") . ' ' . count($notifications['event_invites']) . ''; } - $html .= '
' . $status['status']['message'] . '
'; + $html .= '
' . $status['status']['message'] . '
'; try { //TODO: We could probably cache this perm somehow - maybe in the session? if ($facebook->users->hasAppPermission(Horde_Service_Facebook_Auth::EXTEND_PERMS_PUBLISHSTREAM)) { diff --git a/horde/services/twitter.php b/horde/services/twitter.php index e7b9dd356..a0010f479 100644 --- a/horde/services/twitter.php +++ b/horde/services/twitter.php @@ -178,10 +178,10 @@ if (empty($profile)) { echo sprintf(_("Login to Twitter and authorize the %s application:"), $registry->get('name')) . $link . 'Twitter'; } else { /* We know we have a good Twitter token here, so check for any actions... */ - echo '
'; + echo '
'; echo '' . htmlspecialchars($profile->screen_name) . ''; echo '
' . htmlspecialchars($profile->name) . '
' . htmlspecialchars($profile->location) . '
'; echo '
 
'; - echo '
' . sprintf(_("%s can interact with your Twitter account."), $registry->get('name')); + echo '
' . sprintf(_("%s can interact with your Twitter account."), $registry->get('name')); echo '
'; } diff --git a/horde/themes/facebook.css b/horde/themes/facebook.css index a551cda61..fe46ab628 100644 --- a/horde/themes/facebook.css +++ b/horde/themes/facebook.css @@ -28,6 +28,10 @@ { text-decoration: underline; } +.fbboxfont { + font-size: 13px; + font-weight: bold; +} /* Facebook Box Styles */ .fbgreybox { @@ -35,8 +39,6 @@ border: 1px solid #cccccc; color: #333333; padding: 10px; - font-size: 13px; - font-weight: bold; } .fbbluebox { @@ -44,8 +46,6 @@ border: 1px solid #d4dae8; color: #333333; padding: 10px; - font-size: 13px; - font-weight: bold; } .fbinfobox { -- 2.11.0