diff --git a/demo/less/layout.less b/demo/less/layout.less index f53bace..6783622 100644 --- a/demo/less/layout.less +++ b/demo/less/layout.less @@ -195,6 +195,10 @@ table.zebra { box-shadow: 5px 5px rgba(15,15,15,0.05); } +#popshim { + visibility: hidden; +} + .popover { position: fixed; height: 100%; diff --git a/demo/templates/base.html b/demo/templates/base.html index 88041e5..66924d0 100644 --- a/demo/templates/base.html +++ b/demo/templates/base.html @@ -5,18 +5,76 @@ + -
+
+
+
+
+ +

+                
+
+
+
@@ -35,36 +93,5 @@ $(document).ready(function() { {% endblock %} - diff --git a/demo/templates/popover.html b/demo/templates/popover.html deleted file mode 100644 index 2b32c38..0000000 --- a/demo/templates/popover.html +++ /dev/null @@ -1,59 +0,0 @@ - -
-
-
- -

-                
-
-