Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
style(): Toolbar button alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Jan 7, 2015
1 parent c5408a0 commit ec06f68
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/config/template/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ <h1 class="md-toolbar-tools">
</div>

<div class="md-toolbar-item md-tools">
<div ng-repeat="doc in currentComponent.docs">
<md-button ng-href="#{{doc.url}}"
ng-class="{hide: path().indexOf('demo') == -1}"
aria-label="{{ doc | humanizeDoc }}">
{{doc | humanizeDoc | directiveBrackets}}
</md-button>
<div layout="row">
<div ng-repeat="doc in currentComponent.docs">
<md-button ng-href="#{{doc.url}}"
ng-class="{hide: path().indexOf('demo') == -1}"
aria-label="{{ doc | humanizeDoc }}">
{{doc | humanizeDoc | directiveBrackets}}
</md-button>
</div>
</div>

<md-button ng-class="{hide: !currentDoc}"
Expand Down

0 comments on commit ec06f68

Please sign in to comment.