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