mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Added 5th and 6th step, headline above steps
This commit is contained in:
@@ -8,18 +8,21 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 id="h1">Video to document</h1>
|
||||
|
||||
<div class="step-nav">
|
||||
<div class="step-item active" data-step="1">1. Step</div>
|
||||
<div class="step-item" data-step="2">2. Step</div>
|
||||
<div class="step-item" data-step="3">3. Step</div>
|
||||
<div class="step-item" data-step="4">4. Step</div>
|
||||
<div class="step-item" data-step="5">5. Step</div>
|
||||
<div class="step-item" data-step="6">6. Step</div>
|
||||
</div>
|
||||
|
||||
<div id="middleContainerWrapper" class="middle-container-wrapper">
|
||||
<button id="prevBtn" class="navBtn" disabled>←</button>
|
||||
|
||||
<div class="mitte" id="mitte">
|
||||
<h1 id="h1">Video to document</h1>
|
||||
|
||||
<div class="step" id="step1">
|
||||
<div class="upload-container" id="uploadContainer">
|
||||
|
||||
@@ -210,7 +210,7 @@ h1 {
|
||||
}
|
||||
|
||||
.step-item {
|
||||
padding: 10px 15px;
|
||||
padding: 10px 25px;
|
||||
border-radius: 8px;
|
||||
background: #eee;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user