Fix agentmodules widget conf style
This commit is contained in:
parent
1d86c1ea48
commit
4fc73cd7b7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue