Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kite
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
kite
Merge requests
!38
kite-3360388-01: Pagination needs style.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
kite-3360388-01: Pagination needs style.
issue/kite-3360388:kite-3360388-01
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Alok Singh
requested to merge
issue/kite-3360388:kite-3360388-01
into
main
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
main
version 1
cc4597d0
1 year ago
main (base)
and
latest version
latest version
ce7243c7
2 commits,
1 year ago
version 1
cc4597d0
1 commit,
1 year ago
2 files
+
82
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
css/style.css
+
33
−
0
Options
@@ -1681,6 +1681,39 @@ input:focus-visible {
@@ -1681,6 +1681,39 @@ input:focus-visible {
#edit-pass--description
{
#edit-pass--description
{
margin
:
10px
;
}
margin
:
10px
;
}
nav
.pager
ul
{
display
:
flex
;
justify-content
:
center
;
}
nav
.pager
ul
li
{
list-style-type
:
none
;
}
nav
.pager
ul
li
{
margin-right
:
6px
;
}
nav
.pager
ul
li
a
{
text-decoration
:
none
;
padding
:
5px
12px
;
background
:
#000
;
color
:
#fff
;
border
:
1px
solid
#000
;
}
nav
.pager
ul
li
a
:hover
{
background
:
#fff
;
color
:
#000
;
border
:
1px
solid
#000
;
}
@media
(
max-width
:
767px
)
{
nav
.pager
ul
{
padding-left
:
0
;
}
nav
.pager
ul
li
a
{
padding
:
4px
7px
;
font-size
:
14px
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.footer
.footer-nav
{
.footer
.footer-nav
{
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
Loading