From 90342afba20ae771da454a8cd07056a5f2808f72 Mon Sep 17 00:00:00 2001 From: Douglas Miranda Date: Tue, 9 Jul 2013 03:04:28 -0400 Subject: [PATCH] fixing the fixed height of .change_form in order to provide an "auto height" --- djadmin2/static/themes/bootstrap/css/bootstrap-custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css index 3011d14..8ce26c4 100644 --- a/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css +++ b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css @@ -34,7 +34,9 @@ .change_form { border: 1px solid #C6BCBC; border-radius: 5px; - height: 360px; +} +.change_form .controls{ + display: inline-block; } label {