Fixed bamedized lightboxes
parent
66ce535bb1
commit
0527e76469
|
@ -1,6 +1,6 @@
|
|||
a.close(href="", title="close")
|
||||
span.icon.icon-delete
|
||||
form
|
||||
div.form
|
||||
h2.title Select assigned to
|
||||
fieldset
|
||||
input(type="text", data-maxlength="500", placeholder="Search for users", ng-model="usersSearch")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
a.close(href="", title="close")
|
||||
span.icon.icon-delete
|
||||
form
|
||||
div.form
|
||||
h2.title
|
||||
fieldset
|
||||
textarea.reason(placeholder="Please explain the reason")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
a.close(href="", title="close")
|
||||
span.icon.icon-delete
|
||||
form
|
||||
div.form
|
||||
h2.title Add watchers
|
||||
fieldset
|
||||
input(type="text", data-maxlength="500", placeholder="Search for users", ng-model="usersSearch")
|
||||
|
|
|
@ -362,7 +362,7 @@
|
|||
}
|
||||
|
||||
.lightbox_block {
|
||||
form {
|
||||
.form {
|
||||
@include table-flex-child(0, 420px, 0, 420px);
|
||||
}
|
||||
textarea {
|
||||
|
@ -373,7 +373,7 @@
|
|||
}
|
||||
|
||||
.lightbox_select_user {
|
||||
form {
|
||||
.form {
|
||||
@include table-flex-child(0, 600px, 0, 600px);
|
||||
}
|
||||
.watchers {
|
||||
|
|
Loading…
Reference in New Issue