mirror of
https://github.com/moparisthebest/mail
synced 2025-02-17 15:30:18 -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;
|
margin-right: auto;
|
||||||
background-image: url('images/key-128.png');
|
background-image: url('images/key-128.png');
|
||||||
background-repeat: no-repeat;
|
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 data-role="content">
|
||||||
<div id="loginImg"></div>
|
<div id="loginImg"></div>
|
||||||
<div style="padding:10px 20px;">
|
<div id="loginForm">
|
||||||
<h3>Please sign in</h3>
|
<h3>Please sign in</h3>
|
||||||
<label for="userId" class="ui-hidden-accessible">Username:</label>
|
<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">
|
<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