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") a.close(href="", title="close")
span.icon.icon-delete span.icon.icon-delete
form div.form
h2.title Select assigned to h2.title Select assigned to
fieldset fieldset
input(type="text", data-maxlength="500", placeholder="Search for users", ng-model="usersSearch") input(type="text", data-maxlength="500", placeholder="Search for users", ng-model="usersSearch")

View File

@ -1,6 +1,6 @@
a.close(href="", title="close") a.close(href="", title="close")
span.icon.icon-delete span.icon.icon-delete
form div.form
h2.title h2.title
fieldset fieldset
textarea.reason(placeholder="Please explain the reason") textarea.reason(placeholder="Please explain the reason")

View File

@ -1,6 +1,6 @@
a.close(href="", title="close") a.close(href="", title="close")
span.icon.icon-delete span.icon.icon-delete
form div.form
h2.title Add watchers h2.title Add watchers
fieldset fieldset
input(type="text", data-maxlength="500", placeholder="Search for users", ng-model="usersSearch") input(type="text", data-maxlength="500", placeholder="Search for users", ng-model="usersSearch")

View File

@ -362,7 +362,7 @@
} }
.lightbox_block { .lightbox_block {
form { .form {
@include table-flex-child(0, 420px, 0, 420px); @include table-flex-child(0, 420px, 0, 420px);
} }
textarea { textarea {
@ -373,7 +373,7 @@
} }
.lightbox_select_user { .lightbox_select_user {
form { .form {
@include table-flex-child(0, 600px, 0, 600px); @include table-flex-child(0, 600px, 0, 600px);
} }
.watchers { .watchers {