mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'fix/adblock-avoid' into 'develop'
Fix class names to avoid addblock hide them See merge request artica/pandorafms!2543
This commit is contained in:
commit
690b5cd7fd
@ -777,7 +777,7 @@ $table_adv_options = '
|
|||||||
'.$adv_secondary_groups_right.'
|
'.$adv_secondary_groups_right.'
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="adv_right" >
|
<div class="agent_av_opt_right" >
|
||||||
'.$table_adv_parent.$table_adv_module_mode.$table_adv_cascade;
|
'.$table_adv_parent.$table_adv_module_mode.$table_adv_cascade;
|
||||||
|
|
||||||
if ($new_agent) {
|
if ($new_agent) {
|
||||||
@ -788,7 +788,7 @@ if ($new_agent) {
|
|||||||
$table_adv_options .= '</div>';
|
$table_adv_options .= '</div>';
|
||||||
|
|
||||||
$table_adv_options .= '
|
$table_adv_options .= '
|
||||||
<div class="adv_left" >
|
<div class="agent_av_opt_left" >
|
||||||
'.$table_adv_gis.$table_adv_agent_icon.$table_adv_url.$table_adv_quiet.$table_adv_status.$table_adv_remote.$table_adv_safe.'
|
'.$table_adv_gis.$table_adv_agent_icon.$table_adv_url.$table_adv_quiet.$table_adv_status.$table_adv_remote.$table_adv_safe.'
|
||||||
</div>';
|
</div>';
|
||||||
|
|
||||||
|
@ -119,8 +119,8 @@ a#qr_code_agent_view {
|
|||||||
border-bottom-right-radius: 0px;
|
border-bottom-right-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adv_right,
|
.agent_av_opt_right,
|
||||||
.adv_left,
|
.agent_av_opt_left,
|
||||||
.secondary_groups_list {
|
.secondary_groups_list {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
@ -150,8 +150,8 @@ a#qr_code_agent_view {
|
|||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adv_left input,
|
.agent_av_opt_left input,
|
||||||
.adv_left select {
|
.agent_av_opt_left select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user