Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uw_fdsu_theme_resp
Manage
Activity
Members
Labels
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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_fdsu_theme_resp
Commits
924f971a
There was an error fetching the commit references. Please try again later.
Commit
924f971a
authored
5 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-3105: fixing mobile view for buttons and calendar navigation
parent
4ad1a97e
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/rwd.css
+1
-1
1 addition, 1 deletion
css/rwd.css
sass/rwd/modules/_important_dates.scss
+8
-2
8 additions, 2 deletions
sass/rwd/modules/_important_dates.scss
sass/rwd/modules/_uw_cfg_calendar.scss
+5
-1
5 additions, 1 deletion
sass/rwd/modules/_uw_cfg_calendar.scss
with
14 additions
and
4 deletions
css/rwd.css
+
1
−
1
View file @
924f971a
This diff is collapsed.
Click to expand it.
sass/rwd/modules/_important_dates.scss
+
8
−
2
View file @
924f971a
...
...
@@ -781,14 +781,20 @@ body.org_default {
body
.org_default
{
.important-dates-tabs
{
display
:
flex
;
display
:
block
;
width
:
100%
;
list-style-type
:
none
;
padding
:
0
0
1rem
0
;
margin
:
0
;
@include
media
(
$medium-screen
)
{
display
:
flex
;
}
&
>
li
{
flex
:
1
;
@include
media
(
$medium-screen
)
{
flex
:
1
;
}
a
{
background-color
:
#757575
;
...
...
This diff is collapsed.
Click to expand it.
sass/rwd/modules/_uw_cfg_calendar.scss
+
5
−
1
View file @
924f971a
...
...
@@ -392,9 +392,13 @@
}
.form-wrapper
{
display
:
flex
;
display
:
block
;
align-items
:
center
;
justify-content
:
center
;
@include
media
(
$large-screen
)
{
display
:
flex
;
}
}
.form-item
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment