140 lines
2.1 KiB
CSS
140 lines
2.1 KiB
CSS
![]() |
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||
|
|
||
|
#map-of-science-response {
|
||
|
background-color: #FFFFFF;
|
||
|
font: 0.9em Helvetica;
|
||
|
margin: auto;
|
||
|
min-height: 600px;
|
||
|
overflow: hidden;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#left-column {
|
||
|
float: left;
|
||
|
width: 260px;
|
||
|
}
|
||
|
|
||
|
#right-column {
|
||
|
float: right;
|
||
|
width: 640px;
|
||
|
}
|
||
|
|
||
|
#map_area {
|
||
|
width: 640px;
|
||
|
height: 480px;
|
||
|
}
|
||
|
|
||
|
#header-entity-label {
|
||
|
font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||
|
font-size: 1.5275em;
|
||
|
color: #2485ae;
|
||
|
line-height: 1.3em;
|
||
|
padding-top:15px;
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
.small-arrows {
|
||
|
font-size: 0.9em;
|
||
|
padding: 0 !important;
|
||
|
text-decoration: none;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.blockElement {
|
||
|
top: 10px !important;
|
||
|
}
|
||
|
|
||
|
/* DataTable related css */
|
||
|
|
||
|
/* filter */
|
||
|
|
||
|
.filter-option {
|
||
|
color: #2485AE;
|
||
|
cursor: pointer;
|
||
|
/*padding-right: 5px;*/
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.active-filter {
|
||
|
color: #595B5B;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.filterInfoIcon {
|
||
|
vertical-align:top;
|
||
|
width:15px;
|
||
|
margin-left: 9px;
|
||
|
}
|
||
|
|
||
|
#science-areas-filter {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
/* search in table */
|
||
|
|
||
|
.sDomSearchBar {
|
||
|
margin-bottom: -10px;
|
||
|
margin-left: 41%;
|
||
|
}
|
||
|
|
||
|
#reset-search {
|
||
|
color: #2485AE;
|
||
|
cursor: pointer;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
/* table */
|
||
|
|
||
|
#main-science-areas-table-container table {
|
||
|
cellpadding: 0;
|
||
|
cellspacing: 0;
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
#main-science-areas-table-container table tr {
|
||
|
min-height: 30px;
|
||
|
max-height: 30px;
|
||
|
height: 30px;
|
||
|
}
|
||
|
|
||
|
.datatable-table {
|
||
|
font-size: 0.9em;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#main-science-areas-table-footer {
|
||
|
margin-top: 10px;
|
||
|
text-align: left;
|
||
|
height: 25px;
|
||
|
width: 500px;
|
||
|
}
|
||
|
|
||
|
#main-science-areas-table-container {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.filterInfo {
|
||
|
font-size: 0.81em;
|
||
|
}
|
||
|
|
||
|
.paginatedtabs {
|
||
|
font-size: 0.81em;
|
||
|
}
|