mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Corrected default news and xurl icon style
This commit is contained in:
@@ -96,7 +96,7 @@ $NEWS_TEMPLATE['default']['item'] = '
|
|||||||
{NEWSBODY}
|
{NEWSBODY}
|
||||||
<hr>
|
<hr>
|
||||||
<div class="options">
|
<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>
|
</div>
|
||||||
|
|
||||||
';
|
';
|
||||||
|
@@ -99,6 +99,11 @@ img.featurebox { border-radius: 5px }
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
opacity: .7;
|
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 {
|
.xurl-social-icons a:hover {
|
||||||
|
Reference in New Issue
Block a user