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

index 624b9ec..8ee0b87 100644 (file)
@@ -43,27 +43,27 @@ One person can be author of <strong>maximum three papers</strong>, only one of t
 <legend>Registration - contact information</legend>
 
 <div class="controls controls-row">
- <input class="my-input span6" ng-model="user.firstname" placeholder="Name" ng-required="true" />
- <input class="my-input span6" ng-model="user.surname"   placeholder="Surname" ng-required="true" />
+ <input class="my-input span5" ng-model="user.firstname" placeholder="Name" ng-required="true" />
+ <input class="my-input span5" ng-model="user.surname"   placeholder="Surname" ng-required="true" />
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span12" ng-model="user.organization" placeholder="Institution" >
+ <input class="my-input span10" ng-model="user.organization" placeholder="Institution" >
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span12" ng-model="user.address" placeholder="Address" >
+ <input class="my-input span10" ng-model="user.address" placeholder="Address" >
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span4" ng-model="user.city" placeholder="City" ng-required="true" >
- <input class="my-input span4" ng-model="user.zip_code" placeholder="ZIP" >
+ <input class="my-input span3" ng-model="user.city" placeholder="City" ng-required="true" >
+ <input class="my-input span3" ng-model="user.zip_code" placeholder="ZIP" >
  <input class="my-input span4" ng-model="user.country" placeholder="Country" >
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span6" ng-model="user.email" type="email" placeholder="E-mail" ng-required="true" />
- <input class="my-input span6" ng-model="user.phone" placeholder="Phone number" />
+ <input class="my-input span5" ng-model="user.email" type="email" placeholder="E-mail" ng-required="true" />
+ <input class="my-input span5" ng-model="user.phone" placeholder="Phone number" />
 </div>
 
 <legend>
@@ -90,8 +90,8 @@ Check this box if you need invoice
 Institution contact details
 </legend>
 
-<input class="my-input span12" ng-model="user.r1.organization" ng-required="user.r1.required" placeholder="Name">
-<input class="my-input span12" ng-model="user.r1.address" ng-required="user.r1.required" placeholder="Address">
+<input class="my-input span10" ng-model="user.r1.organization" ng-required="user.r1.required" placeholder="Name">
+<input class="my-input span10" ng-model="user.r1.address" ng-required="user.r1.required" placeholder="Address">
 <input class="my-input span5" ng-model="user.r1.OIB" ng-required="user.r1.required" placeholder="OIB">
 
 </div><!-- r1.required -->
@@ -142,7 +142,7 @@ Dinner is included in the regostration fee.
  <label>
  Abstract ({{work.abstract.length || 0}}  from max. 2000 characters with spaces)
  </label>
- <textarea class="span12" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
+ <textarea class="span10" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
 </div>
 
 </div><!-- has_work -->
@@ -168,7 +168,7 @@ Dinner is included in the regostration fee.
  <label>
  Abstract ({{work.abstract.length || 0}}  from max. 2000 characters with spaces)
  </label>
- <textarea class="span12" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
+ <textarea class="span10" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
 </div>
 
 </div><!-- ng-repeat symposium_works  -->
index 2ca954d..9f46b87 100644 (file)
@@ -43,27 +43,27 @@ Jedna osoba može biti autor u <strong>najviše tri</strong> rada, pri čemu na
 <legend>Registracija - kontakt podaci</legend>
 
 <div class="controls controls-row">
- <input class="my-input span6" ng-model="user.firstname" placeholder="Ime" ng-required="true" />
- <input class="my-input span6" ng-model="user.surname"   placeholder="Prezime" ng-required="true" />
+ <input class="my-input span5" ng-model="user.firstname" placeholder="Ime" ng-required="true" />
+ <input class="my-input span5" ng-model="user.surname"   placeholder="Prezime" ng-required="true" />
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span12" ng-model="user.organization" placeholder="Ustanova" >
+ <input class="my-input span10" ng-model="user.organization" placeholder="Ustanova" >
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span12" ng-model="user.address" placeholder="Adresa" >
+ <input class="my-input span10" ng-model="user.address" placeholder="Adresa" >
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span4" ng-model="user.city" placeholder="Grad" ng-required="true" >
- <input class="my-input span4" ng-model="user.zip_code" placeholder="Poštanski br." >
+ <input class="my-input span3" ng-model="user.city" placeholder="Grad" ng-required="true" >
+ <input class="my-input span3" ng-model="user.zip_code" placeholder="Poštanski br." >
  <input class="my-input span4" ng-model="user.country" placeholder="Zemlja" >
 </div>
 
 <div class="controls controls-row">
- <input class="my-input span6" ng-model="user.email" type="email" placeholder="E-pošta" ng-required="true" />
- <input class="my-input span6" ng-model="user.phone" placeholder="Tel. broj" />
+ <input class="my-input span5" ng-model="user.email" type="email" placeholder="E-pošta" ng-required="true" />
+ <input class="my-input span5" ng-model="user.phone" placeholder="Tel. broj" />
 </div>
 
 <legend>
@@ -90,8 +90,8 @@ Trebam R-1 račun
 Organizacija koja uplaćuje R-1 račun
 </legend>
 
-<input class="my-input span12" ng-model="user.r1.organization" ng-required="user.r1.required" placeholder="Naziv">
-<input class="my-input span12" ng-model="user.r1.address" ng-required="user.r1.required" placeholder="Adresa">
+<input class="my-input span10" ng-model="user.r1.organization" ng-required="user.r1.required" placeholder="Naziv">
+<input class="my-input span10" ng-model="user.r1.address" ng-required="user.r1.required" placeholder="Adresa">
 <input class="my-input span5" ng-model="user.r1.OIB" ng-required="user.r1.required" placeholder="OIB">
 
 </div><!-- r1.required -->
@@ -142,7 +142,7 @@ Večera je uključena u kotizaciju.
  <label>
  Sažetak ({{work.abstract.length || 0}}  od maks. 2000 znakova s razmacima)
  </label>
- <textarea class="span12" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
+ <textarea class="span10" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
 </div>
 
 </div><!-- has_work -->
@@ -168,7 +168,7 @@ Večera je uključena u kotizaciju.
  <label>
  Sažetak ({{work.abstract.length || 0}}  od maks. 2000 znakova s razmacima)
  </label>
- <textarea class="span12" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
+ <textarea class="span10" ng-model="work.abstract" ng-maxlength="2000" rows="10" cols="80" ng-required="has_work" ></textarea>
 </div>
 
 </div><!-- ng-repeat symposium_works  -->