Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cleaning-portalmec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Richard Fernando Heise Ferreira
cleaning-portalmec
Commits
410f6376
Commit
410f6376
authored
9 years ago
by
Israel Barreto Sant'Anna
Browse files
Options
Downloads
Patches
Plain Diff
Aligned titles in the search result page
Signed-off-by:
Israel Barreto Sant'Anna
<
ibsa14@inf.ufpr.br
>
parent
8a8b8111
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/assets/javascripts/application/search.js
+1
-1
1 addition, 1 deletion
app/assets/javascripts/application/search.js
app/assets/stylesheets/application/search.scss
+4
-2
4 additions, 2 deletions
app/assets/stylesheets/application/search.scss
with
5 additions
and
3 deletions
app/assets/javascripts/application/search.js
+
1
−
1
View file @
410f6376
...
...
@@ -88,7 +88,7 @@ var search = function() {
switch
(
action
)
{
case
'
add
'
:
// params not included in filter panel
var
ignored_params
=
[
'
query
'
,
'
order
'
];
var
ignored_params
=
[
'
query
'
,
'
order
'
,
'
search_class
'
];
// remove previous element if type is a single value only
var
single_params
=
[
'
year
'
];
var
index
=
single_params
.
indexOf
(
type
);
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/application/search.scss
+
4
−
2
View file @
410f6376
...
...
@@ -59,12 +59,14 @@
.result-bar
{
margin-top
:
40px
;
margin-bottom
:
18px
;
display
:
none
;
.result-info
{
font-size
:
2
0
px
;
font-weight
:
5
00
;
font-size
:
2
4
px
;
font-weight
:
4
00
;
color
:
#88888D
;
line-height
:
1
.1
;
}
.result-order
{
...
...
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