Merge branch 'feature/ui-test' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into feature/ui-test

This commit is contained in:
2025-12-16 15:51:18 +01:00
2 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
</label> </label>
<nav class="menu1"> <nav class="menu1">
<li class="li1">Help</li> <a href="index2.html" class="li1">Custom document</a>
<li class="li1">Language</li> <a href="index3.html" class="li1">Help</a>
</nav> </nav>
</nav> </nav>
</section> </section>
+8 -6
View File
@@ -177,10 +177,11 @@ input[type="file"] {
.submit-btn { .submit-btn {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center;
padding: 10px 20px; padding: 10px 20px;
margin-left: 80px; margin-left: 300px;
margin-top: 30px; margin-top: 30px;
margin-bottom: 10px; margin-bottom: 70px;
background-color: #007BFF; background-color: #007BFF;
color: white; color: white;
border: none; border: none;
@@ -420,7 +421,6 @@ li {
border-radius: 5px; border-radius: 5px;
background-color: #1C3B69; background-color: #1C3B69;
margin: 0; margin: 0;
display: -ms-grid;
display: grid; display: grid;
grid-template-rows: 1fr repeat(4, 0.5fr); grid-template-rows: 1fr repeat(4, 0.5fr);
grid-row-gap: 25px; grid-row-gap: 25px;
@@ -436,19 +436,21 @@ li {
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
} }
.menu1 li:first-child { .menu1 a:first-child {
margin-top: 30px; margin-top: 30px;
} }
.menu1 li:last-child { .menu1 a:last-child {
margin-bottom: 30px; margin-bottom: 30px;
} }
.li1 { .li1 {
color: #fff;
width: 100%; width: 100%;
margin: 0; margin: 0;
padding: 10px 0; padding: 10px 0px;
font: 700 20px 'Oswald', sans-serif; font: 700 20px 'Oswald', sans-serif;
text-decoration: none;
} }
.li1:hover { .li1:hover {