Skip to content

Commit

Permalink
Styled Next Button
Browse files Browse the repository at this point in the history
  • Loading branch information
hackreactor-students committed May 21, 2014
1 parent 5a3e76d commit aa2db74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/main/main.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ <h1></h1>
<div class="repeat" ng-repeat='post in things'>
<div class='post' ng-include="post.type + '.html'">{{post}}</div>
</div>
<a ng-model='nextButton' ng-click='loadNext(postNum)' ng-show='showNext'>Next Page</a>
<em class="next" ng-model='nextButton' ng-click='loadNext(postNum)' ng-show='showNext'>Next Page</em>
</div>
7 changes: 7 additions & 0 deletions client/styles/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
.form-horizontal {
background-color: white;
}
.next {
float: right;
border-radius: 10px 10px 10px 10px;;
color: black;
background-color: white;
font-size: 200%;
}
/*.navbar-header {
background-color: white;
}
Expand Down

0 comments on commit aa2db74

Please sign in to comment.