added account icon
This commit is contained in:
parent
980684a2f0
commit
f790306990
|
@ -60,6 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons.md-18 { font-size: 18px; }
|
.material-icons.md-18 { font-size: 18px; }
|
||||||
|
.material-icons.md-36 { font-size: 36px; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
|
font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
@ -587,6 +588,8 @@ color:#ffa801;
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ xhtmlHeaders(__FILE__, translate('Login') );
|
||||||
|
|
||||||
<div id="loginform">
|
<div id="loginform">
|
||||||
|
|
||||||
<h1><?php echo ZM_WEB_TITLE . ' ' . translate('Login') ?></h1>
|
<h1><i class="material-icons md-36">account_circle</i> <?php echo ZM_WEB_TITLE . ' ' . translate('Login') ?></h1>
|
||||||
|
|
||||||
<label for="inputUsername" class="sr-only"><?php echo translate('Username') ?></label>
|
<label for="inputUsername" class="sr-only"><?php echo translate('Username') ?></label>
|
||||||
<input type="text" id="inputUsername" name="username" class="form-control" placeholder="Username" required autofocus />
|
<input type="text" id="inputUsername" name="username" class="form-control" placeholder="Username" required autofocus />
|
||||||
|
|
Loading…
Reference in New Issue