Skip to content

Commit

Permalink
Added groups
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmert committed Jan 30, 2014
1 parent ade6b43 commit 4fb2bc6
Show file tree
Hide file tree
Showing 23 changed files with 1,435 additions and 239 deletions.
2 changes: 1 addition & 1 deletion docs/css/dev/developer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
padding: 15px!important

.view
.-btn
.-btn, .-group
margin: 5px 0

.example
Expand Down
2 changes: 1 addition & 1 deletion docs/css/developer.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

326 changes: 230 additions & 96 deletions docs/css/main.css

Large diffs are not rendered by default.

336 changes: 336 additions & 0 deletions docs/js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ widgets = [
{
"name": "inputs",
"path": "groups/inputs"
},
{
"name": "addons",
"path": "groups/addons"
}
]
}
Expand Down
6 changes: 5 additions & 1 deletion docs/templates/widgets/groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ <h4>Global variables</h4>
$form-fieldset-padding-horizontal: $base-line-height-comp !global

$form-legend-padding: 7px !global</div>
</p>
</p>

<blockquote class="-error-">
When screen resolution become less then <b>992px</b>, then all groups become <code>_justify_</code>.
</blockquote>
Loading

0 comments on commit 4fb2bc6

Please sign in to comment.