fix bar buttons

This commit is contained in:
Adam Bradley
2013-11-04 10:06:49 -06:00
parent 86bf5ed92d
commit 1a70d10ce3
8 changed files with 10 additions and 6 deletions

0
dist/css/fonts/ionicons.eot vendored Executable file → Normal file
View File

4
dist/css/fonts/ionicons.svg vendored Executable file → Normal file
View File

@ -11,8 +11,8 @@
"license": "MIT",
"licenseURL": "http://opensource.org/licenses/MIT",
"version": "Version 1.2.3",
"fontId": "ionicons",
"psName": "ionicons",
"fontId": "Ionicons",
"psName": "Ionicons",
"subFamily": "Regular",
"fullName": "Ionicons",
"description": "Generated by IcoMoon"

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 248 KiB

0
dist/css/fonts/ionicons.ttf vendored Executable file → Normal file
View File

0
dist/css/fonts/ionicons.woff vendored Executable file → Normal file
View File

View File

@ -647,7 +647,8 @@ a.subdued {
color: inherit; }
.bar > .button {
z-index: 1;
padding: 8px;
padding: 0 8px;
min-width: 43px;
min-height: 31px;
font-size: 12px;
line-height: 30px; }

View File

@ -1577,7 +1577,8 @@
color: inherit; }
.ionic .bar > .button {
z-index: 1;
padding: 8px;
padding: 0 8px;
min-width: 43px;
min-height: 31px;
font-size: 12px;
line-height: 30px; }

3
dist/css/ionic.css vendored
View File

@ -2016,7 +2016,8 @@ a.subdued {
color: inherit; }
.bar > .button {
z-index: 1;
padding: 8px;
padding: 0 8px;
min-width: 43px;
min-height: 31px;
font-size: 12px;
line-height: 30px; }

View File

@ -103,7 +103,8 @@
> .button {
z-index: 1;
padding: $button-bar-button-padding;
padding: 0 $button-bar-button-padding;
min-width: $button-bar-button-height + $button-bar-button-font-size;
min-height: $button-bar-button-height;
font-size: $button-bar-button-font-size;
line-height: $button-bar-button-height - $button-border-width;