Serarch lightbox
parent
aeb5a1925c
commit
9991704330
|
@ -27,6 +27,8 @@ html(lang="en", ng-app="taiga")
|
||||||
include partials/views/modules/lightbox-generic-success
|
include partials/views/modules/lightbox-generic-success
|
||||||
div.hidden.lightbox.lightbox-generic-error
|
div.hidden.lightbox.lightbox-generic-error
|
||||||
include partials/views/modules/lightbox-generic-error
|
include partials/views/modules/lightbox-generic-error
|
||||||
|
div.lightbox.lightbox-search
|
||||||
|
include partials/views/modules/lightbox-search
|
||||||
|
|
||||||
include partials/views/modules/loader
|
include partials/views/modules/loader
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ block content
|
||||||
div.empty.empty-backlog(ng-class="{'hidden': visibleUserstories.length}")
|
div.empty.empty-backlog(ng-class="{'hidden': visibleUserstories.length}")
|
||||||
span.icon.icon-backlog
|
span.icon.icon-backlog
|
||||||
span.title Your backlog is empty!
|
span.title Your backlog is empty!
|
||||||
a(href="", title+"Create a new US", ng-click="ctrl.addNewUs('standard')", tg-check-permission="tg-check-permission", permission="add_us") Create a new User Story
|
a(href="", title+"Create a new US", ng-click="ctrl.addNewUs('standard')", tg-check-permission="tg-check-permission", permission="add_us") You may want to create a new user story
|
||||||
sidebar.menu-secondary.sidebar
|
sidebar.menu-secondary.sidebar
|
||||||
include views/modules/sprints
|
include views/modules/sprints
|
||||||
div.lightbox.lightbox_add-new-us(tg-lb-create-edit-userstory)
|
div.lightbox.lightbox_add-new-us(tg-lb-create-edit-userstory)
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
a.close(href="", title="close")
|
||||||
|
span.icon.icon-delete
|
||||||
|
form
|
||||||
|
h2.title Search
|
||||||
|
input(type="text", placeholder="What are you looking for?")
|
||||||
|
a.button.button-green(href="", title="Accept")
|
||||||
|
span Search
|
|
@ -157,6 +157,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lightbox-search {
|
||||||
|
form {
|
||||||
|
@include table-flex-child(0, 600px, 0, 600px);
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.lightbox_add-member {
|
.lightbox_add-member {
|
||||||
.add-member-wrapper {
|
.add-member-wrapper {
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
|
|
Loading…
Reference in New Issue