Skip to content

Commit 90f2a28

Browse files
committed
Making the example page a bit more easy to look at
1 parent 52a3011 commit 90f2a28

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

examples/material-example.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
min-height: 1400px;
3939
}
4040

41+
body {
42+
padding: 15px;
43+
}
44+
4145
.alert .form-group {
4246
margin-bottom: 0px;
4347
}
@@ -136,10 +140,10 @@
136140
</div><!-- /.container-fluid -->
137141
</nav>
138142

139-
<div class="col-md-12">
143+
<div>
140144
<h1><a href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></a> Schema Form Example</h1>
141-
<div class="row">
142-
<div class="col-sm-4">
145+
<div layout="row">
146+
<div flex="33">
143147
<h3>The Generated Form</h3>
144148

145149
<form name="ngform" sf-model="modelData" sf-form="form" sf-schema="schema" ng-submit="submitForm(ngform,modelData)"></form>
@@ -158,7 +162,7 @@ <h3>The Generated Form</h3>
158162
<h3>Model</h3>
159163
<pre ng-cloak>{{pretty()}}</pre>
160164
</div>
161-
<div class="col-sm-8">
165+
<div flex="66">
162166
<h3>Select Example</h3>
163167
<div class="form-group">
164168
<select class="form-control" id="selectTest"

0 commit comments

Comments
 (0)