Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/cmu-delphi/signal_do…
Browse files Browse the repository at this point in the history
…cumentation into OKRS24-186-Signals-Change-data-source-column-to-use-long-name
  • Loading branch information
BrainIsDead committed May 24, 2024
2 parents fdb4fee + 04dae37 commit 57e8062
Show file tree
Hide file tree
Showing 15 changed files with 381 additions and 4,055 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:22.04

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand All @@ -21,4 +21,4 @@ COPY /src .
COPY /gunicorn/gunicorn.py .
ENV PATH="/home/python/.local/bin:${PATH}"
EXPOSE 8000
CMD ["gunicorn", "signal_documentation.wsgi:application", "-c", "gunicorn.py"]
CMD ["gunicorn", "signal_documentation.wsgi:application", "-c", "gunicorn.py"]
39 changes: 39 additions & 0 deletions src/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,43 @@

.padding-top-1rem {
padding-top: 1rem;
}


.select2 {
display: block;
width: 100%!important;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.select2-container--default .select2-selection--single {
border: none!important;
}

.select2-container--default .select2-selection--multiple {
border: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
display: none!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0px!important;
}
Loading

0 comments on commit 57e8062

Please sign in to comment.