mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
4678528d00
Added LICENSE, README.md, CONTRIBUTORS.md
22 lines
539 B
HTML
22 lines
539 B
HTML
<div id="scheduledTasksPage" data-role="page" class="page type-interior scheduledTasksConfigurationPage">
|
|
|
|
<style>
|
|
.taskProgressOuter {
|
|
height: 6px;
|
|
background: #eee;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.taskProgressInner {
|
|
border-radius: 2px;
|
|
height: 100%;
|
|
background: #00a4dc;
|
|
}
|
|
</style>
|
|
<div>
|
|
<div class="content-primary">
|
|
|
|
<div class="divScheduledTasks readOnlyContent"></div>
|
|
</div>
|
|
</div>
|
|
</div> |