Index: branches/RC/core/admin_templates/login.tpl =================================================================== diff -u -N -r11652 -r11656 --- branches/RC/core/admin_templates/login.tpl (.../login.tpl) (revision 11652) +++ branches/RC/core/admin_templates/login.tpl (.../login.tpl) (revision 11656) @@ -69,14 +69,17 @@ background: #ECECEC; } + .login-table { + background: #ECECEC; + } + .roundbutton { -moz-border-radius-bottomleft:11px; -moz-border-radius-bottomright:11px; -moz-border-radius-topleft:11px; -moz-border-radius-topright:11px; border:1px solid; cursor:pointer; - font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; font-size:12px; margin-top:-3px; padding:3px 10px;