Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_tramshedTech_team15
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Arianne Bayliss
ProjectClient_Y1S1_tramshedTech_team15
Merge requests
!15
Adding AddRecord route to the project_server.py
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Adding AddRecord route to the project_server.py
3-as-a-moderator-i-want-to-be-able-to-add-new-locations-spaces-features
into
development
Overview
0
Commits
3
Changes
5
Merged
Adding AddRecord route to the project_server.py
Liam Driscoll
requested to merge
3-as-a-moderator-i-want-to-be-able-to-add-new-locations-spaces-features
into
development
Nov 29, 2022
Overview
0
Commits
3
Changes
5
Closes
#3 (closed)
0
0
Merge request reports
Compare
development
version 2
ad05090c
Nov 29, 2022
version 1
ab2f79ba
Nov 29, 2022
development (base)
and
latest version
latest version
ea804369
3 commits,
Nov 29, 2022
version 2
ad05090c
2 commits,
Nov 29, 2022
version 1
ab2f79ba
1 commit,
Nov 29, 2022
5 files
+
225
−
38
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
static/Manage_Coworking_Spaces.css
0 → 100644
+
122
−
0
View file @ ea804369
Edit in single-file editor
Open in Web IDE
/* #iD and .Class
font, color, text
padding, background, border, margin
width, height,
position, top/right/bottom/left
overflow, float, display
.my-class {
width: calc(100% - 20px);
height: calc(50% + 10px);
} */
*
{
font-family
:
Helvetica
,
Verdana
,
Arial
,
sans-serif
;
}
body
{
margin
:
0
;
padding
:
0
;
}
ul
,
li
{
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
}
a
{
text-decoration
:
none
;
}
.Left
{
margin-right
:
auto
;
}
.Center
{
margin-left
:
auto
;
margin-right
:
auto
;
}
.Right
{
margin-left
:
auto
;
}
/* [#1] Page header styling. Uses [#2].
header #pageHeader
main #headerMain
nav #headerNav .navBar
ul .Right, ul .Left
li a
*/
#headerMain
{
text-align
:
center
;
background-color
:
white
;
padding
:
20px
0px
;
}
#headerMain
a
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
black
;
}
#headerNav
{
width
:
100%
;
position
:
absolute
;
}
#headerNav
a
{
font-size
:
20px
;
padding
:
7.5px
10px
;
}
/* [#2] Page navigation styling. Used in [#1] and [#4]. */
.navBar
{
background-color
:
#282A35
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.navBar
ul
,
.navBar
li
{
display
:
flex
;
align-items
:
center
;
}
.navBar
a
{
color
:
white
;
}
.navBar
a
:hover
{
background-color
:
#0B0C0F
;
}
/* [#3] Page main styling.
main #pageMain
*/
#pageMain
{}
/* [#4] Page footer styling. Uses [#2].
footer #pageFooter
main #footerMain
nav #footerNav .navBar
ul .Center
li a
*/
#footerNav
a
{
font-size
:
15px
;
padding
:
5px
10px
;
}
Loading