NIHVIVO-2311: Styled property groups and properties for individual display

This commit is contained in:
manolobevia 2011-06-20 21:16:51 +00:00
parent 1dd7d3c1d1
commit 747b2b9b15

View file

@ -422,6 +422,7 @@ ul#header-nav li.last {
border-right: none; border-right: none;
} }
ul#header-nav li:last-child { ul#header-nav li:last-child {
padding-left: 1px;
padding-right: 0; padding-right: 0;
border-right: none; border-right: none;
} }
@ -437,6 +438,9 @@ ul#header-nav a:active {
text-decoration: none; text-decoration: none;
color: #999; color: #999;
} }
ul#header-nav a.log-out {
padding-left: 10px;
}
/* SEARCH ------> */ /* SEARCH ------> */
#search { #search {
position: absolute; position: absolute;
@ -1319,7 +1323,7 @@ p.view-all-coauthors {
} }
section.property-group h2 { section.property-group h2 {
font-size: 1.25em; font-size: 1.25em;
color: #47B6D0; color: #006279;
font-weight: normal; font-weight: normal;
} }
article.property { article.property {
@ -1328,7 +1332,7 @@ article.property {
article.property h3 { article.property h3 {
background: #fafaf9; background: #fafaf9;
font-size: 1.063em; font-size: 1.063em;
color: #8aa149; color: #a8833e;
} }
article.property ul.property-list li.subclass h3 { article.property ul.property-list li.subclass h3 {
font-size: 1.063em; font-size: 1.063em;