GUAC-932: Restyle login page and general UI.

This commit is contained in:
Michael Jumper
2014-11-23 01:31:47 -08:00
parent b68f9a0a26
commit b58a9b284f
13 changed files with 216 additions and 200 deletions

View File

@@ -28,12 +28,16 @@
}
body {
background: #EEE;
font-family: FreeSans, Helvetica, Arial, sans-serif;
background: white;
font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
}
input[type="submit"], button {
font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
}
img {
border: none;
vertical-align: middle;
@@ -52,17 +56,23 @@ h1 {
h2 {
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
background: rgba(0, 0, 0, 0.07);
font-size: 1.25em;
font-weight: bold;
padding: 0.75em 0.5em;
padding: 0.5em;
margin: 0;
font-size: 1.5em;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
background: rgba(0, 0, 0, 0.04);
font-weight: lighter;
text-shadow: 1px 1px white;
margin-bottom: 1em;
margin-top: 0;
border-top: none;
}
h2 ~ h2 {
margin-top: 1em;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
div.section {