diff options
| author | A.Avenel <avenel.alexandre@gmail.com> | 2013-02-19 15:36:37 +0100 |
|---|---|---|
| committer | A.Avenel <avenel.alexandre@gmail.com> | 2013-02-19 15:36:37 +0100 |
| commit | b410e48851b440c279366de1cda151bfef09d9b8 (patch) | |
| tree | 1c428916c5a4049b8fc641ba7ea5694d3b7f615a /budget/static/css | |
| parent | 79bd22c25cab0c7b869ae35a72def30a5c2a6dba (diff) | |
| parent | a4b8283fba6a6fd910e52b1f61afce2a9160d08d (diff) | |
| download | ihatemoney-mirror-b410e48851b440c279366de1cda151bfef09d9b8.zip ihatemoney-mirror-b410e48851b440c279366de1cda151bfef09d9b8.tar.gz ihatemoney-mirror-b410e48851b440c279366de1cda151bfef09d9b8.tar.bz2 | |
Merge branch 'flask0.9' of github.com:aavenel/ihatemoney
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;} |
