diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css b/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css index d123f9b2..0beb9c7a 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css @@ -18,6 +18,9 @@ ul#browse-classes .count-classes { font-size: 12px; } /* ALPHA BROWSE------> */ +nav#alpha-browse-container { + width: 739px; +} ul#alpha-browse-individuals { background-color: #fff; } @@ -42,3 +45,24 @@ nav#alpha-browse-container { border-left: 1px solid #dde4e3; border-bottom: none; } +/* BROWSE INDIVIDUALS------> */ +#individuals-in-class { + width: 739px; + border: 1px solid #dde4e3; + background-color: #fff; +} +#individuals-in-class li.individual { + border-bottom: 1px solid #dde4e3; +} +#individuals-in-class li img { + border: 2px solid #dde4e3; +} +#individuals-in-class li h1, +#property-group-menu ul, +article.property ul.property-list { + color: #5e6363; + font-size: 1em; +} +.pagination.menupage li a:hover { + background: #5e6363; +} diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css b/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css index a31b8a2d..db9c40f2 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css @@ -50,7 +50,7 @@ article.property li h3 { color: #337ab7; font-weight: 400; transition: all 0.5s; - padding: .2em .6em .3em; + padding: .1em .4em .1em; border-top-left-radius: 4px; border-top-right-radius: 4px; } @@ -71,9 +71,11 @@ article.property li h3 { float: right; background-color: #fff; margin-right: 10px; - padding-top: 4px; - padding-left: 4px; - padding-right: 4px; + padding-top: 3px; + padding-left: 3px; + padding-right: 3px; + padding-bottom: 1px; + line-height: 1em; } #individual-intro span.display-title { @@ -99,3 +101,11 @@ ul#individual-facultyMemberships li { margin-right: 10px; border-right: none; } +#admin { + background-color: #f3f3f0; + margin-top: 15px; +} +#admin h3 { + background-color: #398AAC; + color: #fff; +} \ No newline at end of file diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css b/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css index c240c44f..b4615a63 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css @@ -1,7 +1,3 @@ -header { - height:114px; -} - legend { display: none; } @@ -54,8 +50,8 @@ body { .row.title { background: #398AAC; - padding-top: 10px; - padding-bottom: 10px; + padding-top: 7px; + padding-bottom: 3px; } .row.title span { @@ -247,7 +243,7 @@ h1.vivo-logo a { position: absolute; } h2 { - padding: 10px 0 12px 0; + padding: 5px 0 6px 0; margin: 0; font-size: 1.375em; color: #064d68; @@ -261,19 +257,19 @@ h2 a:visited { text-decoration: underline; } h3 { - padding: 10px 0 12px 0; + padding: 5px 0 6px 0; margin: 0; font-size: 1.125em; color: #064d68; } h4 { - padding: 10px 0 12px 0; + padding: 5px 0 6px 0; margin: 0; font-size: 1em; color: #064d68; } h5 { - padding: 10px 0 12px 0; + padding: 5px 0 6px 0; margin: 0; font-size: .875em; color: #064d68; diff --git a/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl b/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl index a69773a8..9b212dcf 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl +++ b/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl @@ -24,6 +24,14 @@ <#--add the VIVO-ORCID interface --> <#include "individual-orcidInterface.ftl"> + + + + <#include "individual-adminPanel.ftl"> + + + + @@ -43,7 +51,7 @@ ${individualImage} - + <#-- Label --> @@ -94,12 +102,6 @@ - - - <#include "individual-adminPanel.ftl"> - - -