Skip to content

Commit

Permalink
Ticket #646
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Jan 31, 2019
1 parent 9b87040 commit ee51757
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion modules/boonex/files/templates/base/view_unit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="navPanel bx-def-margin-sec-bottom bx-anchor-link" id="view">
<span class="bx-anchor-link" id="view"></span>
<div class="navPanel bx-def-margin-sec-bottom">
<div class="navPanelLink bx-def-font-large">
<bx_text:_bx_files_album />: <a href="__albumUri__">__albumCaption__</a>
</div>
Expand Down
3 changes: 2 additions & 1 deletion modules/boonex/photos/templates/base/view_unit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="fileUnit bx-anchor-link" id="view">
<span class="bx-anchor-link" id="view"></span>
<div class="fileUnit">
<div class="navPanel bx-def-margin-sec-bottom">
<div class="navPanelLink bx-def-font-large">
<bx_text:_sys_album />: <a href="__albumUri__">__albumCaption__</a>
Expand Down
3 changes: 2 additions & 1 deletion modules/boonex/sounds/templates/base/view_unit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="fileUnit bx-anchor-link" id="view">
<span class="bx-anchor-link" id="view"></span>
<div class="fileUnit">
<div class="navPanel bx-def-margin-sec-bottom">
<div class="navPanelLink bx-def-font-large">
<bx_text:_sys_album />: <a href="__albumUri__">__albumCaption__</a>
Expand Down
3 changes: 2 additions & 1 deletion modules/boonex/videos/templates/base/view_unit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="fileUnit bx-anchor-link" id="view">
<span class="bx-anchor-link" id="view"></span>
<div class="fileUnit">
<div class="navPanel bx-def-margin-sec-bottom">
<div class="navPanelLink bx-def-font-large">
<bx_text:_sys_album />: <a href="__albumUri__">__albumCaption__</a>
Expand Down
4 changes: 3 additions & 1 deletion templates/tmpl_evo/css/anchor.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ a.bx-popup-element-close:active {
}

.bx-anchor-link {
padding-top: 44px; margin-top: -44px;
display: block;
margin-top: -64px;
padding-bottom: 64px;
}

0 comments on commit ee51757

Please sign in to comment.