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:
@@ -96,7 +96,7 @@ $NEWS_TEMPLATE['default']['item'] = '
|
||||
{NEWSBODY}
|
||||
<hr>
|
||||
<div class="options">
|
||||
<span class="category ">{GLYPH=comments} {NEWSCOMMENTCOUNT} {EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS}</span>
|
||||
<div class="btn-group">{NEWSCOMMENTLINK: glyph=comments&class=btn btn-default} {EMAILICON: class=btn btn-default} {PRINTICON: class=btn btn-default} {PDFICON} {ADMINOPTIONS: class=btn btn-default}</div>
|
||||
</div>
|
||||
|
||||
';
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user