mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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,
|
#form-config-widget .info_box,
|
||||||
.content-widget .info_box {
|
.content-widget .info_box {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form-config-widget .info_box {
|
#form-config-widget .info_box {
|
||||||
@ -516,15 +516,10 @@ div#main_pure {
|
|||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#select_multiple_modules_filtered {
|
|
||||||
border: 1px solid #c1c1c1;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#select_multiple_modules_filtered > div {
|
#select_multiple_modules_filtered > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -537,12 +532,21 @@ div#main_pure {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#select_multiple_modules_filtered > div > div > * {
|
#select_multiple_modules_filtered > div > div > * {
|
||||||
flex: auto;
|
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 {
|
.visual-console-container-dashboard div.label strong {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user