From ee7459025d031b8f47fd38059ad2f1db09435ac3 Mon Sep 17 00:00:00 2001 From: "A.Avenel" Date: Sun, 25 Nov 2012 14:01:47 +0100 Subject: [PATCH] Increase max-height for modal so we can display more members without using scrollbars --- budget/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/budget/static/css/main.css b/budget/static/css/main.css index c3c8ed9..3274241 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -189,6 +189,10 @@ tr.payer_line .balance-name{ position: absolute; } +.modal-body { + max-height:455px; +} + /* Fluid Offsets for Boostrap */ .row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;}