Check in map of science's comparison view for 1.4 release testing
Remaining works: - support csv download for sub-entity - show sub-entity mapping results
This commit is contained in:
parent
60a87403d1
commit
be65655c7e
14 changed files with 895 additions and 316 deletions
|
@ -99,36 +99,36 @@ a.clear-selected-entities {
|
|||
|
||||
/* filter */
|
||||
|
||||
.filter-option {
|
||||
.filter-option, .comparison-filter-option {
|
||||
color: #2485AE;
|
||||
cursor: pointer;
|
||||
/*padding-right: 5px;*/
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.active-filter {
|
||||
.active-filter, .comparison-active-filter {
|
||||
color: #595B5B;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.filterInfoIcon {
|
||||
.filterInfoIcon, .comparisonFilterInfoIcon {
|
||||
/*vertical-align:top;*/
|
||||
width:15px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
#science-areas-filter {
|
||||
.science-areas-filter {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* search in table */
|
||||
|
||||
.sDomSearchBar {
|
||||
.sDomSearchBar, .sDomComparisonSearchBar {
|
||||
margin-bottom: -10px;
|
||||
margin-left: 41%;
|
||||
}
|
||||
|
||||
#reset-search {
|
||||
#reset-search, #comparison-reset-search {
|
||||
color: #2485AE;
|
||||
cursor: pointer;
|
||||
margin-left: 10px;
|
||||
|
@ -253,4 +253,4 @@ a.map-of-science-links {
|
|||
ul.error-list li {
|
||||
font-size: 0.81em;
|
||||
list-style: disc inside none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue