Skip to content

Commit

Permalink
tweak toolbar and button size/placement
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Sep 13, 2014
1 parent b82a06e commit 492ea9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/css/drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ h1, legend,
height: 44px;
opacity: 0.75;
vertical-align: middle;
width: 20ex;
}
#buttonbar div {
border-radius: 5px;
Expand Down
1 change: 1 addition & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ body {
font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
height: 180px;
vertical-align: middle;
clear: both;
}

.bgStatus {
Expand Down

1 comment on commit 492ea9d

@jasoncalabrese
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bewest this seems to cause wrapping, maybe device specific? Look at a a narrow chrome window.

wrap

Please sign in to comment.