Skip to content

Instantly share code, notes, and snippets.

@ziggythehamster
Created January 4, 2013 00:11
Show Gist options
  • Save ziggythehamster/4448723 to your computer and use it in GitHub Desktop.
Save ziggythehamster/4448723 to your computer and use it in GitHub Desktop.
Adds some additional styles to Bootstrap for use on mobile
/* 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