diff --git a/docs/css/docs.css b/docs/css/docs.css index fbf2ca2..886e28e 100644 --- a/docs/css/docs.css +++ b/docs/css/docs.css @@ -648,6 +648,22 @@ h6 { opacity: 1 !important; } +/* Backpane examples */ +#backpanesInPhone .bar-title, +#backpanesInPhone .bar-tab{ + -webkit-transform:translateX(85%); +} +#backpanesInPhone .backPane{ + display: block; + position: absolute; + line-height: 500px; + text-align: center; + font-size: 36px; + background: #EEE; + color: #999; + text-shadow: 0 1px 0 white; + } + /* Slider examples */ .component-example-fullbleed .slider, .component-example-fullbleed .slider li, @@ -1126,4 +1142,4 @@ input[type="color"], /* Get tab-bar to look 1/2way decent */ .iphone .tab-item { min-width: 64px; -} \ No newline at end of file +}