Fix agentmodules widget conf style

This commit is contained in:
Calvo 2022-02-11 12:01:41 +01:00
parent 1d86c1ea48
commit 4fc73cd7b7
1 changed files with 11 additions and 7 deletions

View File

@ -493,7 +493,7 @@ div#main_pure {
#form-config-widget .info_box,
.content-widget .info_box {
border-radius: 5px;
width: 90%;
width: 100%;
}
#form-config-widget .info_box {
@ -516,15 +516,10 @@ div#main_pure {
padding-right: 30px;
}
#select_multiple_modules_filtered {
border: 1px solid #c1c1c1;
border-radius: 10px;
}
#select_multiple_modules_filtered > div {
display: flex;
flex-direction: row;
justify-content: space-around;
justify-content: space-between;
align-items: center;
margin: 5px;
flex-wrap: wrap;
@ -537,12 +532,21 @@ div#main_pure {
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 250px;
}
#select_multiple_modules_filtered > div > div > * {
flex: auto;
}
#select_multiple_modules_filtered > div > div > select {
min-width: 250px !important;
}
#select_multiple_modules_filtered > div > div > .select2 {
min-width: 250px !important;
}
.visual-console-container-dashboard div.label strong {
color: inherit;
}