Created
January 4, 2013 00:11
-
-
Save ziggythehamster/4448723 to your computer and use it in GitHub Desktop.
Adds some additional styles to Bootstrap for use on mobile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Bootstrap addtional styles */ | |
.navbar-margin { | |
padding-top: 60px; | |
} | |
input.input-touch, .uneditable-input.input-touch { | |
height: 44px; | |
font-size: 17.5px; | |
} | |
.btn-touch { | |
padding: 11px 19px; | |
font-size: 17.5px; | |
-webkit-border-radius: 6px; | |
-moz-border-radius: 6px; | |
border-radius: 6px; | |
} | |
.alert-touch { | |
font-size: 16px; | |
} | |
.table-touch tr { | |
height: 44px; | |
} | |
.table-touch th, .table-touch td { | |
vertical-align: middle; | |
font-size: 16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment