diff options
| author | Mark Otto <[email protected]> | 2012-01-28 00:39:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 00:39:22 -0800 |
| commit | 967030cb532c642f076d1e1fc4e5a1e2cee18561 (patch) | |
| tree | 38e2d5adad4f5ed11d80e887567c8a68a46c0f05 /less | |
| parent | 18d95a163b23296b7c2242a98aa1f66b3bd22a7a (diff) | |
| download | bootstrap-967030cb532c642f076d1e1fc4e5a1e2cee18561.tar.xz bootstrap-967030cb532c642f076d1e1fc4e5a1e2cee18561.zip | |
modal refinements in docs and general responsiveness
Diffstat (limited to 'less')
| -rw-r--r-- | less/responsive.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/less/responsive.less b/less/responsive.less index 6ba31b5c9..fe5e0a7eb 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -56,15 +56,16 @@ // Modals .modal { position: absolute; - top: 20px; - left: 20px; - right: 20px; + top: 10px; + left: 10px; + right: 10px; width: auto; margin: 0; &.fade.in { top: auto; } } .modal-header .close { padding: 10px; + margin: -10px; } } |
