From 3117fc979db9f678fa1782c6a9d0d1428b4894f8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 1 Jul 2011 23:10:39 -0700 Subject: getting popovers in --- docs/assets/css/docs.css | 17 +++++++++++++++ docs/index.html | 56 +++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 70 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 4a93d754b..93c4f5b32 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -224,4 +224,21 @@ div.topbar-wrapper div.topbar { padding-right: 20px; -moz-border-radius: 4px; border-radius: 4px; +} + +/* Popover docs +-------------------------------------------------- */ +div.popover-well { + min-height: 160px; +} +div.popover-well div.popover { + display: block; +} +div.popover-well div.popover-wrapper { + width: 50%; + height: 160px; + float: left; +} +div.popover-well div.popover-menu-wrapper { + height: 80px; } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index ef5c7372a..e5bb776e4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1062,7 +1062,7 @@
-

Example modal

+

Modals

Modals—dialogs or lightboxes—are great for contextual actions in situations where it's important that the background context be maintained.

@@ -1081,7 +1081,7 @@
- +

Tool Tips

@@ -1113,7 +1113,57 @@ Lorem ipsum dolar sit amet illo error ipsum verita
- + + +
+
+

Popovers

+
+
+
+ +
+
+
+

Popover title

+
+

Etiam porta sem malesuada magna mollis euismod. Maecenas faucibus mollis interdum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

+
+
+
+
+ +
+
+
+
+

Popover title

+
+

Etiam porta sem malesuada magna mollis euismod. Maecenas faucibus mollis interdum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

+
+
+
+
+ +
+
+
+
+
+
+ View + Edit + Delete +
+
+
+
+
+
+
+
+ + -- cgit v1.2.3