Redesign login page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user