diff --git a/examples/index.html b/examples/index.html index b49a053..527acd9 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,11 +1,11 @@ - - - + + + - - + + - + @@ -24,7 +24,7 @@ table {width:100%;border-collapse:collapse;} td { border: 1px solid #eee; padding: 15px; } td pre { margin: 0; } - + /* Example 2 (login form) */ .login_form.modal { border-radius: 0; @@ -32,7 +32,7 @@ padding: 0; font-family: "Lucida Grande", Verdana, sans-serif; } - + .login_form h3 { margin: 0; padding: 10px; @@ -41,9 +41,9 @@ background: -moz-linear-gradient(top, #2e5764, #1e3d47); background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1e3d47),color-stop(1, #2e5764)); } - + .login_form.modal p { padding: 20px 30px; border-bottom: 1px solid #ddd; margin: 0; - background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff)); + background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff)); overflow: hidden; } .login_form.modal p:last-child { border: none; } @@ -55,17 +55,17 @@ border: 1px solid #ddd; width: 200px; } - - + + .part { display: none; } - + jQuery Modal - + - +

jQuery Modal

the simplest modal you ever did see.Code on GitHub »