From a623b8c10f4293bd40a1e7c144b61fe374179826 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 7 Feb 2013 19:21:56 -0800 Subject: update docs modals --- docs/assets/css/bootstrap.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d823e8d2a..739bee5c7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3737,6 +3737,14 @@ button.close { -webkit-overflow-scrolling: touch; } +.modal.fade { + top: -25%; + -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; + -moz-transition: opacity 0.3s linear, top 0.3s ease-out; + -o-transition: opacity 0.3s linear, top 0.3s ease-out; + transition: opacity 0.3s linear, top 0.3s ease-out; +} + .modal-dialog { position: relative; top: 0; @@ -3751,11 +3759,11 @@ button.close { position: relative; background-color: #fff; border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.3); + border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: none; - -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); + box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; -- cgit v1.2.3