(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback

This commit is contained in:
Jordan Lee
2013-01-05 03:05:46 +00:00
parent 7e46d5087f
commit 5b89991e51
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ div#toolbar {
****
***/
#statusbar {
height: 26px;
height: 24px;
width: 100%;
border-bottom: 1px solid #AAA;
overflow: hidden;

View File

@@ -186,7 +186,7 @@ div#toolbar
$statusbar-gradient-top: #ddd;
$statusbar-gradient-bottom: #bbb;
$statusbar-height: 26px;
$statusbar-height: 24px;
#statusbar
{