Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_theme_admin
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
WCMS
uw_theme_admin
Merge requests
!14
ISTWCMS-5551: adding fix for office hours table
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
ISTWCMS-5551: adding fix for office hours table
feature/ISTWCMS-5551-ebremner-update-office-hours
into
1.0.x
Overview
0
Commits
3
Pipelines
0
Changes
1
Closed
Eric Bremner
requested to merge
feature/ISTWCMS-5551-ebremner-update-office-hours
into
1.0.x
1 year ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
1.0.x
version 2
8bd48997
1 year ago
version 1
eadaa08c
1 year ago
1.0.x (base)
and
latest version
latest version
e5d084aa
3 commits,
1 year ago
version 2
8bd48997
2 commits,
1 year ago
version 1
eadaa08c
1 commit,
1 year ago
1 file
+
9
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
css/uw_theme_admin.css
+
9
−
1
Options
@@ -34,4 +34,12 @@
display
:
inline-block
;
width
:
6rem
;
}
tbody
.office-hours-slot
td
:nth-child
(
7
)
{
display
:
none
;
}
.office-hours-slot
a
{
display
:
block
;
}
.office-hours-slot
input
[
disabled
]
{
background
:
#CCC
;
}
Loading