1. More updates to the map of science vis.
This commit is contained in:
parent
1c594395aa
commit
c79c6cf968
13 changed files with 150 additions and 14 deletions
|
@ -9,6 +9,15 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#map-of-science-info {
|
||||
margin-bottom: 6px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.hide-dom-on-init {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#left-column {
|
||||
float: left;
|
||||
width: 260px;
|
||||
|
@ -24,6 +33,12 @@
|
|||
height: 480px;
|
||||
}
|
||||
|
||||
#percent-mapped-info {
|
||||
float:right;
|
||||
display: none;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#header-entity-label {
|
||||
font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||||
font-size: 1.5275em;
|
||||
|
@ -102,6 +117,10 @@ a.clear-selected-entities {
|
|||
|
||||
/* table */
|
||||
|
||||
.science-area-tab {
|
||||
|
||||
}
|
||||
|
||||
#main-science-areas-table-container table {
|
||||
cellpadding: 0;
|
||||
cellspacing: 0;
|
||||
|
@ -119,6 +138,10 @@ a.clear-selected-entities {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
table.datatable-table tbody tr {
|
||||
border-top: 3px solid;
|
||||
}
|
||||
|
||||
#main-science-areas-table-footer {
|
||||
margin-top: 10px;
|
||||
text-align: left;
|
||||
|
@ -136,4 +159,4 @@ a.clear-selected-entities {
|
|||
|
||||
.paginatedtabs {
|
||||
font-size: 0.81em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue