fix admin new role button

stable
Juanfran 2015-06-03 07:57:32 +02:00
parent ea1b08b626
commit 6d879085c5
2 changed files with 25 additions and 22 deletions

View File

@ -6,6 +6,5 @@ section.admin-submenu.admin-submenu-roles
span.single-role {{ item.name }}
div(tg-new-role)
a.button-gray.add-button(href="", title="{{'ADMIN.SUBMENU_ROLES.TITLE_ACTION_NEW_ROLE' | translate}}")
span.text(translate="ADMIN.SUBMENU_ROLES.ACTION_NEW_ROLE")
a.button-gray.add-button(href="", title="{{'ADMIN.SUBMENU_ROLES.TITLE_ACTION_NEW_ROLE' | translate}}", translate="ADMIN.SUBMENU_ROLES.ACTION_NEW_ROLE")
input(type="text", class="hidden new")

View File

@ -8,6 +8,7 @@
border-bottom: 0;
}
}
ul {
a {
color: $white;
display: flex;
@ -31,11 +32,14 @@
white-space: nowrap;
}
}
}
input {
margin: 0 1rem;
width: 85%;
}
.button-gray {
display: flex;
justify-content: center;
margin: 0 1rem;
padding: .5rem 0;
text-align: center;