Fix css for responsive
This commit is contained in:
parent
e3480780cf
commit
8d79404914
@ -96,11 +96,11 @@ else
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="label1"><?php echo $langs->trans("Login"); ?></td>
|
<td class="label1"><?php echo $langs->trans("Login"); ?></td>
|
||||||
<td><input name="txtUsername" class="texte_login" type="text" value="<?php echo $usertxt; ?>" /></td>
|
<td><input name="txtUsername" class="texte_login maxwidth150onsmartphoneimp" type="text" value="<?php echo $usertxt; ?>" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="label1"><?php echo $langs->trans("Password"); ?></td>
|
<td class="label1"><?php echo $langs->trans("Password"); ?></td>
|
||||||
<td><input name="pwdPassword" class="texte_login" type="password" value="" /></td>
|
<td><input name="pwdPassword" class="texte_login maxwidth150onsmartphoneimp" type="password" value="" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -889,6 +889,7 @@ select.selectarrowonleft option {
|
|||||||
.maxwidth75onsmartphone { max-width: 50px; }
|
.maxwidth75onsmartphone { max-width: 50px; }
|
||||||
.maxwidth100onsmartphone { max-width: 70px; }
|
.maxwidth100onsmartphone { max-width: 70px; }
|
||||||
.maxwidth150onsmartphone { max-width: 120px; }
|
.maxwidth150onsmartphone { max-width: 120px; }
|
||||||
|
.maxwidth150onsmartphoneimp { max-width: 120px !important; }
|
||||||
.maxwidth200onsmartphone { max-width: 200px; }
|
.maxwidth200onsmartphone { max-width: 200px; }
|
||||||
.maxwidth300onsmartphone { max-width: 300px; }
|
.maxwidth300onsmartphone { max-width: 300px; }
|
||||||
.maxwidth400onsmartphone { max-width: 400px; }
|
.maxwidth400onsmartphone { max-width: 400px; }
|
||||||
|
|||||||
@ -1079,6 +1079,7 @@ select.selectarrowonleft option {
|
|||||||
.maxwidth75onsmartphone { max-width: 50px; }
|
.maxwidth75onsmartphone { max-width: 50px; }
|
||||||
.maxwidth100onsmartphone { max-width: 70px; }
|
.maxwidth100onsmartphone { max-width: 70px; }
|
||||||
.maxwidth150onsmartphone { max-width: 120px; }
|
.maxwidth150onsmartphone { max-width: 120px; }
|
||||||
|
.maxwidth150onsmartphoneimp { max-width: 120px !important; }
|
||||||
.maxwidth200onsmartphone { max-width: 200px; }
|
.maxwidth200onsmartphone { max-width: 200px; }
|
||||||
.maxwidth300onsmartphone { max-width: 300px; }
|
.maxwidth300onsmartphone { max-width: 300px; }
|
||||||
.maxwidth400onsmartphone { max-width: 400px; }
|
.maxwidth400onsmartphone { max-width: 400px; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user