Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
surrey-sports-park
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Rajesh, Anisha (PG/T - Comp Sci & Elec Eng)
surrey-sports-park
Commits
a8673cd5
Commit
a8673cd5
authored
1 year ago
by
Pawar, Ajinkya (PG/T - Comp Sci & Elec Eng)
Browse files
Options
Downloads
Patches
Plain Diff
User_List CSS file merge issue solved
parent
e633dd92
No related branches found
No related tags found
2 merge requests
!2
Pushing the final code to main after testing in QA.
,
!1
Merging the the code to QA for testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/user_list_styles.css
+0
-67
0 additions, 67 deletions
static/user_list_styles.css
with
0 additions
and
67 deletions
static/user_list_styles.css
+
0
−
67
View file @
a8673cd5
<<<<<<<
HEAD
body
,
heading
,
list
{
margin
:
0
;
/* remove default margin */
padding
:
0
;
/* remove default padding */
...
...
@@ -145,70 +144,4 @@ main a, main a:visited {
.user-details
tr
:hover
{
background-color
:
#f5f5f5
;
/* hover effect */
=======
/* styles.css */
body
{
font-family
:
Arial
,
sans-serif
;
background-color
:
#f7f7f7
;
}
.site-header
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
10px
20px
;
background-color
:
#323f48
;
color
:
white
;
}
.site-header
.logo
{
height
:
50px
;
/* Adjust size as needed */
}
nav
a
{
text-decoration
:
none
;
color
:
white
;
padding
:
0
15px
;
}
nav
a
:hover
{
text-decoration
:
underline
;
}
@media
(
max-width
:
600px
)
{
.site-header
{
flex-direction
:
column
;
}
.site-header
.logo
{
margin-bottom
:
10px
;
}
nav
a
{
display
:
block
;
text-align
:
center
;
}
}
#confirmation
{
max-width
:
600px
;
margin
:
2em
auto
;
padding
:
2em
;
background-color
:
white
;
border-radius
:
5px
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.1
);
}
h1
{
color
:
#333
;
text-align
:
center
;
}
p
{
font-size
:
1em
;
line-height
:
1.5
;
color
:
#666
;
}
strong
{
color
:
#333
;
>>>>>>>
0c0195639191e2624ce3f84a0b434578d8d91fa6
}
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