Qware template enhancements
This commit is contained in:
parent
0c0896a396
commit
809907f11b
@ -87,7 +87,13 @@
|
||||
<mx:text id="userprint"/>
|
||||
</nav>
|
||||
</header><!--/#home-->
|
||||
|
||||
|
||||
<!-- <section id="community-icon-zone"> -->
|
||||
<div id="data-icon-zone">
|
||||
<mx:text id="communityzoneicon"/>
|
||||
</div>
|
||||
<!-- </section> -->
|
||||
|
||||
<section id="application-content">
|
||||
<div id="data">
|
||||
<mx:bloc id="DATA"></mx:bloc id="DATA">
|
||||
|
@ -69,11 +69,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card card-content-center">
|
||||
<!--<div class="card card-content-center">
|
||||
<div class="card-body">
|
||||
<mx:image id="imageCommunity"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="card card-content-half-r">
|
||||
<div class="card-body">
|
||||
<div class="row mb-2">
|
||||
|
@ -27,6 +27,18 @@
|
||||
/* padding-right: 10px; */
|
||||
}
|
||||
|
||||
#data-icon-zone{
|
||||
position: fixed;
|
||||
width: 12%;
|
||||
padding-top: 5em;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
#data-icon-zone img{
|
||||
width: 90%;
|
||||
opacity: 0.90;
|
||||
}
|
||||
|
||||
#data ul.nav.container-fluid.nav-tabs li.nav-item{
|
||||
opacity: .90;
|
||||
}
|
||||
@ -91,7 +103,7 @@
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-half-b {
|
||||
background-color: #eb695c;
|
||||
width: 42%;
|
||||
width: 48%;
|
||||
border: 2px solid #dee2e6;
|
||||
border-radius: .75em;
|
||||
float: left;
|
||||
@ -100,7 +112,7 @@
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center {
|
||||
/*#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center {
|
||||
height: 100%;
|
||||
width: 16%;
|
||||
float: left;
|
||||
@ -111,11 +123,11 @@
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center img {
|
||||
width: 80%;
|
||||
opacity: 0.25;
|
||||
}
|
||||
}*/
|
||||
|
||||
#data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-body div.card.card-content-half-r {
|
||||
background-color: #254360;
|
||||
width: 42%;
|
||||
width: 48%;
|
||||
border: 2px solid #dee2e6;
|
||||
border-radius: .75em;
|
||||
float: right;
|
||||
|
Loading…
x
Reference in New Issue
Block a user