Skip to content
Snippets Groups Projects

Update styles for 5.0

Merged Ryan Dee requested to merge rdee2/UNL_Search:5.0 into master
1 file
+ 7
57
Compare changes
  • Side-by-side
  • Inline
+ 7
57
@@ -21,10 +21,6 @@
@@ -21,10 +21,6 @@
max-width: 30em!important;
max-width: 30em!important;
}
}
// #search_wrapper {
// display: none;
// }
.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;
@@ -44,10 +40,7 @@
@@ -44,10 +40,7 @@
opacity: 1;
opacity: 1;
}
}
.search-results h3 {
.search-results h3,
display: none;
}
.google-search {
.google-search {
display: none;
display: none;
}
}
@@ -57,32 +50,16 @@
@@ -57,32 +50,16 @@
// TODO: revisit (and remove?) after Directory has been updated to 5.0
// TODO: revisit (and remove?) after Directory has been updated to 5.0
#ppl_results h3,
#ppl_results h3,
#ppl_results h4,
#ppl_results h4,
#ppl_results .result_head {
#ppl_results .result_head,
 
#ppl_results .cInfo,
 
#ppl_results .overflow .roles .organization-name,
 
[data-uid="kfarrell2"] .given-name {
display: none;
display: none;
}
}
#ppl_results .pfResult {
padding: 0;
list-style: none;
}
#ppl_results .ppl_Sresult,
#ppl_results .ppl_Sresult,
#ppl_results .dep_result {
#ppl_results .dep_result {
margin: 1em 0;
margin-bottom: 1.77em;
}
#ppl_results .cInfo {
display: none;
}
#ppl_results .overflow {
display: flex;
}
#ppl_results .overflow > .profile_pic {
min-width: 40px;
margin-right: 1em;
width: 40px;
}
}
#ppl_results .overflow > .recordDetails {
#ppl_results .overflow > .recordDetails {
@@ -90,22 +67,8 @@
@@ -90,22 +67,8 @@
flex: 1 1 auto;
flex: 1 1 auto;
}
}
#ppl_results .overflow .photo {
border-radius: 50%;
height: 40px;
margin-top: 0.375em;
object-fit: cover;
width: 100%;
}
#ppl_results .overflow .roles {
list-style: none;
margin: 0;
padding: 0;
}
#ppl_results .overflow .roles li {
#ppl_results .overflow .roles li {
margin-bottom: 0.618rem;
margin-bottom: .32em;
}
}
#ppl_results .overflow .roles:last-child {
#ppl_results .overflow .roles:last-child {
@@ -117,21 +80,8 @@
@@ -117,21 +80,8 @@
display: block;
display: block;
}
}
#ppl_results .overflow .roles .organization-name {
display: none;
}
#ppl_results .fn {
font-size: 1.128em;
font-weight: bold;
}
#ppl_results .given-name {
#ppl_results .given-name {
font-size: 1rem;
font-size: 1rem;
margin-left: 1em;
margin-left: 1em;
text-transform: uppercase;
text-transform: uppercase;
}
}
[data-uid="kfarrell2"] .given-name {
display: none;
}
Loading