GUAC-932: Restyle login page and general UI.

This commit is contained in:
Michael Jumper
2014-11-23 02:00:57 -08:00
parent b58a9b284f
commit d32ca5bfca
7 changed files with 12 additions and 21 deletions

View File

@@ -33,6 +33,7 @@ input[type="submit"], button, a.button {
text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
font-size: 1em;
font-weight: bold;
font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
padding: 0.35em 1em;
min-width: 5em;

View File

@@ -72,11 +72,11 @@
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
margin: 0;
padding: 0.5em 1em;
text-transform: uppercase;
}
.status.error {
background: #FDD;
border: 1px solid #964040;
}
.status > * {

View File

@@ -34,10 +34,6 @@ body {
margin: 0;
}
input[type="submit"], button {
font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
}
img {
border: none;
vertical-align: middle;