--- a/src/p4l/static/p4l/templates/abstractForm.html Fri Sep 13 13:00:36 2013 +0200
+++ b/src/p4l/static/p4l/templates/abstractForm.html Fri Sep 13 16:03:37 2013 +0200
@@ -1,6 +1,10 @@
- <form class="well span3">
- <div class="span3 row">
- <label for="abstract-{{$id}}">{{'abstract'|translate}}</label><textarea placeholder="{{'abstract'|translate}}" ng_model="editedObj.abstract" name="abstract" id="abstract-{{$id}}" class="form-control span3"></textarea>
- <label for="lang-{{$id}}">{{'lang'|translate}}</label><languages-list-input obj="editedObj.lang"></languages-list-input>
- </div>
- </form>
\ No newline at end of file
+<form class="form-inline well" role="form">
+ <div class="form-group">
+ <label for="abstract-{{$id}}">{{'abstract'|translate}}</label>
+ <textarea placeholder="{{'abstract'|translate}}" ng_model="editedObj.abstract" id="abstract-{{$id}}" class="form-control"></textarea>
+ </div>
+ <div class="form-group">
+ <label for="lang-{{$id}}">{{'lang'|translate}}</label>
+ <languages-list-input obj="editedObj.lang"></languages-list-input>
+ </div>
+</form>
\ No newline at end of file