Login - Better presentation with RWD

This commit is contained in:
aspangaro 2014-11-27 20:32:29 +01:00
parent 92c093055c
commit b98c0a3208
2 changed files with 5 additions and 8 deletions

View File

@ -67,6 +67,8 @@ $(document).ready(function () {
<input type="hidden" name="dol_no_mouse_hover" id="dol_no_mouse_hover" value="<?php echo $dol_no_mouse_hover; ?>" />
<input type="hidden" name="dol_use_jmobile" id="dol_use_jmobile" value="<?php echo $dol_use_jmobile; ?>" />
<div class="center"><img alt="Logo" title="" src="<?php echo $urllogo; ?>" id="img_logo" /></div>
<table class="login_table_title center" summary="<?php echo dol_escape_htmltag($title); ?>">
<tr class="vmenu"><td align="center"><?php echo dol_escape_htmltag($title); ?></td></tr>
</table>
@ -76,7 +78,7 @@ $(document).ready(function () {
<div id="login_line1">
<div id="login_left">
<div>
<table class="left" summary="Login pass">
<!-- Login -->
@ -130,11 +132,6 @@ if (! empty($hookmanager->resArray['options'])) {
</div> <!-- end div left -->
<div id="login_right">
<img alt="Logo" title="" src="<?php echo $urllogo; ?>" id="img_logo" />
</div>
</div>
<div id="login_line2" style="clear: both">

View File

@ -849,7 +849,7 @@ form#login {
vertical-align: middle;
}
.login_table_title {
max-width: 540px;
max-width: 320px;
color: #888888;
text-shadow: 1px 1px 1px #FFF;
}
@ -863,7 +863,7 @@ form#login {
padding-right:6px;
padding-top:12px;
padding-bottom:12px;
max-width: 540px;
max-width: 320px;
background-color: #FFFFFF;