Skip to content

Commit

Permalink
Merge pull request #93 from arielfayol37/polishing
Browse files Browse the repository at this point in the history
improved nagivation and display
  • Loading branch information
arielfayol37 authored Nov 8, 2023
2 parents ffc4b2d + 09dce5a commit 0268bd7
Show file tree
Hide file tree
Showing 30 changed files with 658 additions and 701 deletions.
Binary file modified db.sqlite3
Binary file not shown.
Binary file modified deimos/__pycache__/urls.cpython-311.pyc
Binary file not shown.
Binary file modified deimos/__pycache__/views.cpython-311.pyc
Binary file not shown.
14 changes: 9 additions & 5 deletions deimos/static/deimos/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ input.form-control {


/* ------------------------------------ TOP OF THE PAGE -----------------------------*/
.do-margin {
width: 80%;
margin-left: 10%;
}
.navbar-custom {
display: flex;
flex-direction:row;
Expand Down Expand Up @@ -330,7 +334,7 @@ div.tol {
background-color: rgb(41, 101, 161);
}

#search-field {
.search-field {
position: absolute;
margin-top: 3vh !important;
right: 3vw ;
Expand All @@ -343,7 +347,7 @@ div.tol {
font-weight: 100 !important;
}

#search-field:hover {
.search-field:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}

Expand Down Expand Up @@ -606,7 +610,7 @@ more than assignment display */
}

/* Style for search_question.html */
#search-field.active {
.search-field.active {
width: 90%;
box-sizing: border-box;
}
Expand Down Expand Up @@ -846,15 +850,15 @@ ion-icon:hover{
.a-text.c-text {
top: 15%;
}
#sf-container {
.sf-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width:100vw;
position: relative;
}
#search-field {
.search-field {
position: relative;
width:80%;
}
Expand Down
Loading

0 comments on commit 0268bd7

Please sign in to comment.