diff options
| author | A.Avenel <avenel.alexandre@gmail.com> | 2012-11-25 14:01:47 +0100 |
|---|---|---|
| committer | A.Avenel <avenel.alexandre@gmail.com> | 2012-11-25 14:01:47 +0100 |
| commit | ee7459025d031b8f47fd38059ad2f1db09435ac3 (patch) | |
| tree | ec487905d01501da30af8fdfbd7e7b2090db6cbc /budget/static/css | |
| parent | bbd4a1a838bf7bf3c42617cbdcfd7189dec771a4 (diff) | |
| download | ihatemoney-mirror-ee7459025d031b8f47fd38059ad2f1db09435ac3.zip ihatemoney-mirror-ee7459025d031b8f47fd38059ad2f1db09435ac3.tar.gz ihatemoney-mirror-ee7459025d031b8f47fd38059ad2f1db09435ac3.tar.bz2 | |
Increase max-height for modal
so we can display more members without using scrollbars
Diffstat (limited to 'budget/static/css')
| -rw-r--r-- | budget/static/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
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;} |
