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
!48
Updating style for management page.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Updating style for management page.
13-as-a-moderator-i-want-to-be-able-to-amend-and-remove-existing-locations-spaces-features
into
development
Overview
0
Commits
1
Changes
4
Merged
Updating style for management page.
Liam Driscoll
requested to merge
13-as-a-moderator-i-want-to-be-able-to-amend-and-remove-existing-locations-spaces-features
into
development
Dec 9, 2022
Overview
0
Commits
1
Changes
4
Closes
#13 (closed)
0
0
Merge request reports
Viewing commit
dfe8a1a9
Show latest version
4 files
+
87
−
35
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
dfe8a1a9
Updating style for management page.
· dfe8a1a9
Liam Driscoll
authored
Dec 9, 2022
static/CSS/Manage_Coworking_Spaces.css
+
32
−
7
View file @ dfe8a1a9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -125,9 +125,9 @@ header #pageHeader
main #pageMain
form #recordForm
label
input
.formText
Input
button
#addButton
label
.smallLabel
input
textarea .small
Input
button
*/
@@ -136,13 +136,38 @@ main #pageMain
flex
:
1
;
}
#recordForm
{
margin-left
:
5px
;
#recordForm
label
,
#recordForm
input
,
#recordForm
textarea
{
margin-left
:
1.25px
;
margin-top
:
5px
;
}
#recordForm
.formTextInput
{
margin-top
:
5px
;
#recordForm
label
{
display
:
inline-block
;
min-width
:
27.5%
;
text-align
:
right
;
font-weight
:
bold
;
vertical-align
:
top
;
}
#recordForm
input
{
width
:
50%
;
min-width
:
550px
;
}
#recordForm
textarea
{
width
:
50%
;
min-width
:
550px
;
font-size
:
14.25px
;
}
#recordForm
.smallLabel
{
width
:
10%
;
min-width
:
125px
;
}
#recordForm
.smallInput
{
width
:
19.2%
;
min-width
:
200px
;
}
/* [#4] Page footer styling. Uses [#2].
Loading