Fix buttons

stable
xaviju 2017-03-03 11:43:15 +01:00
parent 462e4ca5c6
commit 4dcbbcac10
3 changed files with 21 additions and 19 deletions

View File

@ -985,9 +985,9 @@
"ARCHIVED": "Archived",
"ARCHIVED_DESCRIPTION": "You have archived projects, Do you want to import your archived projects?",
"WHO_IS": "Their tasks will be assigned to ...",
"WRITE_EMAIL": "Or if you want, write the email that their use in Taiga",
"WRITE_EMAIL": "Or if you want, write the email that this user uses in Taiga",
"SEARCH_CONTACT": "Or if you want, search in your contacts",
"WRITE_EMAIL_LABEL": "Write the email that their use in Taiga",
"WRITE_EMAIL_LABEL": "Write the email that this user uses in Taiga",
"EMAIL_NOT_FOUND": "We did not find any users with that email",
"ACCEEDE": "Acceede",
"PROJECT_MEMBERS": "Project Members",

View File

@ -47,10 +47,7 @@ tg-lightbox-close(on-close="vm.onClose()")
translate="PROJECT.IMPORT.ASSIGN"
)
.search-user-mode
p
a(
href=""
button.search-user-mode(
ng-click="vm.mode = 'search'"
) {{'PROJECT.IMPORT.SEARCH_CONTACT' | translate}}
@ -82,9 +79,6 @@ tg-lightbox-close(on-close="vm.onClose()")
.more-users(ng-if="filteredCollection.length >= 5")
span(translate="COMMON.ASSIGNED_TO.TOO_MANY")
.search-user-mode
p
a(
href=""
button.search-user-mode(
ng-click="vm.mode = 'mail'"
) {{'PROJECT.IMPORT.WRITE_EMAIL' | translate}}

View File

@ -27,7 +27,9 @@ tg-select-import-user-lightbox {
text-align: center;
}
.more-users {
padding: .5rem;
@include font-type(light);
@include font-size(small);
padding: 1rem;
text-align: center;
}
.group {
@ -42,10 +44,16 @@ tg-select-import-user-lightbox {
}
}
.search-user-mode {
border-top: 1px solid $gray-light;
margin-top: 1rem;
padding-top: 1rem;
text-align: center;
@include font-size(small);
background: none;
margin-top: 2rem;
padding: .5rem;
text-align: left;
transition: .2s;
width: 100%;
&:hover {
color: $primary;
}
}
label {
display: block;