From 9b09d1de861b236ce27cbda8579d4ec1f6e4dd17 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Feb 2012 21:55:09 -0800 Subject: move overflow and max-height on modal to modal-body instead --- docs/assets/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index baf4fde00..9fa129e10 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -860,7 +860,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec display: block; margin-top: 5px; margin-bottom: 0; - color: #999999; } .help-inline { display: inline-block; @@ -2873,7 +2872,6 @@ button.btn.small, input[type="submit"].btn.small { top: 50%; left: 50%; z-index: 1050; - max-height: 500px; overflow: auto; width: 560px; margin: -250px 0 0 -280px; @@ -2912,6 +2910,8 @@ button.btn.small, input[type="submit"].btn.small { margin-top: 2px; } .modal-body { + overflow-y: auto; + max-height: 400px; padding: 15px; } .modal-body .modal-form { -- cgit v1.2.3