Skip to content

Commit

Permalink
Merge branch 'dev' into 88-2-column-descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshaw362 committed Jun 5, 2024
2 parents aad0462 + fc51125 commit 95d06fa
Show file tree
Hide file tree
Showing 15 changed files with 757 additions and 168 deletions.
49 changes: 47 additions & 2 deletions sde_indexing_helper/static/css/candidate_url_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,43 @@ letter-spacing: -0.02em;
white-space: normal;
}

.page-link{
color:white !important;
border:0.5px solid !important;
margin-left:3px;
margin-right:3px;
}
.page-link:hover{
background-color: #0066CA !important;

}

.page-item.disabled .page-link {
color:grey!important;
}
.dt-paging-input{
color:white;
}

.dt-paging-input input{
background-color: #3F4A58;
color: white;
border:solid 0.5px !important;
}

.dt-inputpaging{
position: absolute;
right: 16px;
top: -27px;
}
.ml-auto{
width:50%;
}

.custom-select-sm{
margin-left:5px;
}

.selected{
background-color: inherit !important;
}
Expand Down Expand Up @@ -352,6 +389,15 @@ div.dt-buttons .btn.processing:after {
justify-content: space-between;
}

.url-cell {
display:flex;
align-items: center;
justify-content: space-between;
}

.url-icon {
color: #65B1EF;
}
#match_pattern_input, #title_pattern_input {
background: #3F4A58;
border-radius: 4px;
Expand Down Expand Up @@ -399,5 +445,4 @@ div.dt-buttons .btn.processing:after {

.dropdown-item:hover{
background-color: #0066CA !important;

}
}
3 changes: 1 addition & 2 deletions sde_indexing_helper/static/css/collection_detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
margin-top: -3;
}
.comment {
background-color: #f8f9fa;
background-color: transparent;
border: 1px solid #ddd;
padding: 10px;
margin-bottom: 10px;
Expand All @@ -29,7 +29,6 @@
color: #007bff;
}
.comment span {
color: #6c6840;
font-size: 0.9em;
margin-bottom: 10px;
}
Expand Down
212 changes: 210 additions & 2 deletions sde_indexing_helper/static/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#candidate_urls_table_wrapper div.dt-info:first-of-type {
display: inline-block;
width: 25%;
/* width: 25%; */
}

#candidate_urls_table_wrapper div.dt-length, #exclude_patterns_table_wrapper div.dt-length, #include_patterns_table_wrapper div.dt-length, #document_type_patterns_table_wrapper div.dt-length, #title_patterns_table_wrapper div.dt-length{
Expand All @@ -59,7 +59,8 @@
}

#candidate_urls_table_wrapper div.dt-buttons {
width: 64%;
/* width: 64%; */
float:right;
justify-content: end;
}

Expand Down Expand Up @@ -234,6 +235,7 @@ body {
.dt-info{
font-weight:900;
font-size:16px;
margin-top:15px;
}

.buttons-csv, .customizeColumns{
Expand Down Expand Up @@ -357,3 +359,209 @@ body {
box-shadow: 0px 8px 16px 0px #0037FA4D;

}

/* base_auth.html layout css */

.auth-wrapper {
height: 100vh;
}
.auth-col-1, .auth-col-2 {
width: 50%;
}

.auth-col-1 {
background-image: url("../images/Content.png") !important;
height: 100vh;
background: no-repeat;
}
.auth-col-2-wrapper {
position: relative;
}

.auth-sde-idx-helper {
justify-content: center;
display: flex;
}

.auth-col-2 {
padding: 0;
background-color: rgba(5, 14, 25, 1);
margin: auto;
}

.auth-content {
height: calc(100vh - 6rem);
display: flex;
}

/* LOGIN PAGE CSS */

.signin {
padding-right: 30px;
}

.login-links {
padding-top: 25px;
display: flex;
justify-content: center;
color: var(--NASA-DM-Link, rgba(101, 177, 239, 1));
font-size: 13px;
cursor: pointer;
}

.login-links a {
color: var(--NASA-DM-Link, rgba(101, 177, 239, 1));
}

#signup_form .form-label {
display: none;
}

#id_password_helptext {
display: none;
}

.login-card-wrapper {
width: 66%;
}

.login-card {
margin-top: 70px;
background: rgba(21, 35, 46, 1);
padding: 32px 32px 40px 32px;
border: 1px solid var(--NASA-Secondary-Blue, rgba(167, 186, 205, 1))
}

.login {
justify-content: center;
align-items: center;
height: 100%;
margin-left: 0 !important;
}

.login-title {
font-size: 32px;
font-weight: 600;
line-height: 48px;
letter-spacing: -0.03em;
text-align: center;
color: rgba(255, 255, 255, 1);
padding-bottom: 30px;
}

.login-button {
background-color: rgba(0, 102, 202, 1) !important;
color: rgba(255, 255, 255, 1);
border: none !important;
width: 100%;
font-size: 15px;
font-weight: 500;
line-height: 17.58px;
border-radius: 5px;
padding: 11px 0;
cursor: pointer;
box-shadow: 0px 8px 16px 0px #0037FA4D;

}

#div_id_login .form-label, #div_id_password .form-label, #div_id_email .form-label{
display: none;
}

#placeholder {
color: rgba(255, 255, 255, 1);
}

.title-wrapper h4 {
padding-bottom: 0;
}

.title-wrapper{
padding-bottom: 30px;
}

.title-wrapper p {
margin-bottom: 0;
text-align: center;
color: rgba(255, 255, 255, 1);
}

#id_password1_helptext ul {
font-size: 12px;
color: rgba(255, 255, 255, 1);
}

.auth-col-2-wrapper input {
background: var(--NASA-Table, rgba(63, 74, 88, 1));
border-radius: 5px;
color: rgba(255, 255, 255, 1);
padding: 9px 14px;
background-image: none !important;
}

.auth-col-2-wrapper .form-control:focus {
background: var(--NASA-Table, rgba(63, 74, 88, 1));
color: rgba(255, 255, 255, 1);
}

.signup-errors {
margin: 0;
}

/* FOOTER CSS */

.footer-wrapper {
position: absolute;
bottom: 0;
background: transparent;
width: 100%;
color: rgba(255, 255, 255, 1);
display: flex;
justify-content: center;
}

.footer {
width: 93%;
height: 6rem;
}

.footer-container {
border-top: 1px solid rgba(255, 255, 255, 1);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0;
}

.footer-right-side-links {
display: flex;
align-items: center;
}

.footer-nasa-link, .footer-nasa-link:hover, .footer-nasa-link:focus, .footer-copyright-link {
padding-right: 20px;
color: rgba(255, 255, 255, 1) !important;
}

.footer-copyright-link a, .footer-contact-us-link:hover, .footer-contact-us-link:focus, .footer-contact-us-link {
color: rgba(255, 255, 255, 1);
}

.footer-left-side-link{
background-image: url("../images/NASA\ Logo.svg");
width: 47px;
height: 38px;
}

.footer-contact-us-link, .footer-left-side-link, .footer-nasa-link, .footer-copyright-link {
cursor: pointer;
}

.base-html-footer-wrapper {
display: flex;
justify-content: center;
}



Binary file added sde_indexing_helper/static/images/Content.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 95d06fa

Please sign in to comment.