diff --git a/dist/ionic.css b/dist/ionic.css
index 81f4e10e8b..7cf8c82683 100644
--- a/dist/ionic.css
+++ b/dist/ionic.css
@@ -6,7 +6,11 @@
html {
-webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%; }
+ -ms-text-size-adjust: 100%;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: -moz-none;
+ user-select: none; }
body {
position: fixed;
@@ -81,6 +85,10 @@ ul {
margin-top: 5px; }
.bar {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: -moz-none;
+ user-select: none;
position: fixed;
right: 0;
left: 0;
@@ -138,6 +146,12 @@ ul {
.bar-tabs {
padding: 0; }
+.bar-header-secondary {
+ top: 44px; }
+
+.bar-footer-secondary {
+ bottom: 44px; }
+
/* Pad top/bottom of content so it doesn't hide behind .bar-title and .bar-tab.
Note: For these to work, content must come after both bars in the markup */
.has-header {
diff --git a/example/headers.html b/example/headers.html
index a8e61ddb22..7e0bd7a57b 100644
--- a/example/headers.html
+++ b/example/headers.html
@@ -23,6 +23,14 @@
Forward
+