Nhsys template enhancements
This commit is contained in:
parent
77ec322402
commit
5896a33c4a
@ -74,7 +74,7 @@
|
|||||||
/* border-radius: 0; */
|
/* border-radius: 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#data div.tab-content.container-fluid div.card.w-100 div.card-header{
|
#data div.tab-content.container-fluid div.card.w-100 div.card-header.text-center{
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="tab-content container-fluid px-0 py-2 border w-75">
|
<div class="tab-content container-fluid px-0 py-2 border w-75">
|
||||||
<form id="postTextInfos" role="form" class="form-inline text-center px-0" method="post" mXattribut="action:urlAction">
|
<form id="postTextInfos" role="form" class="form-inline px-0" method="post" mXattribut="action:urlAction">
|
||||||
<div class="card w-100 border-0">
|
<div class="card w-100 border-0">
|
||||||
<div class="card-header">
|
<div class="card-header text-center">
|
||||||
<h3><mx:text id="lblTextComResume"/></h3>
|
<h3><mx:text id="lblTextComResume"/></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card w-100 border-0">
|
<div class="card w-100 border-0">
|
||||||
<div class="card-header">
|
<div class="card-header text-center">
|
||||||
<h3><mx:text id="lblTextComComplete"/></h3>
|
<h3><mx:text id="lblTextComComplete"/></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
Loading…
Reference in New Issue
Block a user