Skip to content

Commit

Permalink
Pull the clear button on left side
Browse files Browse the repository at this point in the history
  • Loading branch information
DipanshKhandelwal committed Dec 29, 2017
1 parent 2f34201 commit a38ca10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
#main-toolbar #new-button {
background-image: url(../icons/new-button.svg);
}

#main-toolbar #clear-button {
background-image: url(../images/clear.svg);
}
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
<div id="main-toolbar" class="toolbar">
<button class="toolbutton" id="activity-button" title="My Activity"></button>
<button class="toolbutton" id="new-button" title="New"></button>
<button class="toolbutton" id="clear-button" title="Clear"></button>
<button class="toolbutton pull-right" id="stop-button" title="Stop"></button>
<button class="toolbutton pull-right" id="clear-button" title="Clear">
<img src="images/clear.svg"/>
</button>
</div>

<div id="loader"></div>
Expand Down

0 comments on commit a38ca10

Please sign in to comment.