Minor changes

This commit is contained in:
Jose Gonzalez 2023-02-28 17:53:10 +01:00
parent 825b937958
commit ad34dfef21
2 changed files with 24 additions and 2 deletions

View File

@ -6290,7 +6290,7 @@ function ui_print_agent_autocomplete_input($parameters)
true true
); );
if ($show_helptip) { if ($show_helptip) {
$html .= ui_print_help_tip($helptip_text, true); $html .= ui_print_input_placeholder($helptip_text, true);
} }
if ($print_hidden_input_idagent) { if ($print_hidden_input_idagent) {

View File

@ -1161,6 +1161,10 @@ p.center {
margin-bottom: 10px; margin-bottom: 10px;
} }
.margin-lr-10 {
margin-left: 10px;
margin-right: 10px;
}
.img_help { .img_help {
cursor: help; cursor: help;
margin: 0 5px; margin: 0 5px;
@ -9170,11 +9174,12 @@ div.stat-win-spinner img {
font-size: 11pt; font-size: 11pt;
} }
.checkbox-random-name { /*.checkbox-random-name {
width: 100px !important; width: 100px !important;
margin-left: 20px; margin-left: 20px;
} }
*/
.btn_update_online_open { .btn_update_online_open {
float: right; float: right;
margin-bottom: 20px; margin-bottom: 20px;
@ -11378,3 +11383,20 @@ div[role="dialog"] {
-webkit-mask: url(../../images/alert@svg.svg) no-repeat center / contain; -webkit-mask: url(../../images/alert@svg.svg) no-repeat center / contain;
margin: 0 auto; margin: 0 auto;
} }
.filter-list-adv .wizard li {
display: grid;
}
.filter-list-adv .wizard li label {
color: #161628;
font-size: 13px;
font-weight: bold;
line-height: 16px;
text-align: left;
margin-bottom: 10px;
}
.filter-list-adv fieldset.several-fields {
margin-left: 10px;
}