NIHVIVO-2099: standardize org header on temporal graph page
This commit is contained in:
parent
d5814e6b9d
commit
f17553fa4b
3 changed files with 27 additions and 24 deletions
|
@ -117,9 +117,15 @@ a.clear-selected-entities {
|
|||
vertical-align: top;
|
||||
}
|
||||
#header-entity-label {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
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;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
@ -202,3 +208,20 @@ p.displayCounter{
|
|||
#headerText {
|
||||
color: #2485ae;
|
||||
}
|
||||
/* --------------------------------------------------------------> */
|
||||
/* SPECIAL STYLES FOR THE entityComparisonErrorCommonBody.ftl FILE */
|
||||
/* --------------------------------------------------------------> */
|
||||
#noPubsOrGrants-header {
|
||||
font-size: 1.375em;
|
||||
color: #2485ae;
|
||||
line-height: 1.3em;
|
||||
padding-top:15px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
#noPubsOrGrants-span {
|
||||
font-size:22px;
|
||||
}
|
||||
#noPubsOrGrants-span a {
|
||||
color: #84a655;
|
||||
font-size:16px;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div id="body">
|
||||
|
||||
<h2><span id="header-entity-label"><a id="organizationMoniker" href="${organizationVivoProfileURL}">${organizationLabel}</a></span></h2>
|
||||
<h2 id="header-entity-label"><span><a id="organizationMoniker" href="${organizationVivoProfileURL}">${organizationLabel}</a></span></h2>
|
||||
|
||||
<div id="leftblock">
|
||||
<div id="leftUpper">
|
||||
|
|
|
@ -1405,26 +1405,6 @@ color: #2485AE;
|
|||
color: #2485ae;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------> */
|
||||
/* SPECIAL STYLES FOR THE entityComparisonErrorCommonBody.ftl FILE */
|
||||
/* WE SHOULD MOVE THIS TO A VISUALIZATION CSS FOR 1.3. CURRENTLY, */
|
||||
/* THE VIS CSS FILES DO NOT GET LOADED WITH THIS FTL FILE. tlw72 */
|
||||
/* --------------------------------------------------------------> */
|
||||
#noPubsOrGrants-header {
|
||||
font-size: 1.375em;
|
||||
color: #2485ae;
|
||||
line-height: 1.3em;
|
||||
padding-top:15px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
#noPubsOrGrants-span {
|
||||
font-size:22px;
|
||||
}
|
||||
#noPubsOrGrants-span a {
|
||||
color: #84a655;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
/* -------------------------------------------------> */
|
||||
/* IE message when JS is disabled -----------------> */
|
||||
/* -------------------------------------------------> */
|
||||
|
|
Loading…
Add table
Reference in a new issue