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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL_Search
Commits
099cd5de
Commit
099cd5de
authored
5 years ago
by
Ryan Dee
Browse files
Options
Downloads
Patches
Plain Diff
Fix tab font-size, letter-spacing, margin
parent
8f323752
No related branches found
No related tags found
1 merge request
!29
Fix search results tab font-size, letter-spacing, margin
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/templates/5.0/search-results.tpl.php
+5
-5
5 additions, 5 deletions
www/templates/5.0/search-results.tpl.php
with
5 additions
and
5 deletions
www/templates/5.0/search-results.tpl.php
+
5
−
5
View file @
099cd5de
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<div
class=
"dcf-tabs"
>
<div
class=
"dcf-tabs"
>
<h2>
Web Results
</h2>
<h2>
Web Results
</h2>
<ul>
<ul>
<li><a
href=
"#local-results-container"
>
This Site
</a></li>
<li><a
class=
"dcf-txt-md"
href=
"#local-results-container"
>
This Site
</a></li>
<li><a
href=
"#unl-results-container"
>
All of UNL
</a></li>
<li><a
class=
"dcf-txt-md"
href=
"#unl-results-container"
>
All of UNL
</a></li>
</ul>
</ul>
<div
id=
"local-results-container"
>
<div
id=
"local-results-container"
>
<?php
if
(
isset
(
$localTitle
))
:
?>
<?php
if
(
isset
(
$localTitle
))
:
?>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</div>
</div>
<?php
else
:
?>
<?php
else
:
?>
<h2>
Web Results
</h2>
<h2>
Web Results
</h2>
<h3
class=
"dcf-bold dcf-lh-4 dcf-d-inline-block dcf-txt-
s
m dcf-mt-0 dcf-pt-4 dcf-pr-5 dcf-pb-4 dcf-pl-5 dcf-bg-white dcf-b-1 dcf-bb-0 dcf-b-solid unl-b-light-gray search-faux-tab"
>
All of UNL
</h3>
<h3
class=
"dcf-bold dcf-lh-4 dcf-d-inline-block dcf-txt-m
d
dcf-mt-0
dcf-ml-0
dcf-pt-4 dcf-pr-5 dcf-pb-4 dcf-pl-5 dcf-bg-white dcf-b-1 dcf-bb-0 dcf-b-solid unl-b-light-gray
unl-ls-0
search-faux-tab"
>
All of UNL
</h3>
<div
class=
"dcf-pt-7 dcf-pr-6 dcf-pb-7 dcf-pl-6 dcf-bg-white dcf-b-1 dcf-b-solid unl-b-light-gray"
id=
"unl-results-container"
>
<div
class=
"dcf-pt-7 dcf-pr-6 dcf-pb-7 dcf-pl-6 dcf-bg-white dcf-b-1 dcf-b-solid unl-b-light-gray"
id=
"unl-results-container"
>
<?php
echo
renderTemplate
(
'templates/5.0/google-results.tpl.php'
,
array
(
<?php
echo
renderTemplate
(
'templates/5.0/google-results.tpl.php'
,
array
(
'title'
=>
'All of UNL'
,
'title'
=>
'All of UNL'
,
...
@@ -39,8 +39,8 @@
...
@@ -39,8 +39,8 @@
<div
class=
"dcf-tabs"
>
<div
class=
"dcf-tabs"
>
<h2>
Directory Results
</h2>
<h2>
Directory Results
</h2>
<ul>
<ul>
<li><a
href=
"#ppl_results"
>
People
</a></li>
<li><a
class=
"dcf-txt-md"
href=
"#ppl_results"
>
People
</a></li>
<li><a
href=
"#dept_results"
class=
"dept-results-tab"
>
Departments
</a></li>
<li><a
class=
"dcf-txt-md"
href=
"#dept_results"
class=
"dept-results-tab"
>
Departments
</a></li>
</ul>
</ul>
<div
id=
"ppl_results"
></div>
<div
id=
"ppl_results"
></div>
<div
id=
"dept_results"
></div>
<div
id=
"dept_results"
></div>
...
...
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