-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2992 from DMPRoadmap/madmp-research-outputs
New maDMP Research Outputs tab
- Loading branch information
Showing
86 changed files
with
4,466 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
.modal-search-block { | ||
border: 1px solid $color-grey; | ||
margin-bottom: 10px; | ||
padding: 10px 5px; | ||
} | ||
|
||
.modal-search .modal-dialog { | ||
/* Make the dialog 80% of the screen height/width */ | ||
width: 80%; | ||
// height: 80%; | ||
} | ||
.modal-search .modal-body { | ||
/* 100% = dialog height, 50px = header (27.5px) + footer (21px) */ | ||
// max-height: calc(80% - 50px); | ||
max-height: 450px; | ||
overflow-y: scroll; | ||
} | ||
|
||
.modal-search-results-pagination { | ||
margin-bottom: 10px; | ||
} | ||
|
||
.modal-search-result { | ||
margin-top: 5px; | ||
padding-bottom: 5px; | ||
|
||
.modal-search-result-label { | ||
font-size: 1.6rem; | ||
font-weight: 500; | ||
} | ||
|
||
.tags > .tag { | ||
display: inline-block; | ||
margin: 5px 2px; | ||
} | ||
.tags .facet { | ||
border: 1px solid $color-blue; | ||
border-radius: 25px; | ||
padding: 2px 5px; | ||
} | ||
|
||
div { | ||
margin-bottom: 5px; | ||
} | ||
|
||
dl { | ||
margin-left: 20px; | ||
|
||
dd { | ||
margin-bottom: 5px; | ||
} | ||
} | ||
} | ||
|
||
.modal-search-results .modal-search-result { | ||
border-bottom: 1px solid $color-grey; | ||
} | ||
|
||
/* the 'Select' button displayed in the modal dialog */ | ||
.modal-search-result .modal-search-result-selector, | ||
.modal-search-result .modal-search-result-unselector { | ||
display: inline-block; | ||
background-color: $color-white; | ||
border-radius: 25px; | ||
padding: 2px 5px; | ||
font-size: 1.3rem; | ||
} | ||
.modal-search-result .modal-search-result-selector { | ||
background-color: $color-green; | ||
color: $color-white; | ||
} | ||
.modal-search-result .modal-search-result-unselector { | ||
border: 1px solid $color-red; | ||
color: $color-red; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.