Skip to content
Snippets Groups Projects
Commit 5a428473 authored by Ryan Dee's avatar Ryan Dee
Browse files

Two lines after rulesets

parent 63d22514
No related branches found
No related tags found
No related merge requests found
......@@ -16,30 +16,36 @@
text-align: center;
}
#searchform .dcf-input-group {
margin: 0 auto;
max-width: 30em!important;
}
.result-tab li + li::before {
content: '\b7'; // middle-dot + space
padding-left: .43em;
padding-right: .43em;
}
.result-tab li.selected a {
color: #2e2e2d;
}
.search-results {
opacity: 0;
transition: opacity 400ms;
}
.search-results.active {
opacity: 1;
}
.search-results h3,
.google-search {
display: none;
......@@ -57,29 +63,35 @@
display: none;
}
#ppl_results .ppl_Sresult,
#ppl_results .dep_result {
margin-bottom: 1.77em;
}
#ppl_results .overflow > .recordDetails {
align-self: center;
flex: 1 1 auto;
}
#ppl_results .overflow .roles li {
margin-bottom: .32em;
}
#ppl_results .overflow .roles:last-child {
margin-bottom: 0;
}
#ppl_results .overflow .roles .title,
#ppl_results .overflow .roles .organization-unit {
display: block;
}
#ppl_results .given-name {
font-size: 1rem;
margin-left: 1em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment