diff static/css/agora.less @ 140:3c4dc3b15f3b

Fix height of login-popup box The submit buttons were popping out of the box.
author dellsystem <ilostwaldo@gmail.com>
date Sat, 06 Oct 2012 01:03:14 -0400
parents d6f65888e0f3
children ee999b9f33f5
line wrap: on
line diff
--- 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));