From 1d9fb78eb783455bfb743f3d4fa1903a949421b1 Mon Sep 17 00:00:00 2001 From: mbarki-mohamed Date: Thu, 3 Oct 2013 11:52:40 +0100 Subject: [PATCH] Addition of new Draggable Modal feature using the jQuery draggable function --- index.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d0369ec..62004bb 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,10 @@ .marketing p { font-size: 18px; } + .drag{ + cursor: move; + + } @@ -117,7 +121,16 @@

Long Modals


- + + +
+

Draggable

+
         
+  				  
+
+ +
+
@@ -192,6 +205,8 @@

Stack One

+ + + + + + + + + @@ -338,6 +377,8 @@

A Very Long

}); + + + + + +