1. Improved layout for map of science.
2. Made sure that all sub-disciplines & disciplines are exported in the csv file even though they dont have any associated value.
This commit is contained in:
parent
0e2adb8e17
commit
dbdf2de95b
3 changed files with 56 additions and 17 deletions
|
@ -48,19 +48,6 @@ font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-seri
|
|||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
a.map-of-science-links {
|
||||
background-color: #2485AE;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
height: 20px;
|
||||
margin-top: 10px;
|
||||
padding: 4px 50px 3px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
a.clear-selected-entities {
|
||||
background-color: #878787;
|
||||
}
|
||||
|
@ -153,6 +140,14 @@ a.clear-selected-entities {
|
|||
|
||||
}
|
||||
|
||||
hr.subtle-hr {
|
||||
background-color: #BDBDBD;
|
||||
border: 0 none;
|
||||
height: 1px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#main-science-areas-table-container table {
|
||||
cellpadding: 0;
|
||||
cellspacing: 0;
|
||||
|
@ -174,11 +169,21 @@ table.datatable-table tbody tr {
|
|||
border-top: 3px solid;
|
||||
}
|
||||
|
||||
a.map-of-science-links {
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#main-science-areas-table-footer {
|
||||
margin-top: 10px;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
height: 25px;
|
||||
width: 500px;
|
||||
max-width: 260px;
|
||||
background-color: #2485AE;
|
||||
height: 20px;
|
||||
padding: 4px 5px 3px;
|
||||
}
|
||||
|
||||
#main-science-areas-table-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue