mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
[Legacy] System Settings Styling Fixes for mobile
This commit is contained in:
parent
2aff080dd2
commit
d04c29f101
2 changed files with 5 additions and 3 deletions
|
@ -170,7 +170,7 @@
|
|||
<input type='hidden' name='disable_convert_lead' value='false'>
|
||||
<input name='disable_convert_lead' type="checkbox" value="true" {$disable_convert_lead}>
|
||||
</td>
|
||||
<td colspan="2"> </td>
|
||||
<td colspan="2" class="mobile-hide"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -184,7 +184,7 @@
|
|||
<input type='hidden' name='enable_action_menu' value='false'>
|
||||
<input name='enable_action_menu' type="checkbox" value="true" {$enable_action_menu}>
|
||||
</td>
|
||||
<td colspan="2"> </td>
|
||||
<td colspan="2" class="mobile-hide"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
|
@ -76,7 +76,6 @@
|
|||
}
|
||||
tr td {
|
||||
padding-left: 0.8em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
.edit img#company_logo_image {
|
||||
|
@ -84,6 +83,9 @@
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
.mobile-hide {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:750px) and (max-width: 767px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue