1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Increase max-height for modal

so we can display more members without using scrollbars
This commit is contained in:
A.Avenel 2012-11-25 14:01:47 +01:00
parent bbd4a1a838
commit ee7459025d

View file

@ -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;}