|
1 | 1 | <div class="container" ng-form="form">
|
2 | 2 | <div class="row">
|
3 |
| - <div class="col-md-12"> |
| 3 | + <div class="col-md-8 col-lg-push-2"> |
4 | 4 | <form class="form-horizontal">
|
5 | 5 | <div class="form-group">
|
6 |
| - <div class="col-md-12"> |
7 |
| - <label translate="publisher.recipe.title"/> |
8 |
| - <input ng-model="$ctrl.recipe.title" |
9 |
| - maxlength="255" |
10 |
| - type="text" |
11 |
| - class="form-control input--textbox" |
12 |
| - id="title" |
13 |
| - placeholder="{{'publisher.recipe.title-placeholder'|translate}}"/> |
14 |
| - </div> |
| 6 | + <label translate="publisher.recipe.title"/> |
| 7 | + <input ng-model="$ctrl.recipe.title" |
| 8 | + maxlength="255" |
| 9 | + type="text" |
| 10 | + class="form-control input--textbox" |
| 11 | + id="title" |
| 12 | + placeholder="{{'publisher.recipe.title-placeholder'|translate}}" |
| 13 | + /> |
| 14 | + |
15 | 15 | </div>
|
16 | 16 | <div class="form-group">
|
17 |
| - <div class="col-md-12"> |
18 |
| - <label translate="publisher.recipe.description"/> |
19 |
| - <textarea ng-model="$ctrl.recipe.description" |
20 |
| - maxlength="255" |
21 |
| - class="form-control" |
22 |
| - id="description" |
23 |
| - placeholder="{{'publisher.recipe.description-placeholder'|translate}}" |
24 |
| - style="height: 10em;"/> |
25 |
| - </div> |
| 17 | + <label translate="publisher.recipe.description"/> |
| 18 | + <textarea ng-model="$ctrl.recipe.description" |
| 19 | + maxlength="255" |
| 20 | + class="form-control" |
| 21 | + id="description" |
| 22 | + placeholder="{{'publisher.recipe.description-placeholder'|translate}}" |
| 23 | + style="height: 10em;" |
| 24 | + /> |
| 25 | + |
26 | 26 | </div>
|
27 | 27 | </form>
|
28 | 28 | </div>
|
29 | 29 | </div>
|
30 | 30 |
|
31 | 31 | <div class="row">
|
32 |
| - <div class="form-group"> |
33 |
| - <div class="col-md-6"> |
| 32 | + <div class="col-md-8 col-md-push-2 col-xs-12 no-padding"> |
| 33 | + <div class="form-group col-md-6"> |
34 | 34 | <label translate="publisher.recipe.cook-time"/>
|
35 | 35 | <div class="input-group">
|
36 | 36 | <input ng-model="$ctrl.recipe.cookTime"
|
|
42 | 42 | <span class="input-group-addon" translate="publisher.recipe.time-unit">min</span>
|
43 | 43 | </div>
|
44 | 44 | </div>
|
45 |
| - <div class="col-md-6"> |
| 45 | + <div class="form-group col-md-6"> |
46 | 46 | <label translate="publisher.recipe.preparation-time"/>
|
47 | 47 | <div class="input-group">
|
48 | 48 | <input ng-model="$ctrl.recipe.preparationTime"
|
|
56 | 56 | </div>
|
57 | 57 | </div>
|
58 | 58 | </div>
|
59 |
| - <div class="row wizard-nav"> |
60 |
| - <div class="col-md-12"> |
| 59 | + <div class="row"> |
| 60 | + <div class="wizard-nav col-md-8 col-md-push-2 col-xs-12 no-padding"> |
61 | 61 | <button class="btn btn-primary btn-default pull-right"
|
62 | 62 | type="button"
|
63 | 63 | ng-click="$ctrl.nextStep()"
|
|
0 commit comments