mirror of
https://github.com/moparisthebest/mail
synced 2024-11-24 18:02:15 -05:00
updated login screen for max width
This commit is contained in:
parent
4a09a6da60
commit
efa385c063
@ -34,4 +34,11 @@ textarea.ui-input-text {
|
||||
margin-right: auto;
|
||||
background-image: url('images/key-128.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#loginForm {
|
||||
padding: 10px 20px;
|
||||
max-width: 400px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
|
||||
<div data-role="content">
|
||||
<div id="loginImg"></div>
|
||||
<div style="padding:10px 20px;">
|
||||
<div id="loginForm">
|
||||
<h3>Please sign in</h3>
|
||||
<label for="userId" class="ui-hidden-accessible">Username:</label>
|
||||
<input type="email" name="user" id="userId" value="test@atlasdev.onmicrosoft.com" placeholder="email" data-theme="a">
|
||||
|
Loading…
Reference in New Issue
Block a user