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