mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 09:51:51 +02:00
Merge branch 'feature/ui-test' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into feature/ui-test
This commit is contained in:
+9
-11
@@ -211,8 +211,8 @@ input[type="file"] {
|
||||
|
||||
.img-hover1 {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: auto;
|
||||
height: 700px;
|
||||
top: 0;
|
||||
right: 40%;
|
||||
left: 0;
|
||||
@@ -233,8 +233,8 @@ input[type="file"] {
|
||||
|
||||
.img-hover2 {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: auto;
|
||||
height: 700px;
|
||||
top: 0;
|
||||
right: 40%;
|
||||
left: 0;
|
||||
@@ -255,8 +255,8 @@ input[type="file"] {
|
||||
|
||||
.img-hover3 {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: auto;
|
||||
height: 700px;
|
||||
top: 0;
|
||||
right: 40%;
|
||||
left: 0;
|
||||
@@ -277,8 +277,8 @@ input[type="file"] {
|
||||
|
||||
.img-hover4 {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: auto;
|
||||
height: 700px;
|
||||
top: 0;
|
||||
right: 40%;
|
||||
left: 0;
|
||||
@@ -650,7 +650,6 @@ li {
|
||||
.speaker-container {
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.speaker-table {
|
||||
@@ -662,7 +661,7 @@ li {
|
||||
.speaker-table tbody tr {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
gap: 15px;
|
||||
margin-bottom: 25px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
@@ -701,7 +700,6 @@ li {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
justify-content: center;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#speakerLocker,
|
||||
|
||||
Reference in New Issue
Block a user