From 859c71d1a2c8c52a75cf54b1f43bd3e9111a2e79 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 30 Jan 2014 04:17:11 -0800 Subject: [PATCH] Corrected default news and xurl icon style --- e107_plugins/news/templates/news_template.php | 2 +- e107_themes/bootstrap3/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/e107_plugins/news/templates/news_template.php b/e107_plugins/news/templates/news_template.php index ee6fcd270..7302b06d8 100644 --- a/e107_plugins/news/templates/news_template.php +++ b/e107_plugins/news/templates/news_template.php @@ -96,7 +96,7 @@ $NEWS_TEMPLATE['default']['item'] = ' {NEWSBODY}
- {GLYPH=comments} {NEWSCOMMENTCOUNT}   {EMAILICON}   {PRINTICON}   {PDFICON}   {ADMINOPTIONS} +
{NEWSCOMMENTLINK: glyph=comments&class=btn btn-default}   {EMAILICON: class=btn btn-default}   {PRINTICON: class=btn btn-default}   {PDFICON}   {ADMINOPTIONS: class=btn btn-default}
'; diff --git a/e107_themes/bootstrap3/style.css b/e107_themes/bootstrap3/style.css index 308bd8ea6..7a15abacd 100644 --- a/e107_themes/bootstrap3/style.css +++ b/e107_themes/bootstrap3/style.css @@ -99,6 +99,11 @@ img.featurebox { border-radius: 5px } color: inherit; text-decoration: none; opacity: .7; + padding-left:15px; + transition: opacity .5s ease-out; + -moz-transition: opacity .5s ease-out; + -webkit-transition: opacity .5s ease-out; + -o-transition: opacity .5s ease-out; } .xurl-social-icons a:hover {