Redesign login page

This commit is contained in:
Joseph Cohen
2014-12-28 19:45:43 -06:00
parent 032f6891e6
commit 9fb5931fe6
17 changed files with 155 additions and 38 deletions
+26 -1
View File
@@ -4254,12 +4254,24 @@ div[role=tabpanel] .tab-content {
div[role=tabpanel] .tab-content .tab-pane {
padding: 10px; }
.form-control {
box-shadow: none; }
input.form-control {
padding: 2px 8px;
height: 40px; }
.form-control:focus {
padding: 2px 8px;
border: 1px solid #999;
outline: 0;
box-shadow: none; }
body.dashboard {
font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 300;
font-size: 16px;
letter-spacing: 0.08em;
background: #f1f1f1;
display: table;
width: 100%;
height: 100%;
@@ -4377,6 +4389,19 @@ body.dashboard .content {
body.dashboard .content h3 {
margin-top: 0; }
.login .logo {
display: block;
margin: 0 auto 30px; }
.login legend {
border: 0;
padding: 0;
width: 100%;
font-size: 24px;
font-weight: 500;
text-align: center;
margin: 0 0 30px 0; }
body.status-page {
font-family: 'Lato', 'Helevetic Neue', Arial, sans-serif;
background-color: #F0F3F4;