1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Corrected default news and xurl icon style

This commit is contained in:
Cameron
2014-01-30 04:17:11 -08:00
parent 4dde3652ad
commit 859c71d1a2
2 changed files with 6 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ $NEWS_TEMPLATE['default']['item'] = '
{NEWSBODY}
<hr>
<div class="options">
<span class="category ">{GLYPH=comments} {NEWSCOMMENTCOUNT} &nbsp; {EMAILICON} &nbsp; {PRINTICON} &nbsp; {PDFICON} &nbsp; {ADMINOPTIONS}</span>
<div class="btn-group">{NEWSCOMMENTLINK: glyph=comments&class=btn btn-default} &nbsp; {EMAILICON: class=btn btn-default} &nbsp; {PRINTICON: class=btn btn-default} &nbsp; {PDFICON} &nbsp; {ADMINOPTIONS: class=btn btn-default}</div>
</div>
';

View File

@@ -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 {