Fixed some css isues for qware template in actionAdmin method of AddCom object
This commit is contained in:
parent
7a4efbe2f1
commit
79fd3fbfea
@ -44,11 +44,22 @@
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid form input.form-check-input{
|
||||
#data div.tab-content.container-fluid form#fmNodeAdd div.input-group-prepend.full-large{
|
||||
width: 84%;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid form#fmNodeAdd div.input-group-prepend.full-large span.input-group-text{
|
||||
width: 100%;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
#data div.tab-content.container-fluid form#fmNodeAdd div.form-check{
|
||||
/* #data div.tab-content.container-fluid form#fmNodeAdd div.input-group-prepend.full-large span input.form-check-input{ */
|
||||
min-width: 50px;
|
||||
max-width: 50px;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
/* margin-top: auto; */
|
||||
/* margin-bottom: auto; */
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.input-group-text {
|
||||
|
@ -120,7 +120,7 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<!-- <form id="formUpload" role="form" class="text-center px-0" method="post" enctype="multipart/form-data" mXattribut="action:urlUpload"> -->
|
||||
<div class="row mb-2">
|
||||
<div class="row mb-1 w-100">
|
||||
<input type='hidden' class="hidden" name='MAX_FILE_SIZE' value='10000000000000'/>
|
||||
<div class="input-group col-xs-12 col-sm-8 col-lg-3 px-10 m-0 justify-content-center">
|
||||
<div class="custom-file">
|
||||
@ -153,10 +153,10 @@
|
||||
<h3><mx:text id="etape4"/><mx:text id="double_dots"/><mx:text id="briquesList"/></h3> (<a href="javascript:void(0);" onclick="setCheckOptions('fmNodeAdd', 'class_id[]'); return false;"><mx:text id="selectall"/></a>)
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row mb-2">
|
||||
<div class="row mb-1 w-100">
|
||||
<mx:bloc id="actionAdminClass">
|
||||
<div class="input-group col-xs-12 col-sm-8 col-lg-3">
|
||||
<div class="input-group-prepend">
|
||||
<div class="input-group col-xs-12 col-sm-8 col-lg-3 justify-content-center">
|
||||
<div class="input-group-prepend full-large">
|
||||
<span class="input-group-text"><mx:text id="className"/></span>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
|
Loading…
x
Reference in New Issue
Block a user