Merge branch 'ent-6982-Bug-al-crear-Agent-event-report-a-traves-de-wizard' into 'develop'
fixed visual error report wizard See merge request artica/pandorafms!3896
This commit is contained in:
commit
b62dc5c0c2
|
@ -8450,6 +8450,45 @@ div.stat-win-spinner img {
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
#table_builder_wizard tr.datos > td {
|
||||
width: 30%;
|
||||
}
|
||||
#table_builder_wizard tr.datos > td:nth-child(3) {
|
||||
width: 10%;
|
||||
}
|
||||
#table_builder_wizard .vertical-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#table_builder_wizard .container-agent-arrows {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
#table_builder_wizard .container-agent-arrows > div {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#table_builder_wizard .container-agent-arrows > div > b {
|
||||
flex: 0;
|
||||
margin-bottom: 20px;
|
||||
width: 98%;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#table_builder_wizard .container-agent-arrows > div.vertical-center {
|
||||
flex: 0;
|
||||
display: block;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.lign_right {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue