Browse Source

Added Back Pane Docs styling

pull/133/head
Jacob Kelley 12 years ago
parent
commit
0776c421f4
  1. 18
      docs/css/docs.css

18
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;
}
}

Loading…
Cancel
Save