changeset 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 b8e0bdc37e32
children 2a2078bd334c
files static/css/agora.less
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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));