# HG changeset patch # User dellsystem # Date 1349499794 14400 # Node ID 3c4dc3b15f3b1043f216ff31640926a52be2b7a6 # Parent b8e0bdc37e324bf76ea71767c149855984c5832f Fix height of login-popup box The submit buttons were popping out of the box. diff -r b8e0bdc37e32 -r 3c4dc3b15f3b static/css/agora.less --- a/static/css/agora.less Sat Sep 29 21:31:17 2012 -0400 +++ b/static/css/agora.less Sat Oct 06 01:03:14 2012 -0400 @@ -286,7 +286,7 @@ #login-form { @width: 600px; - @height: 300px; + @height: 360px; @verticalPadding: 20px; .box-shadow(0 0 5px 1px rgba(0, 0, 0, 0.3));