Skip to content

Instantly share code, notes, and snippets.

@natecavanaugh
Created July 24, 2013 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natecavanaugh/6072136 to your computer and use it in GitHub Desktop.
Save natecavanaugh/6072136 to your computer and use it in GitHub Desktop.
Make the form navigator respond to tablets
/* ---------- Form navigator ---------- */
@import "mixins";
@include respond-to(tablet) {
.aui .taglib-form-navigator {
> .tab-content {
clear: both;
float: none;
width: 100%;
}
.nav.form-navigator.well {
border-width: 1px 0 0;
clear: both;
float: none;
margin: 1em 0 0;
padding: 1em 0.5em;
width: 100%;
> li {
display: inline-block;
> a {
margin: 0;
padding: 0.1em 1em;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment