added .gitattributes to specify line feed line endings for .sh and .sql files

This commit is contained in:
2026-04-17 15:49:21 +02:00
parent 19b038d4f5
commit 4f35ddeafe
10 changed files with 2143 additions and 2135 deletions

View File

@@ -1,41 +1,41 @@
#mapdiv {
height: 100vh;
}
.popup-container {
width: 80vw; /* 80% of the viewport width */
max-width: 300px; /* Maximum width */
height: 60vh; /* 60% of the viewport height */
max-height: 350px; /* Maximum height */
padding: 10px; /* Add some padding */
box-sizing: border-box; /* Ensure padding is included in width/height */
}
.popup-form-group {
display: flex; /* popup-label und popup-input nebeneinander statt untereinander */
align-items: center;
margin-bottom: 15px;
}
.popup-label {
flex: 1;
margin-right: 10px;
}
.popup-input {
flex: 2;
}
.popup-button-group {
display: flex;
justify-content: space-between;
}
.popup-button {
flex: 1;
margin-right: 10px;
}
.popup-button:last-child {
margin-right: 0;
}
#mapdiv {
height: 100vh;
}
.popup-container {
width: 80vw; /* 80% of the viewport width */
max-width: 300px; /* Maximum width */
height: 60vh; /* 60% of the viewport height */
max-height: 350px; /* Maximum height */
padding: 10px; /* Add some padding */
box-sizing: border-box; /* Ensure padding is included in width/height */
}
.popup-form-group {
display: flex; /* popup-label und popup-input nebeneinander statt untereinander */
align-items: center;
margin-bottom: 15px;
}
.popup-label {
flex: 1;
margin-right: 10px;
}
.popup-input {
flex: 2;
}
.popup-button-group {
display: flex;
justify-content: space-between;
}
.popup-button {
flex: 1;
margin-right: 10px;
}
.popup-button:last-child {
margin-right: 0;
}