From: Jan Schneider Date: Thu, 12 Aug 2010 17:41:55 +0000 (+0200) Subject: Tweak style. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=79c350be465a19b7da7d097866c3ccb6d869e536;p=horde.git Tweak style. --- diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index cdcb7115c..90e23b2e2 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -159,7 +159,7 @@ EOT; $latestStatus = htmlspecialchars($this->_profile->status->text, ENT_COMPAT, $GLOBALS['registry']->getCharset()); /* Build the UI */ - $html = '
' + $html = '
' . '
' . '' . _("Tweet") . '140 ' . Horde::img('loading.gif', '', array('id' => $instance . '_loading', 'style' => 'display:none;')); @@ -167,7 +167,7 @@ EOT; $html .= '
'; $filter = $GLOBALS['injector']->getInstance('Horde_Text_Filter')->getFilter('Text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO)); $html .= '
'; - $html .= ''; + $html .= '
'; $html .= '
'; return $html; diff --git a/horde/themes/screen.css b/horde/themes/screen.css index 6fba38003..7b6b7c045 100644 --- a/horde/themes/screen.css +++ b/horde/themes/screen.css @@ -1208,7 +1208,6 @@ div.GrowlerNoticeExit:hover { } .fbgetmore { text-align: center; - font-style: italic; } .fbcurrent { font-style: italic;