Merge pull request #176 from glyptodon/buttons-arent-fields

GUAC-587: Login button is a button not a field.
This commit is contained in:
James Muehlner
2015-05-05 22:00:48 -07:00

View File

@@ -35,7 +35,7 @@
max-width: none;
}
.login-ui .login-dialog .login-fields input[type="submit"] {
.login-ui .login-dialog .buttons input[type="submit"] {
width: 100%;
margin: 0;
}