[Legacy] System Settings Styling Fixes for mobile

This commit is contained in:
balumahendran 2022-04-13 16:35:51 +05:30 committed by Clemente Raposo
parent 2aff080dd2
commit d04c29f101
2 changed files with 5 additions and 3 deletions

View file

@ -170,7 +170,7 @@
<input type='hidden' name='disable_convert_lead' value='false'> <input type='hidden' name='disable_convert_lead' value='false'>
<input name='disable_convert_lead' type="checkbox" value="true" {$disable_convert_lead}> <input name='disable_convert_lead' type="checkbox" value="true" {$disable_convert_lead}>
</td> </td>
<td colspan="2">&nbsp;</td> <td colspan="2" class="mobile-hide">&nbsp;</td>
</tr> </tr>
<tr> <tr>
@ -184,7 +184,7 @@
<input type='hidden' name='enable_action_menu' value='false'> <input type='hidden' name='enable_action_menu' value='false'>
<input name='enable_action_menu' type="checkbox" value="true" {$enable_action_menu}> <input name='enable_action_menu' type="checkbox" value="true" {$enable_action_menu}>
</td> </td>
<td colspan="2">&nbsp;</td> <td colspan="2" class="mobile-hide">&nbsp;</td>
</tr> </tr>
<tr> <tr>

View file

@ -76,7 +76,6 @@
} }
tr td { tr td {
padding-left: 0.8em; padding-left: 0.8em;
margin-bottom: 0.5em;
} }
} }
.edit img#company_logo_image { .edit img#company_logo_image {
@ -84,6 +83,9 @@
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
} }
.mobile-hide {
display: none !important;
}
} }
@media (min-width:750px) and (max-width: 767px) { @media (min-width:750px) and (max-width: 767px) {