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
Container Registry
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
Ryan Dee
UNL_Search
Commits
5b53e100
Commit
5b53e100
authored
8 years ago
by
Kevin Abel
Browse files
Options
Downloads
Patches
Plain Diff
Update directory styles to match display and bump cache bust
parent
d5331b57
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
www/index.php
+1
-1
1 addition, 1 deletion
www/index.php
www/less/search.less
+43
-41
43 additions, 41 deletions
www/less/search.less
with
44 additions
and
42 deletions
www/index.php
+
1
−
1
View file @
5b53e100
...
...
@@ -52,7 +52,7 @@ if (!$isEmbed) {
$localResults
=
''
;
$context
=
''
;
$page
->
addStyleSheet
(
'css/search.css?v=
4.1
'
);
$page
->
addStyleSheet
(
'css/search.css?v=
20160602
'
);
//u is referring site
if
(
isset
(
$_GET
[
'u'
])
&&
$scanned
=
UNL_Search
::
getScannedPage
(
$_GET
[
'u'
]))
{
...
...
This diff is collapsed.
Click to expand it.
www/less/search.less
+
43
−
41
View file @
5b53e100
...
...
@@ -208,58 +208,60 @@
}
.overflow {
overflow: auto;
}
.profile_pic {
float: left;
border: 0;
max-width: 40px;
overflow: hidden;
}
.recordDetails {
margin-left: 50px;
font-size: 0.75em;
line-height: 1.425;
.sans-serif-font();
}
display: flex;
.fn {
font-size: 2.3333em;
.brand-font();
line-height: 1;
> .profile_pic {
width: 40px;
min-width: 40px;
margin-right: 1em;
}
* {
border: 0;
> .recordDetails {
flex: 1 1 auto;
align-self: center;
}
.givenName {
margin-left: 0.254em;
font-size: 10px;
font-size: 0.602rem;
.sans-serif-font;
.photo {
border-radius: 50%;
margin-top: 0.375em;
width: 100%;
height: 40px;
object-fit: cover;
}
}
.roles {
padding: 0;
margin: 0;
list-style: none;
.fn, .eppa, .organization-unit, .title, .tel {
margin-bottom: 0.178em;
}
li {
margin-bottom: 0.618rem;
.eppa, .roles {
display: none;
}
&:last-child {
margin-bottom: 0;
}
}
.title,
.organization-unit {
display: block;
}
.student .eppa {
display: block;
.organization-name {
display: none;
}
}
}
.
tel > a
{
display: block
;
border: 0
;
.
fn
{
font-size: 1.128em
;
font-weight: bold
;
}
.on-campus-dialing {
color: @light-neutral;
.given-name {
margin-left: 1em;
font-size: 1rem;
.sans-serif-font();
text-transform: uppercase;
color: @ui08;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment