UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

24 lines 926 B
--- categories: [Alternate Layouts] css-extra: false layout: layout-alt-fixed resource: true title: Fixed Navbar Alt With Fixed Left Nav Alt url-js-extra: ['!URL_COMPONENTS!matchHeight/jquery.matchHeight-min.js'] --- {% include layouts-navbar-alt-fixed.html %} {% include layouts-nav-vertical-alt.html %} <div class="container-fluid container-cards-pf container-pf-alt-nav-pf-vertical-alt"> {% include cards.html %} </div> <script> $(function() { // matchHeight the contents of each .card-pf and then the .card-pf itself $(".row-cards-pf > [class*='col'] > .card-pf .card-pf-title").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-body").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-footer").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf").matchHeight(); // initialize tooltips $('[data-toggle="tooltip"]').tooltip(); }); </script>