1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Фикс багов в шаблоне

This commit is contained in:
Denis Shakhov 2012-05-21 10:22:47 +07:00
parent 61979852e8
commit e9b855881f
24 changed files with 278 additions and 43 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -0,0 +1,27 @@
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp a { background: url(images/icons.png) no-repeat; }
.markItUp .editor-h4 a { background-position: -11px -9px; }
.markItUp .editor-h5 a { background-position: -39px -9px; }
.markItUp .editor-h6 a { background-position: -65px -9px; }
.markItUp .editor-bold a { background-position: -107px -9px; }
.markItUp .editor-italic a { background-position: -134px -9px; }
.markItUp .editor-stroke a { background-position: -188px -9px; }
.markItUp .editor-underline a { background-position: -161px -9px; }
.markItUp .editor-quote a { background-position: -326px -9px; }
.markItUp .editor-code a { background-position: -353px -9px; }
.markItUp .editor-ul a { background-position: -257px -9px; }
.markItUp .editor-ol a { background-position: -230px -9px; }
.markItUp .editor-li a { background-position: -11px -9px; }
.markItUp .editor-picture a { background-position: -423px -9px; }
.markItUp .editor-image a { background-position: -423px -9px; }
.markItUp .editor-link a { background-position: -299px -9px; }
.markItUp .editor-clean a { background-position: -519px -9px; }
.markItUp .editor-preview a { background-position: -11px -9px; }
.markItUp .editor-cut a { background-position: -491px -9px; }
.markItUp .editor-video a { background-position: -450px -9px; }
.markItUp .editor-user a { background-position: -380px -9px; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

View file

@ -0,0 +1,140 @@
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http: //markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp a: link,
.markItUp a: visited { color: #000; text-decoration: none; }
.markItUp { margin-bottom: 5px; }
.markItUpContainer { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.markItUpEditor {
font: 12px "Courier New", Courier, monospace;
padding: 5px;
height: 200px;
line-height: 18px;
overflow: auto;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #dfe3e8;
}
.markItUpPreviewFrame {
overflow: auto;
background-color: #FFF;
border: 1px solid #eee;
padding: 10px;
height: 300px;
margin: 5px 0;
font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
.markItUpFooter { width: 100%; }
.markItUpResizeHandle {
overflow: hidden;
height: 8px;
background: url(images/handle.png) 50% 3px no-repeat;
cursor: n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader {
background: #fbfcfc;
background: -moz-linear-gradient(top, #fbfcfc 0%, #f0f2f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfcfc), color-stop(100%,#f0f2f5));
background: -webkit-linear-gradient(top, #fbfcfc 0%,#f0f2f5 100%);
background: -o-linear-gradient(top, #fbfcfc 0%,#f0f2f5 100%);
background: -ms-linear-gradient(top, #fbfcfc 0%,#f0f2f5 100%);
background: linear-gradient(top, #fbfcfc 0%,#f0f2f5 100%);
border-radius: 3px 3px 0 0;
padding: 7px 10px 5px;
border-top: 1px solid #dfe3e8;
border-left: 1px solid #dfe3e8;
border-right: 1px solid #dfe3e8;
}
.markItUpHeader ul {
overflow: visible;
zoom: 1;
display: inline-block;
*display: inline; /* ie <= 7 */
}
.markItUpHeader ul li { list-style: none; float: left; position: relative; margin-right: 10px; }
.markItUpHeader ul li: hover > ul{ display: block; }
.markItUpHeader ul .markItUpDropMenu {
background: transparent url(images/menu.png) no-repeat 115% 50%;
margin-right: 5px;
}
.markItUpHeader ul .markItUpDropMenu li {
margin-right: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
display: none;
position: absolute;
top: 16px; left: 0px;
background: #eee;
border: 1px solid #000;
}
.markItUpHeader ul ul li {
float: none;
border-bottom: 1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
background: #eee url(images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
margin: 0 10px 0 0;
width: 0;
height: 16px;
overflow: hidden;
border-left: 1px solid #dfe3e8;
border-right: 1px solid #fff;
}
.markItUpHeader ul ul .markItUpSeparator {
width: auto; height: 1px;
margin: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
position: absolute;
top: -1px; left: 150px;
}
.markItUpHeader ul ul ul li {
float: none;
}
.markItUpHeader ul a {
display: block;
width: 16px; height: 16px;
text-indent: -10000px;
background-repeat: no-repeat;
margin: 0px;
}
.markItUpHeader ul ul a {
display: block;
padding-left: 0px;
text-indent: 0;
width: 120px;
padding: 5px 5px 5px 25px;
background-position: 2px 50%;
color: #000;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.markItUpHeader ul ul a:hover {
background-color: #fff;
}
.markItUpPreviewFrame { }
.markItUpPreviewFrame p { margin-bottom: 18px; }
.markItUpPreviewFrame blockquote { background: #fafafa; padding: 10px 15px; color: #555; margin-bottom: 5px; clear: both; }
.markItUpPreviewFrame pre { background: #fafafa; border: 1px solid #dce6f0; margin-bottom: 10px; overflow: auto; padding: 5px 10px; }
.markItUpPreviewFrame ul { list-style-type: disc; margin-left: 17px; }
.markItUpPreviewFrame ol { list-style-type: decimal; margin-left: 22px; }
.markItUpPreviewFrame img[align="right"] { margin: 4px 0 5px 15px; }
.markItUpPreviewFrame img[align="left"] { margin: 4px 15px 10px 0; }

View file

@ -58,6 +58,8 @@
{elseif $oVote->getDirection() < 0}
voted-down
{/if}
{else}
not-voted
{/if}
{if ($oUserCurrent && $oUserOwner->getId() == $oUserCurrent->getId())}

View file

@ -19,6 +19,8 @@
{elseif $oVote->getDirection() < 0}
voted-down
{/if}
{else}
not-voted
{/if}
{if ($oUserCurrent && $oUserProfile->getId() == $oUserCurrent->getId()) || !$oUserCurrent}

View file

@ -17,7 +17,7 @@
<tr>
<th class="cell-checkbox"><input type="checkbox" name="" class="input-checkbox" onclick="ls.tools.checkAll('form_talks_checkbox', this, true);"></th>
<th class="cell-recipients">{$aLang.talk_inbox_target}</th>
<th class="cell-favourite"></th>
<th class="cell-favourite">&nbsp;</th>
<th class="cell-title">{$aLang.talk_inbox_title}</th>
<th class="cell-date ta-r">{$aLang.talk_inbox_date}</th>
</tr>

View file

@ -1,14 +1,14 @@
<table class="table table-blogs">
<table class="table table-blogs" cellspacing="0">
{if $bBlogsUseOrder}
<thead>
<tr>
<th class="cell-info"></th>
<th class="cell-info">&nbsp;</th>
<th class="cell-name cell-tab">
<div class="cell-tab-inner {if $sBlogOrder=='blog_title'}active{/if}"><a href="{$sBlogsRootPage}?order=blog_title&order_way={if $sBlogOrder=='blog_title'}{$sBlogOrderWayNext}{else}{$sBlogOrderWay}{/if}" {if $sBlogOrder=='blog_title'}class="{$sBlogOrderWay}"{/if}><span>{$aLang.blogs_title}</span></a></div>
</th>
{if $oUserCurrent}
<th class="cell-join"></th>
<th class="cell-join">&nbsp;</th>
{/if}
<th class="cell-readers cell-tab">
@ -22,11 +22,11 @@
{else}
<thead>
<tr>
<th class="cell-info"></th>
<th class="cell-info">&nbsp;</th>
<th class="cell-name"><div class="cell-tab">{$aLang.blogs_title}</div></th>
{if $oUserCurrent}
<th class="cell-join"></th>
<th class="cell-join">&nbsp;</th>
{/if}
<th class="cell-readers"><div class="cell-tab">{$aLang.blogs_readers}</div></th>

View file

@ -17,7 +17,7 @@
.block .max-height-200 { overflow: auto; max-height: 200px; _height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); position: relative; }
.block .nav.nav-pills { margin-bottom: 0; margin-top: 15px; }
.block .nav.nav-pills { margin-bottom: 0; padding-top: 15px; }
.block .nav.nav-pills a { text-decoration: none; border-bottom: 1px dotted #727a90; }
.block .nav.nav-pills li.active a { border: none; }
@ -48,7 +48,7 @@
.block.block-type-profile { background: none; border: none; padding: 0; }
.block.block-type-profile .profile-photo-wrapper { position: relative; min-height: 50px; }
.block.block-type-profile .profile-photo { vertical-align: top; max-width: 240px; }
.block.block-type-profile .status { position: absolute; top: 5px; left: 5px; padding: 0 5px; border-radius: 2px; font-size: 11px; }
.block.block-type-profile .status { position: absolute; top: 5px; left: 5px; padding: 0 5px; border-radius: 2px; font-size: 11px; line-height: 17px; }
.block.block-type-profile .status.status-online { background: #B7BC1C; color: #fff; }
.block.block-type-profile .status.status-offline { background: #333; color: #fff; opacity: .5; filter: alpha(opacity=50); }
.block.block-type-profile .upload-photo { padding: 10px 30px 15px 30px; background: #f8fbfe; font-size: 11px; }

View file

@ -42,9 +42,9 @@
}
.button:hover { text-decoration: none; background: #f0f2f5; }
.button:active {
-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .5) inset;
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5) inset;
box-shadow: 0 0 7px rgba(0, 0, 0, .5) inset;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3) inset;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3) inset;
box-shadow: 0 0 3px rgba(0, 0, 0, .3) inset;
}
.button.fl-r { *margin-right: 0; }
@ -89,7 +89,17 @@
color: #fff;
font-size: 11px;
}
.button.button-write:hover { background: #2abcfe; }
.button.button-write:hover {
background: #4ec4ff;
background: -moz-linear-gradient(top, #4ec4ff 0%, #22b3fe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ec4ff), color-stop(100%,#22b3fe));
background: -webkit-linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
background: -o-linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
background: -ms-linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
background: linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
box-shadow: 0 -1px 0 rgba(255, 255, 255, .5) inset;
}
/* Button Small */

View file

@ -4,7 +4,7 @@
/* Голосование
---------------------------------------------------- */
.vote-topic { height: 24px; border-radius: 15px; overflow: hidden; font-size: 11px; float: left; }
.vote-topic { height: 24px; border-radius: 15px; overflow: hidden; font-size: 11px; float: left; zoom: 1; }
.vote-topic .vote-item {
cursor: pointer;
overflow: hidden;
@ -24,30 +24,69 @@
.vote-topic .vote-item i { width: 16px; height: 16px; display: block; background: url(../images/icons-synio.png) no-repeat; }
.vote-topic .vote-item span { display: block; border-right: 1px solid #fff; border-top: 1px solid #fefefe; }
.vote-topic .vote-item.vote-up { border-radius: 0 15px 15px 0; }
.vote-topic .vote-item.vote-up i { background-position: -83px -23px; }
.vote-topic .vote-item.vote-up span { padding: 2px 7px 3px 4px; }
.vote-topic .vote-item.vote-up { border-radius: 0 15px 15px 0; }
.vote-topic .vote-item.vote-up i { background-position: -83px -23px; }
.vote-topic .vote-item.vote-up span { padding: 2px 7px 3px 4px; }
.vote-topic.not-voted .vote-item.vote-up:hover {
background: #e4fae2;
background: -moz-linear-gradient(top, #e4fae2 0%, #b0e3ac 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4fae2), color-stop(100%,#b0e3ac));
background: -webkit-linear-gradient(top, #e4fae2 0%,#b0e3ac 100%);
background: -o-linear-gradient(top, #e4fae2 0%,#b0e3ac 100%);
background: -ms-linear-gradient(top, #e4fae2 0%,#b0e3ac 100%);
background: linear-gradient(top, #e4fae2 0%,#b0e3ac 100%);
border-color: #e4fae2 #ccefca #afe3ab;
}
.vote-topic.not-voted .vote-item.vote-up:hover i { background-position: -83px -39px; }
.vote-topic.not-voted .vote-item.vote-up:hover span { border-color: transparent; }
.vote-topic .vote-item.vote-count { color: #628fa5; line-height: 23px; }
.vote-topic .vote-item.vote-count i { background-position: -99px -23px; margin-top: 1px; }
.vote-topic .vote-item.vote-count span { padding: 2px 4px 4px 5px; }
.vote-topic .vote-item.vote-count span { padding: 1px 4px 5px 5px; }
.vote-topic.not-voted .vote-item.vote-count:hover {
background: #4ec4ff;
background: -moz-linear-gradient(top, #4ec4ff 0%, #22b3fe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ec4ff), color-stop(100%,#22b3fe));
background: -webkit-linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
background: -o-linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
background: -ms-linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
background: linear-gradient(top, #4ec4ff 0%,#22b3fe 100%);
box-shadow: 0 -1px 0 rgba(255,255,255,.3) inset;
border-color: #27ace8;
}
.vote-topic.not-voted .vote-item.vote-count:hover i { background-position: -99px -87px; }
.vote-topic.not-voted .vote-item.vote-count:hover span { border-color: transparent; }
.vote-topic .vote-item.vote-down { border-radius: 15px 0 0 15px; }
.vote-topic .vote-item.vote-down i { background-position: -67px -23px; }
.vote-topic .vote-item.vote-down span { padding: 2px 4px 3px 7px; }
.vote-topic.not-voted .vote-item.vote-down:hover {
background: #ffc8c8;
background: -moz-linear-gradient(top, #ffc8c8 0%, #ff8181 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc8c8), color-stop(100%,#ff8181));
background: -webkit-linear-gradient(top, #ffc8c8 0%,#ff8181 100%);
background: -o-linear-gradient(top, #ffc8c8 0%,#ff8181 100%);
background: -ms-linear-gradient(top, #ffc8c8 0%,#ff8181 100%);
background: linear-gradient(top, #ffc8c8 0%,#ff8181 100%);
border-color: #ffc8c8 #fea8a8 #ff8181;
}
.vote-topic.not-voted .vote-item.vote-down:hover i { background-position: -67px -55px; }
.vote-topic.not-voted .vote-item.vote-down:hover span { border-color: transparent; }
.vote-topic.voted { box-shadow: 0 2px 3px rgba(0,0,0,.2) inset; }
.vote-topic.voted-down { padding: 0; }
.vote-topic.voted-down .vote-item { border: none; background: none; }
.vote-topic.voted-down .vote-item span { border: none; }
.vote-topic.voted-down .vote-item.vote-up { display: none; }
.vote-topic.voted-down .vote-item.vote-down { float: right; }
.vote-topic.voted-down .vote-item.vote-down span { padding: 4px 8px 3px 4px; }
.vote-topic.voted-down .vote-item.vote-down { display: none; }
.vote-topic.voted-down .vote-item.vote-up span { padding: 4px 8px 3px 4px; }
.vote-topic.voted-down .vote-item.vote-count { color: #da4242; }
.vote-topic.voted-down .vote-item.vote-count span { padding: 0 3px 0 10px !important; }
.vote-topic.vote-count-positive.voted-down .vote-item.vote-down i { background-position: -67px -39px; }
.vote-topic.vote-count-negative.voted-down .vote-item.vote-down i { background-position: -67px -55px; }
.vote-topic.vote-count-positive.voted-down .vote-item.vote-up i { background-position: -67px -39px; }
.vote-topic.vote-count-negative.voted-down .vote-item.vote-up i { background-position: -67px -55px; }
.vote-topic.voted-up { padding: 0; }
.vote-topic.voted-up .vote-item { border: none; background: none; }
@ -63,11 +102,13 @@
.vote-topic.voted-zero .vote-item { border: none; background: none; }
.vote-topic.voted-zero .vote-item span { border: none; }
.vote-topic.voted-zero .vote-item.vote-down { display: none; }
.vote-topic.voted-zero .vote-item.vote-up { float: right; }
.vote-topic.voted-zero .vote-item.vote-up i { width: 16px; background-position: -99px -23px; margin-top: 1px; }
.vote-topic.voted-zero .vote-item.vote-up { }
.vote-topic.voted-zero .vote-item.vote-up i { width: 16px; background-position: -99px -23px; }
.vote-topic.voted-zero .vote-item.vote-up span { padding: 4px 8px 3px 4px; }
.vote-topic.voted-zero .vote-item.vote-count { float: left; color: #5fa459; }
.vote-topic.voted-zero .vote-item.vote-count span { padding: 0 3px 0 10px !important; }
.vote-topic.vote-count-positive.voted-zero .vote-item.vote-up i { background-position: -99px -39px; }
.vote-topic.vote-count-negative.voted-zero .vote-item.vote-up i { background-position: -99px -55px; }
.vote-topic.vote-count-positive.vote-nobuttons,
.vote-topic.vote-count-positive .vote-item.vote-count { box-shadow: 0 2px 3px #acd7a7 inset; }
@ -146,7 +187,9 @@
.toolbar section i { display: block; width: 25px; height: 25px; }
/* Admin button */
.toolbar .toolbar-admin i { background: url(../images/icons-synio.png) -268px -23px no-repeat; }
.toolbar .toolbar-admin i { background: url(../images/icons-synio.png) -268px -23px no-repeat; }
.toolbar .toolbar-admin i:hover { background-position: -268px -48px; }
.toolbar .toolbar-admin i:active { background-position: -268px -73px; }
/* Update comments button */
.toolbar .toolbar-update { }
@ -157,14 +200,18 @@
/* Topic navigation */
.toolbar .toolbar-topic { width: 19px; padding: 11px; }
.toolbar .toolbar-topic a.toolbar-topic-prev i { display: block; width: 19px; height: 32px; background: url(../images/icons-synio.png) -230px -23px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:hover { background-position: -249px -23px; }
.toolbar .toolbar-topic a.toolbar-topic-next i { display: block; width: 19px; height: 32px; background: url(../images/icons-synio.png) -230px -55px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-next i:hover { background-position: -249px -55px; }
.toolbar .toolbar-topic a.toolbar-topic-prev i { display: block; width: 19px; height: 32px; background: url(../images/icons-synio.png) -211px -23px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:hover { background-position: -230px -23px; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:active { background-position: -249px -23px; }
.toolbar .toolbar-topic a.toolbar-topic-next i { display: block; width: 19px; height: 32px; background: url(../images/icons-synio.png) -211px -55px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-next i:hover { background-position: -230px -55px; }
.toolbar .toolbar-topic a.toolbar-topic-next i:active { background-position: -249px -55px; }
/* Scroll up */
.toolbar .toolbar-scrollup { display: none; }
.toolbar .toolbar-scrollup i { background: url(../images/icons-synio.png) -293px -23px no-repeat; }
.toolbar .toolbar-scrollup { display: none; }
.toolbar .toolbar-scrollup i { background: url(../images/icons-synio.png) -293px -23px no-repeat; }
.toolbar .toolbar-scrollup i:hover { background-position: -294px -48px; }
.toolbar .toolbar-scrollup i:active { background-position: -294px -73px; }
@ -205,10 +252,12 @@
.search-tags { margin-bottom: 15px; }
.search-form-wrapper { background: #f9fbfb; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
.search-input-wrapper { position: relative; }
.search-input-wrapper .input-submit { position: absolute; top: 6px; right: 5px; width: 16px; height: 16px; border: none; background: url(../images/icons-synio.png) -115px -55px no-repeat; }
.search-input-wrapper .input-text { padding-right: 25px; }
.search-form-wrapper { background: #f9fbfb; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
.search-input-wrapper { position: relative; }
.search-input-wrapper .input-submit { position: absolute; top: 3px; right: 3px; width: 22px; height: 22px; border: none; background: url(../images/icons-synio.png) -319px -24px no-repeat; }
.search-input-wrapper .input-submit:hover { background-position: -341px -24px; }
.search-input-wrapper .input-submit:active { background-position: -363px -24px; }
.search-input-wrapper .input-text { padding-right: 25px; }

View file

@ -70,6 +70,9 @@
.nav-menu-wrapper { margin-bottom: 40px; position: relative; }
.oldie .nav.nav-menu { border-color: #dfe3e8; border-right: none; }
.oldie .nav.nav-menu li { border-right: 1px solid #dfe3e8; }
/* Userbar */
#userbar {

View file

@ -20,7 +20,7 @@
.table a.desc:after { content: " ↓"; }
.table .cell-tab { padding: 0; }
.table .cell-tab .cell-tab-inner { position: relative; top: 1px; float: left; border: 1px solid #fff; border-radius: 3px 3px 0 0; border-bottom: none; }
.table .cell-tab .cell-tab-inner { position: relative; top: 1px; float: left; border: 1px solid transparent; border-radius: 3px 3px 0 0; border-bottom: none; }
.table .cell-tab .cell-tab-inner.active { background: #fff; border-color: #c3d4dc; }
/* Table Blogs */

View file

@ -62,7 +62,7 @@
background: linear-gradient(top, #fffffa 0%,#fefef1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffa', endColorstr='#fefef1',GradientType=0 );
}
.wall-more-reply:hover { color: #898953; }
.wall-more-reply:hover { color: #898953; }
.wall-more.loader { background: #F4F4D9 url(../images/loader.gif) 50% 50% no-repeat; }
.wall-more.loader .wall-more-inner { visibility: hidden; }

View file

@ -63,8 +63,8 @@
<ul class="dropdown-user-menu" id="dropdown-user-menu" style="display: none">
<li class="item-stat">
<span class="rating"><i class="icon-synio-star-green"></i> {$oUserCurrent->getRating()} <i class="arrow icon-synio-arrow-up"></i></span>
<span class="strength"><i class="icon-synio-strength"></i> {$oUserCurrent->getSkill()} <i class="arrow icon-synio-arrow-down"></i></span>
<span class="rating"><i class="icon-synio-star-green"></i> {$oUserCurrent->getRating()} {*<i class="arrow icon-synio-arrow-up"></i>*}</span>
<span class="strength"><i class="icon-synio-strength"></i> {$oUserCurrent->getSkill()} {*<i class="arrow icon-synio-arrow-down"></i>*}</span>
</li>
<li class="item-messages">
<a href="{router page='talk'}" id="new_messages">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -10,8 +10,8 @@ $config['head']['default']['js'][] = '___path.static.skin___/js/synio.js';
$config['head']['default']['css'] = array(
"___path.static.skin___/css/reset.css",
"___path.static.skin___/css/base.css",
"___path.root.engine_lib___/external/jquery/markitup/skins/simple/style.css",
"___path.root.engine_lib___/external/jquery/markitup/sets/default/style.css",
"___path.root.engine_lib___/external/jquery/markitup/skins/synio/style.css",
"___path.root.engine_lib___/external/jquery/markitup/sets/synio/style.css",
"___path.root.engine_lib___/external/jquery/jcrop/jquery.Jcrop.css",
"___path.root.engine_lib___/external/prettify/prettify.css",
"___path.static.skin___/css/grid.css",

View file

@ -97,6 +97,8 @@
{elseif $oVote->getDirection() == 0}
voted-zero
{/if}
{else}
not-voted
{/if}
{if (strtotime($oTopic->getDateAdd()) < $smarty.now-$oConfig->GetValue('acl.vote.topic.limit_time') && !$oVote) || ($oUserCurrent && $oTopic->getUserId() == $oUserCurrent->getId())}

View file

@ -5,7 +5,7 @@
<th class="cell-name cell-tab">
<div class="cell-tab-inner {if $sUsersOrder=='user_login'}active{/if}"><a href="{$sUsersRootPage}?order=user_login&order_way={if $sUsersOrder=='user_login'}{$sUsersOrderWayNext}{else}{$sUsersOrderWay}{/if}" {if $sUsersOrder=='user_login'}class="{$sUsersOrderWay}"{/if}><span>{$aLang.user}</span></a></div>
</th>
<th></th>
<th>&nbsp;</th>
<th class="cell-skill cell-tab">
<div class="cell-tab-inner {if $sUsersOrder=='user_skill'}active{/if}"><a href="{$sUsersRootPage}?order=user_skill&order_way={if $sUsersOrder=='user_skill'}{$sUsersOrderWayNext}{else}{$sUsersOrderWay}{/if}" {if $sUsersOrder=='user_skill'}class="{$sUsersOrderWay}"{/if}><span>{$aLang.user_skill}</span></a></div>
</th>
@ -18,7 +18,7 @@
<thead>
<tr>
<th class="cell-name">{$aLang.user}</th>
<th></th>
<th>&nbsp;</th>
<th class="cell-skill">{$aLang.user_skill}</th>
<th class="cell-rating cell-tab">
<div class="cell-tab-inner active"><span>{$aLang.user_rating}</span></div>