2013-09-01 20:25:34 -07:00
|
|
|
|
|
|
|
/******************************
|
|
|
|
* login.css
|
|
|
|
******************************/
|
|
|
|
|
2019-08-17 19:01:29 -05:00
|
|
|
.logo img,
|
2013-09-01 20:25:34 -07:00
|
|
|
#logo {
|
2019-03-09 18:44:13 -06:00
|
|
|
display: block;
|
2017-07-31 13:58:38 -05:00
|
|
|
margin: 40px auto;
|
2019-08-23 22:02:46 -05:00
|
|
|
max-height: 350px;
|
|
|
|
max-width: 800px;
|
2013-09-01 20:25:34 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
div.form {
|
|
|
|
margin: auto;
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.field-wrapper {
|
|
|
|
margin: 10px auto;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.field-wrapper label {
|
|
|
|
text-align: right;
|
2016-12-11 18:07:30 -06:00
|
|
|
width: auto;
|
2013-09-01 20:25:34 -07:00
|
|
|
}
|
|
|
|
|
2016-12-11 18:07:30 -06:00
|
|
|
div.field-wrapper div.field input[type="text"],
|
|
|
|
div.field-wrapper div.field input[type="password"] {
|
|
|
|
margin-left: 1em;
|
2013-09-01 20:25:34 -07:00
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2019-03-09 18:44:13 -06:00
|
|
|
div.buttons {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-09-01 20:25:34 -07:00
|
|
|
div.buttons input {
|
|
|
|
margin: auto 5px;
|
|
|
|
}
|
2017-03-19 11:21:00 -05:00
|
|
|
|
|
|
|
/* this is for "login as chuck" tip in demo mode */
|
|
|
|
.tips {
|
|
|
|
margin-top: 2em;
|
|
|
|
text-align: center;
|
|
|
|
}
|