span
authorMarijana Glavica <mglavica@ffzg.hr>
Tue, 8 Jan 2013 13:10:42 +0000 (14:10 +0100)
committerMarijana Glavica <mglavica@ffzg.hr>
Tue, 8 Jan 2013 13:10:42 +0000 (14:10 +0100)
app/en/partials/registration.html

index 99403a3..cc15cc6 100644 (file)
@@ -135,7 +135,7 @@ Dinner is included in the regostration fee.
 <div ng-repeat="person in work.persons" class="controls controls-row">
        <input class="span2 my-input" ng-model="person.firstname" placeholder="Name" ng-required="has_work" />
        <input class="span2 my-input" ng-model="person.surname"   placeholder="Surname" ng-required="has_work" />
-       <input class="span2 my-input" ng-model="person.organization" placeholder="Institution" >
+       <input class="span3 my-input" ng-model="person.organization" placeholder="Institution" >
        <input class="span2 my-input" ng-model="person.email" type="email" placeholder="E-mail" ng-required="has_work" />
        <a class="btn btn-danger" href="" ng-click="removePerson(work.persons,person)">delete</a>
 </div>
@@ -161,7 +161,7 @@ Dinner is included in the regostration fee.
 <div ng-repeat="person in work.persons" class="controls controls-row">
        <input class="span2 my-input" ng-model="person.firstname" placeholder="Name" ng-required="has_work" />
        <input class="span2 my-input" ng-model="person.surname"   placeholder="Surname" ng-required="has_work" />
-       <input class="span2 my-input" ng-model="person.organization" placeholder="Institution" >
+       <input class="span3 my-input" ng-model="person.organization" placeholder="Institution" >
        <input class="span2 my-input" ng-model="person.email" type="email" placeholder="E-mail" ng-required="has_work" />
        <a class="btn btn-danger" href="" ng-click="removePerson(work.persons,person)">delete</a>
 </div>