Skip to content

Commit

Permalink
Move refresh button to toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mathphreak committed Mar 25, 2016
1 parent 2408a21 commit 54365aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ html
a#settings-link.full-button(href="#")
i.fa.fa-gear
| Settings
a#refresh.full-button(href="#")
i.fa.fa-fw.fa-refresh
| Refresh Data
#gameList
.pure-g.header
.cell.pure-u-2-5 Game
.actions
a#globalSelect.select(href="#"): i.fa.fa-fw.fa-square-o
.cell.pure-u-2-5 Location
span.libs
.actions
a#refresh(href="#"): i.fa.fa-fw.fa-refresh
.cell.pure-u-1-5 Size
#games
.pure-g.game.loading(data-name=" LOADING")
Expand Down
2 changes: 1 addition & 1 deletion src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ a:not(.full-button) {
}
}

#toolbar > div > span:not(:first-child) {
#toolbar > div > span:not(:first-child), #toolbar .actions > a {
margin-right: 1em;
}

Expand Down

0 comments on commit 54365aa

Please sign in to comment.