Skip to content

Commit

Permalink
Ticket #223
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Dec 23, 2015
1 parent 4005817 commit 65df497
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 13 deletions.
2 changes: 1 addition & 1 deletion modules/boonex/files/templates/base/wall_outline.html
Expand Up @@ -26,7 +26,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__item_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__item_comments__</div>
<div class="wall-comment-counter-holder">__item_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
Expand Up @@ -25,7 +25,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__album_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__album_comments__</div>
<div class="wall-comment-counter-holder">__album_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
2 changes: 1 addition & 1 deletion modules/boonex/sites/templates/base/wall_outline.html
Expand Up @@ -38,7 +38,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__item_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__item_comments__</div>
<div class="wall-comment-counter-holder">__item_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
Expand Up @@ -27,7 +27,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__item_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__item_comments__</div>
<div class="wall-comment-counter-holder">__item_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
Expand Up @@ -30,7 +30,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__album_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__album_comments__</div>
<div class="wall-comment-counter-holder">__album_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
35 changes: 32 additions & 3 deletions modules/boonex/wall/templates/base/css/outline.css
Expand Up @@ -16,6 +16,7 @@ div.wall-outline div.wall-load-more .bx-btn {
margin-right: auto;
}


/*--- Item main layout ---*/
div.wall-oi-item {
position: relative;
Expand Down Expand Up @@ -53,6 +54,7 @@ div.wall-oi-item-circle i.sys-icon {
font-size: 16px;
}


/*--- Content section ---*/
div.wall-oii-description {
margin-top: 5px;
Expand All @@ -68,6 +70,7 @@ div.wall-oii-description-extra-special {
font-weight:bold;
}


/*--- Image base content ---*/
div.wall-oii-image-wrp {
border: 1px solid #ffffff;
Expand Down Expand Up @@ -96,6 +99,7 @@ div.wall-oii-image img.wall-oii-image {
margin-right: auto;
}


/*--- Author section ---*/
div.wall-oii-author {
position: relative;
Expand All @@ -114,13 +118,30 @@ div.wall-oii-author-name {
}
div.wall-oii-posted {}


/*--- Actions section ---*/
div.wall-oii-actions .bx-btn {
height: 24px;
padding-left: 10px;
padding-right: 10px;

line-height: 22px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: none;

background-color: transparent;
border-color: #cccccc;
border-width: 1px;
border-style: solid;

line-height: 20px;
}
div.wall-oii-actions .bx-btn:hover {
background-color: #ffffff;
}
div.wall-oii-actions .bx-btn.bx-btn-disabled:hover {
background-color: transparent;
}
div.wall-oii-actions .bx-btn,
div.wall-oii-actions .bx-btn .sys-icon {
Expand All @@ -131,19 +152,27 @@ div.wall-oii-actions .bx-btn,
div.wall-oii-actions .wall-comment,
div.wall-oii-actions .wall-voting,
div.wall-oii-actions .wall-repost,
div.wall-oii-actions .wall-oii-action-counter,
div.wall-oii-actions .wall-comment-counter-holder,
div.wall-oii-actions .wall-voting-counter-holder,
div.wall-oii-actions .wall-repost-counter-holder {
position: relative;
display: inline-block;
float: none;

vertical-align: top;

color: #666666;
}
div.wall-oii-actions .wall-repost-counter-holder a {
text-decoration: none;
color: #666666;
}
div.wall-oii-actions .wall-voting,
div.wall-oii-actions .wall-repost {
margin-left: 5px;
}
div.wall-oii-actions .wall-oii-action-counter,
div.wall-oii-actions .wall-comment-counter-holder,
div.wall-oii-actions .wall-voting-counter-holder,
div.wall-oii-actions .wall-repost-counter-holder {
margin-left: 2px;

Expand Down
2 changes: 1 addition & 1 deletion modules/boonex/wall/templates/base/outline_item_image.html
Expand Up @@ -26,7 +26,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__item_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__item_comments__</div>
<div class="wall-comment-counter-holder">__item_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
Expand Up @@ -29,7 +29,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__album_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__album_comments__</div>
<div class="wall-comment-counter-holder">__album_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
2 changes: 1 addition & 1 deletion modules/boonex/wall/templates/base/outline_item_text.html
Expand Up @@ -21,7 +21,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__item_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__item_comments__</div>
<div class="wall-comment-counter-holder">__item_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
Expand Up @@ -23,7 +23,7 @@
<a class="wall-oii-action wall-oii-action-comment bx-btn bx-btn-small" href="__item_comments_link__" title="<bx_text_attribute:_wall_comment />">
<i class="sys-icon comment-o"></i>
</a>
<div class="wall-oii-action-counter">__item_comments__</div>
<div class="wall-comment-counter-holder">__item_comments__</div>
</div>
__post_vote__
__post_repost__
Expand Down
@@ -1,4 +1,4 @@
<a class="wall-voting-do-vote bx-btn bx-btn-small wall-oii-action" href="javascript:void(0)" onclick="javascript:__js_object__.vote(__max__)" title="<bx_text_attribute:_wall_do_vote />">
<i class="sys-icon thumbs-up"></i>
</a>
<bx_if:show_count><b class="wall-oii-action-counter wall-voting-count">__count__</b></bx_if:show_count>
<bx_if:show_count><b class="wall-voting-counter-holder wall-voting-count">__count__</b></bx_if:show_count>

0 comments on commit 65df497

Please sign in to comment.