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
!43
Changes to search functionality.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Changes to search functionality.
22-hotfix-templating-directory
into
development
Overview
0
Commits
7
Changes
5
Merged
Changes to search functionality.
Liam Driscoll
requested to merge
22-hotfix-templating-directory
into
development
Dec 6, 2022
Overview
0
Commits
7
Changes
5
Closes
#22 (closed)
0
0
Merge request reports
Compare
version 2
version 6
e79ffb14
Dec 6, 2022
version 5
c367b5af
Dec 6, 2022
version 4
2194b555
Dec 6, 2022
version 3
ebd35e8d
Dec 6, 2022
version 2
175c35c6
Dec 6, 2022
version 1
4aa5d9b1
Dec 6, 2022
development (base)
and
version 5
latest version
dde4739a
7 commits,
Dec 6, 2022
version 6
e79ffb14
6 commits,
Dec 6, 2022
version 5
c367b5af
5 commits,
Dec 6, 2022
version 4
2194b555
4 commits,
Dec 6, 2022
version 3
ebd35e8d
3 commits,
Dec 6, 2022
version 2
175c35c6
2 commits,
Dec 6, 2022
version 1
4aa5d9b1
1 commit,
Dec 6, 2022
Show latest version
5 files
+
54
−
64
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
static/CSS/Manage_Coworking_Spaces.css
+
11
−
8
View file @ c367b5af
Edit in single-file editor
Open in Web IDE
Show full file
@@ -19,6 +19,11 @@ overflow, float, display
body
{
margin
:
0
;
padding
:
0
;
/* Below styling used for footer position. */
display
:
flex
;
min-height
:
100vh
;
flex-direction
:
column
;
}
ul
,
li
{
@@ -71,11 +76,11 @@ header #pageHeader
#headerText
{
width
:
100%
;
margin-left
:
-2
2
0px
;
margin-left
:
-2
4
0px
;
}
#headerImg
{
width
:
18
0px
;
width
:
20
0px
;
height
:
65px
;
margin-top
:
-10px
;
margin-right
:
20px
;
@@ -93,11 +98,6 @@ header #pageHeader
padding
:
7.5px
10px
;
}
#headerNav
img
{
width
:
55px
;
height
:
20px
;
}
/* [#2] Page navigation styling. Used in [#1] and [#4]. */
.navBar
{
@@ -130,7 +130,10 @@ main #pageMain
*/
#pageMain
{}
#pageMain
{
/* Below styling used for footer position. */
flex
:
1
;
}
#recordForm
{
margin-left
:
5px
;
Loading