aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA.Avenel <avenel.alexandre@gmail.com>2012-11-25 14:01:47 +0100
committerA.Avenel <avenel.alexandre@gmail.com>2012-11-25 14:01:47 +0100
commitee7459025d031b8f47fd38059ad2f1db09435ac3 (patch)
treeec487905d01501da30af8fdfbd7e7b2090db6cbc
parentbbd4a1a838bf7bf3c42617cbdcfd7189dec771a4 (diff)
downloadihatemoney-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
-rw-r--r--budget/static/css/main.css4
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;}