Fix card title edition

Closes #184
This commit is contained in:
Maxime Quandalle 2015-06-11 12:35:08 +02:00
parent 765b0168ea
commit 216887490e
10 changed files with 71 additions and 99 deletions

View file

@ -46,6 +46,9 @@ input[type="email"]
height: 18px
width: 200px
&.full-line
width: 100%
input[type="email"]:invalid
box-shadow: none

View file

@ -1,6 +1,6 @@
template(name='inlinedForm')
if isOpen.get
form.js-inlined-form(id=id class=classNames)
form.inlined-form.js-inlined-form(id=id class=classNames)
+Template.contentBlock
else
+Template.elseBlock