Minor fix in navigation bar

stable
Xavier Julián 2015-05-12 08:14:39 +02:00 committed by Juanfran
parent 6dc052f536
commit 576d3ef5d6
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ div(class="menu-container")
li(id="nav-video")
a(href!="<%- project.videoconferenceUrl %>" target="_blank" title="{{'PROJECT.SECTION.MEETUP' | translate}}", tabindex="1")
span(class="icon icon-video")
span(translate="PROJECT.SECTION.MEETUP")
span.helper(translate="PROJECT.SECTION.MEETUP")
<% } %>
<% if (project.i_am_owner) { %>
li(id="nav-admin")

View File

@ -36,6 +36,7 @@ $label-arrow-wh: 12px;
position: absolute;
top: calc(50% - 1rem);
transition: all .2s;
white-space: nowrap;
z-index: 99;
&:after {
background: rgba($blackish, 1);