Fix wiki link button

stable
Xavier Julián 2015-02-20 09:25:13 +01:00
parent 166e1af6e8
commit 62a7877719
3 changed files with 6 additions and 4 deletions

View File

@ -36,4 +36,5 @@ section.default-values
ng-options="s.id as s.name for s in issueStatusList") ng-options="s.id as s.name for s in issueStatusList")
fieldset fieldset
button.button-green.submit-button(type="submit", title="Save") Save button.button-green.submit-button(type="submit", title="Save")
span Save

View File

@ -15,5 +15,6 @@ nav
li.new.hidden li.new.hidden
input(type="text" placeholder="name") input(type="text" placeholder="name")
<% if (addWikiLinkPermission) { %> <% if (addWikiLinkPermission) { %>
a(href="" title="Add link" class="add-button button button-gray") Add link a(href="" title="Add link" class="add-button button-gray")
span Add link
<% } %> <% } %>

View File

@ -39,7 +39,7 @@
width: 100%; width: 100%;
} }
} }
.button { .add-button {
color: $white; color: $white;
display: block; display: block;
margin-bottom: .5rem; margin-bottom: .5rem;