Browse Source

making popovers show up in the docs.

pull/249/head
connors 11 years ago
parent
commit
01c0baf234
  1. 12
      components.html
  2. 6
      docs-assets/css/docs.css

12
components.html

@ -819,13 +819,13 @@ document
<div class="component-example">
<div id="popover" class="popover">
<header class="bar-nav">
<a class="button">
<a class="button-link pull-left">
Left
</a>
<h3 class="title">Popover title</h3>
<a class="button">
<a class="button-link pull-right">
Right
</a>
<h3 class="title">Popover title</h3>
</header>
<ul class="table-view">
<li class="table-view-cell">Item1</li>
@ -843,13 +843,13 @@ document
{% highlight html %}
<div id="popover" class="popover">
<header class="bar-nav">
<a class="button">
<a class="button-link pull-left">
Left
</a>
<h3 class="title">Popover title</h3>
<a class="button">
<a class="button-link pull-right">
Right
</a>
<h3 class="title">Popover title</h3>
</header>
<ul class="table-view">
<li class="table-view-cell">Item1</li>

6
docs-assets/css/docs.css

@ -235,6 +235,12 @@ hr {
right: 0;
bottom: 0;
}
.iphone .popover {
position: absolute;
display: block;
top: 72px;
opacity: 1;
}
.iphone .slider li img {
width: 100%;
}

Loading…
Cancel
Save