followup of #4032 - makes the settings-button bigger and adds again padding at bottom of app-navigation

This commit is contained in:
Alessandro Cosentino 2013-09-29 01:46:23 -04:00
parent 59e4ff7d24
commit 710d3f139f
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
-moz-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
background-color: #f8f8f8; background-color: #f8f8f8;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
padding-bottom: 44px;
} }
#app-navigation > ul { #app-navigation > ul {
height: 100%; height: 100%;
@ -192,7 +193,7 @@
.settings-button { .settings-button {
display: block; display: block;
height: 32px; height: 44px;
width: 100%; width: 100%;
padding: 0; padding: 0;
margin: 0; margin: 0;