|
|
|
|
@ -304,7 +304,7 @@ nav.pager {
|
|
|
|
|
.people-grid input.form-text { |
|
|
|
|
width: 100%; |
|
|
|
|
font-size: 1.2rem; |
|
|
|
|
padding: .8em; |
|
|
|
|
padding: 0.8em; |
|
|
|
|
border-radius: 6px; |
|
|
|
|
box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2); |
|
|
|
|
/* color: blue !important; */ |
|
|
|
|
@ -553,11 +553,16 @@ h1 {
|
|
|
|
|
|
|
|
|
|
.book .node__content .field--label-inline .field__label, |
|
|
|
|
.book .node__content .field--label-inline .field__items, |
|
|
|
|
.doodle .node__content .field--label-inline .field__label, |
|
|
|
|
.doodle .node__content .field--label-inline .field__items, |
|
|
|
|
.people_metadata .field--label-inline .field__label, |
|
|
|
|
.people_metadata .field--label-inline .field__items { |
|
|
|
|
float: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.doodle .node__content .field__label, |
|
|
|
|
.doodle .node__content .field__item, |
|
|
|
|
.doodle .node__content .field__items, |
|
|
|
|
.book .node__content .field__label, |
|
|
|
|
.book .node__content .field__item, |
|
|
|
|
.book .node__content .field__items, |
|
|
|
|
@ -579,6 +584,8 @@ h1 {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (min-width: 600px) { |
|
|
|
|
.doodle .node__content .field--label-inline .field__label, |
|
|
|
|
.doodle .node__content .field--label-inline .field__items, |
|
|
|
|
.book .node__content .field--label-inline .field__label, |
|
|
|
|
.book .node__content .field--label-inline .field__items, |
|
|
|
|
.people_metadata .field--label-inline .field__label, |
|
|
|
|
@ -586,12 +593,16 @@ h1 {
|
|
|
|
|
float: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.doodle .node__content .field, |
|
|
|
|
.book .node__content .field, |
|
|
|
|
.people_metadata .field { |
|
|
|
|
display: flex; |
|
|
|
|
line-height: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.doodle .node__content .field__label, |
|
|
|
|
.doodle .node__content .field__item, |
|
|
|
|
.doodle .node__content .field__items, |
|
|
|
|
.book .node__content .field__label, |
|
|
|
|
.book .node__content .field__item, |
|
|
|
|
.book .node__content .field__items, |
|
|
|
|
@ -638,23 +649,22 @@ h1 {
|
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.field__label {} |
|
|
|
|
.field__label { |
|
|
|
|
} |
|
|
|
|
.node__content .field__label { |
|
|
|
|
color: #2e3918; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.facets-widget-links ul { |
|
|
|
|
list-style-type: none; |
|
|
|
|
margin: 0; |
|
|
|
|
a { |
|
|
|
|
text-decoration: none; |
|
|
|
|
display:block; |
|
|
|
|
padding:2px 0; |
|
|
|
|
|
|
|
|
|
display: block; |
|
|
|
|
padding: 2px 0; |
|
|
|
|
} |
|
|
|
|
a:hover { |
|
|
|
|
background: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|