Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150758 | Jan 18,2020 11:20 AM UTC | Jan 20,2020 11:01 AM UTC | Blazor | 1 |
![]() |
Tags: Dashboard Layout |
/* Current Dashboard layout header styles*/
#dashboard .e-panel-header {
height: 30px;
border-bottom-style: solid;
text-align: center;
} |
<ContentTemplate>
<div class="content">
<div> Panel content3</div>
@* Create a footer element*@
<div class="footer">Footer</div>
</div>
</ContentTemplate>
<style>
#dashboard .content {
height:100%;
position: relative;
text-align: center;
}
/* Current Dashboard layout footer styles*/
#dashboard .footer {
position: absolute;
bottom:0;
border-top-style: solid;
width:100%;
}
</style> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.