1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

Фикс багов

This commit is contained in:
Denis Shakhov 2012-07-03 13:50:47 +07:00
parent 01ad0fb7cd
commit fe3ad4bb80
6 changed files with 20 additions and 8 deletions

View file

@ -139,6 +139,7 @@
{if $oUserCurrent and ($oUserCurrent->getId()==$oBlog->getOwnerId() or $oUserCurrent->isAdministrator() or $oBlog->getUserIsAdministrator() )}
<br /><br />
<ul class="actions">
<li>
<a href="{router page='blog'}edit/{$oBlog->getId()}/" title="{$aLang.blog_edit}" class="edit">{$aLang.blog_edit}</a></li>

View file

@ -31,7 +31,7 @@
{date_format date=$oTalk->getDateAdd() format="j F Y, H:i"}
</time>
</li>
<li class="topic-info-favourite"><a href="#" onclick="return ls.favourite.toggle({$oTalk->getId()},this,'talk');" class="favourite {if $oTalk->getIsFavourite()}active{/if}"></a></li>
<li class="topic-info-favourite" onclick="return ls.favourite.toggle({$oTalk->getId()},$('#fav_topic_{$oTalk->getId()}'),'talk');"><i id="fav_topic_{$oTalk->getId()}" class="favourite {if $oTalk->getIsFavourite()}active{/if}"></i></li>
<li class="delete"><a href="{router page='talk'}delete/{$oTalk->getId()}/?security_ls_key={$LIVESTREET_SECURITY_KEY}" onclick="return confirm('{$aLang.talk_inbox_delete_confirm}');" class="delete">{$aLang.delete}</a></li>
</ul>
</footer>

View file

@ -29,8 +29,7 @@
<ul class="comment-info">
<li class="comment-author">
{*{if $iAuthorId == $oUser->getId()}<span class="comment-topic-author" title="{if $sAuthorNotice}{$sAuthorNotice}{/if}">{$aLang.comment_target_author}</span>{/if}*}
<li class="comment-author {if $iAuthorId == $oUser->getId()}comment-topic-author{/if}" title="{if $sAuthorNotice}{$sAuthorNotice}{/if}">
<a href="{$oUser->getUserWebPath()}">{$oUser->getLogin()}</a>
</li>
<li class="comment-date">

View file

@ -54,9 +54,9 @@
.comment.comment-self .comment-content { background: #fefef1; border-color: #e6e6bd; }
.comment.comment-self .comment-content:after { border-color: #e6e6bd transparent transparent; }
.comment.comment-self .comment-content:before { border-color: #fefef1 transparent transparent; }
.comment.comment-new .comment-content { background: #e4fbf1; border-color: #d0e8dd; }
.comment.comment-new .comment-content:after { border-color: #d0e8dd transparent transparent; }
.comment.comment-new .comment-content:before { border-color: #e4fbf1 transparent transparent; }
.comment.comment-new .comment-content { background: #fff; border-color: #dddb5c; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
.comment.comment-new .comment-content:after { border-color: #dddb5c transparent transparent; }
.comment.comment-new .comment-content:before { border-color: #fff transparent transparent; }
.comment.comment-current .comment-content { background: #cdf5a6; border-color: #bae48e; }
.comment.comment-current .comment-content:after { border-color: #bae48e transparent transparent; }
.comment.comment-current .comment-content:before { border-color: #cdf5a6 transparent transparent; }
@ -73,7 +73,18 @@
.comment .comment-info li a.link-dotted { color: #727a90; text-decoration: none; border-bottom: 1px dotted #727a90; }
.comment .comment-info li a.link-dotted:hover { color: #f00; border-color: #f00; }
.comment .comment-info li.comment-author a { font-weight: bold; color: #727fa0; }
.comment .comment-info li.comment-author .comment-topic-author { background: #C9A518; color: #fff; font-size: 11px; border-radius: 3px; padding: 1px 7px; margin-right: 5px; }
.comment .comment-info li.comment-author.comment-topic-author a { color: #4b5468; }
.comment .comment-info li.comment-author.comment-topic-author {
background: rgb(254,255,163);
background: -moz-linear-gradient(left, rgba(254,255,163,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,255,163,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(254,255,163,1) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(254,255,163,1) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(254,255,163,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(254,255,163,1) 0%,rgba(255,255,255,1) 100%);
padding-left: 7px;
}
.comment .comment-info li.comment-date { color: #818189; }
.comment .comment-info li.comment-favourite { position: relative; top: 1px; }
.comment .comment-info li.comment-link { position: relative; top: 1px; }

View file

@ -60,7 +60,7 @@
.topic .topic-footer .topic-info li.topic-info-comments a { color: #727fa0; text-decoration: underline; float: left; }
.topic .topic-footer .topic-info li.topic-info-comments a:hover { color: #f00; }
.topic .topic-footer .topic-info li.topic-info-comments a.new { color: #000; }
.topic .topic-footer .topic-info li.topic-info-comments span { color: #27a736; }
.topic .topic-footer .topic-info li.topic-info-comments span { color: #27a736; margin-left: 5px; }
.topic .topic-footer .topic-info li.topic-info-comments i { float: left; margin-right: 7px; }
.topic .topic-footer .topic-info li.topic-info-favourite { padding: 6px; color: #828a93; border-radius: 4px; cursor: pointer; }
@ -150,6 +150,7 @@
.topic.topic-type-talk .talk-recipients { padding: 15px; background: #f8fbfe; margin-bottom: 0; border-radius: 0; }
.topic.topic-type-talk .talk-recipients-header { font-size: 11px; min-height: 0; }
.topic.topic-type-talk .talk-recipients-content h3 { font-size: 16px; font-weight: normal; margin-bottom: 10px; }
.topic.topic-type-talk .topic-footer .topic-info li.topic-info-favourite i { margin-right: 0; }
/* Topic Link */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB