Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Search
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL_Search
Merge requests
!21
Optimize search form background image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Optimize search form background image
rdee2/UNL_Search:optimize-images
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Ryan Dee
requested to merge
rdee2/UNL_Search:optimize-images
into
master
6 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
Update search background image with multiple sizes and added WebP formats.
0
0
Merge request reports
Viewing commit
5a428473
Prev
Next
Show latest version
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5a428473
Two lines after rulesets
· 5a428473
Ryan Dee
authored
6 years ago
www/scss/search.scss
+
12
−
0
Options
@@ -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
;
Loading