19 lines
444 B
HTML
19 lines
444 B
HTML
<style>
|
|
.manage-sim > section {
|
|
height: 100%;
|
|
padding: 0;
|
|
}
|
|
.manage-sim .sim-list .row {
|
|
grid-template-columns: 2fr 2fr 1fr 6em 10em;
|
|
}
|
|
.manage-sim .sim-list .cell { text-align: center; }
|
|
</style>
|
|
<article eiccard class="manage-sim">
|
|
<header>
|
|
<h1>Play / Pause / Stop a simulation</h1>
|
|
</header>
|
|
<section>
|
|
<div eicdatagrid class="sim-list"></div>
|
|
</section>
|
|
</article>
|