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
!28
Changes to CSS.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Changes to CSS.
3-as-a-moderator-i-want-to-be-able-to-add-new-locations-spaces-features
into
development
Overview
0
Commits
3
Changes
6
Merged
Changes to CSS.
Liam Driscoll
requested to merge
3-as-a-moderator-i-want-to-be-able-to-add-new-locations-spaces-features
into
development
Dec 2, 2022
Overview
0
Commits
3
Changes
6
Closes
#3 (closed)
0
0
Merge request reports
Compare
development
version 2
af6cd221
Dec 2, 2022
version 1
b1773f46
Dec 2, 2022
development (base)
and
latest version
latest version
71ce702d
3 commits,
Dec 2, 2022
version 2
af6cd221
2 commits,
Dec 2, 2022
version 1
b1773f46
1 commit,
Dec 2, 2022
6 files
+
94
−
54
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
static/Manage_Coworking_Spaces.css
+
38
−
4
View file @ 71ce702d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -47,25 +47,42 @@ a {
/* [#1] Page header styling. Uses [#2].
header #pageHeader
main
#header
Main
div
#header
Div
nav #headerNav .navBar
ul .Right, ul .Left
li a
*/
#header
Main
{
#header
Div
{
text-align
:
center
;
background-color
:
white
;
padding
:
20px
0px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
flex-start
;
}
#header
Main
a
{
#header
Div
a
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
black
;
}
#headerText
{
width
:
100%
;
margin-left
:
-220px
;
}
#headerImg
{
width
:
180px
;
height
:
65px
;
margin-top
:
-10px
;
margin-right
:
20px
;
margin-bottom
:
-17.5px
;
margin-left
:
20px
;
}
#headerNav
{
width
:
100%
;
position
:
absolute
;
@@ -76,6 +93,11 @@ header #pageHeader
padding
:
7.5px
10px
;
}
#headerNav
img
{
width
:
55px
;
height
:
20px
;
}
/* [#2] Page navigation styling. Used in [#1] and [#4]. */
.navBar
{
@@ -101,15 +123,27 @@ header #pageHeader
/* [#3] Page main styling.
main #pageMain
form #recordForm
label
input .formTextInput
button #addButton
*/
#pageMain
{}
#recordForm
{
margin-left
:
5px
;
}
#recordForm
.formTextInput
{
margin-top
:
5px
;
width
:
50%
;
}
/* [#4] Page footer styling. Uses [#2].
footer #pageFooter
main #footerMain
nav #footerNav .navBar
ul .Center
li a
Loading