Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rhys Evans
Team 5 - Smart Towns
Commits
769cca5e
Commit
769cca5e
authored
1 year ago
by
Rhys Evans
Browse files
Options
Downloads
Patches
Plain Diff
Moved style to stylesheet
parent
e16260a4
Branches
82-as-a-site-admininstrator-i-want-to-be-able-to-review-submited-trail-checkpoints-by-bussiness
Branches containing commit
No related tags found
1 merge request
!42
Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/static/css/locationApprovalFormStyle.css
+26
-0
26 additions, 0 deletions
src/main/resources/static/css/locationApprovalFormStyle.css
src/main/resources/templates/landmarks/locationApprovalFormTh.html
+1
-28
1 addition, 28 deletions
...resources/templates/landmarks/locationApprovalFormTh.html
with
27 additions
and
28 deletions
src/main/resources/static/css/locationApprovalFormStyle.css
0 → 100644
+
26
−
0
View file @
769cca5e
body
{
background
:
rgb
(
41
,
41
,
41
);
color
:
wheat
;
}
main
{
background-color
:
rgb
(
206
,
153
,
253
);
color
:
black
;
border-color
:
white
;
align-content
:
center
;
text-align
:
center
;
border-radius
:
25px
;
max-width
:
620px
;
margin
:
0
auto
}
#formHeader
{
padding-top
:
10px
;
color
:
white
;
text-align
:
center
;}
table
,
th
,
tr
{
margin
:
0
auto
;
border
:
white
2px
solid
;
align-content
:
center
;
text-align
:
center
;
}
This diff is collapsed.
Click to expand it.
src/main/resources/templates/landmarks/locationApprovalFormTh.html
+
1
−
28
View file @
769cca5e
...
...
@@ -5,37 +5,10 @@
<title>
Title
</title>
<link
rel=
"stylesheet"
th:href=
"@{css/templatingstyle.css}"
>
<link
rel=
"stylesheet"
th:href=
"@{css/locationApprovalFormStyle.css}"
>
<script
src=
"/scripts/locationApprovalForm.js"
></script>
<style>
body
{
background
:
rgb
(
41
,
41
,
41
);
color
:
wheat
;
}
main
{
background-color
:
rgb
(
206
,
153
,
253
);
color
:
black
;
border-color
:
white
;
align-content
:
center
;
text-align
:
center
;
border-radius
:
25px
;
max-width
:
620px
;
margin
:
0
auto
}
#formHeader
{
padding-top
:
10px
;
color
:
white
;
text-align
:
center
;}
table
,
th
,
tr
{
margin
:
0
auto
;
border
:
white
2px
solid
;
align-content
:
center
;
text-align
:
center
;
}
</style>
</head>
<body>
<header
th:insert=
"~{/fragments/Templating.html :: header}"
></header>
...
...
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