responsive layout

This commit is contained in:
Simon Gschnell
2023-12-15 14:40:56 +01:00
parent 98006b3d2b
commit 1d75a26230
4 changed files with 640 additions and 229 deletions
+18
View File
@@ -28,6 +28,24 @@
padding:0 !important;
}
.form-control_{
border:0;
border-bottom: 1px solid #ced4da;
height:auto !important;
padding-bottom: 5px !important;
padding-left: 3px !important;
border-radius:0px;
}
.form-control-plaintext[readonly]{
background-color:white;
}
.form-control:focus{
border-color:white;
box-shadow:none;
}
/* dl {
width: 100%;
overflow: hidden;