mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Small style changes
This commit is contained in:
+10
-7
@@ -22,7 +22,7 @@ body {
|
||||
#h1-wrapper {
|
||||
position: relative;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
width: 770px;
|
||||
width: 780px;
|
||||
height: 60px;
|
||||
background-color: #FFF;
|
||||
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
|
||||
@@ -109,7 +109,7 @@ body {
|
||||
}
|
||||
|
||||
#step2 {
|
||||
gap: 30px;
|
||||
gap: 25px;
|
||||
}
|
||||
|
||||
.KI-wrapper {
|
||||
@@ -192,7 +192,7 @@ input[type="file"] {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 10px 20px;
|
||||
margin: 100px auto 10px auto;
|
||||
margin: 110px auto 10px auto;
|
||||
background-color: #007BFF;
|
||||
color: white;
|
||||
border: none;
|
||||
@@ -210,10 +210,10 @@ input[type="file"] {
|
||||
.mitte {
|
||||
background-color: #FFF;
|
||||
display: flex;
|
||||
width: 700px;
|
||||
width: 780px;
|
||||
height: 500px;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 40px;
|
||||
gap: 10px;
|
||||
border: 0px;
|
||||
border-color: black;
|
||||
@@ -283,6 +283,8 @@ input[type="file"] {
|
||||
padding: 10px 30px;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
||||
max-width: 720px;
|
||||
min-width: 720px;
|
||||
}
|
||||
|
||||
.step-item {
|
||||
@@ -305,7 +307,8 @@ input[type="file"] {
|
||||
|
||||
/*panels*/
|
||||
.step {
|
||||
margin-top: 50px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 425px;
|
||||
@@ -499,7 +502,7 @@ li {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 10px 20px;
|
||||
margin: 100px auto 10px auto;
|
||||
margin: 110px auto 10px auto;
|
||||
background-color: #007BFF;
|
||||
color: white;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user