Fixed bamedized lightboxes

stable
Xavier Julián 2014-08-07 15:23:17 +02:00
parent 66ce535bb1
commit 0527e76469
4 changed files with 5 additions and 5 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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")

View File

@ -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 {